CSBS R23 II Year II Semester Syllabus
CSBS R23 II Year II Semester Syllabus
(AUTONOMOUS)
II B.Tech. II Semester
(Common to all branches)
L T P C
2 0 0 2
Course Objectives:
• To inculcate the basic knowledge of microeconomics and financial accounting
• To make the students learn how demand is estimated for different products, input-
output relationship for optimizing production and cost
• To Know the Various types of market structure and pricing methods and strategy
• To give an overview on investment appraisal methods to promote the students to
learn how to plan long-term investment decisions.
• To provide fundamental skills on accounting and to explain the process of preparing
financial statements.
Course Outcomes:
CO1: Define the concepts related to Managerial Economics, financial accounting and
management(L2)
CO2: Understand the fundamentals of Economics viz., Demand, Production, cost,
revenue and markets (L2)
CO3: Apply the Concept of Production cost and revenues for effective Business
decision (L3)
CO4: Analyze how to invest their capital and maximize return. (L4)
CO5: Evaluate the capital budgeting techniques. (L5)
CO6: Develop the accounting statements and evaluate the financial performance of
business entity (L5)
Textbooks:
1. Varshney & Maheswari: Managerial Economics, Sultan Chand.
2. Aryasri: Business Economics and Financial Analysis, 4/e, MGH.
Reference Books:
1. Ahuja Hl Managerial economics Schand.
2. S.A. Siddiqui and A.S. Siddiqui: Managerial Economics and Financial
Analysis, New Age International.
3. Joseph G. Nellis and David Parker: Principles of Business Economics,
Pearson, 2/e, New Delhi.
4. Domnick Salvatore: Managerial Economics in a Global Economy, Cengage.
L T P C
2 0 0 2
Course Objectives:
• To enable student’s comprehension of organizational behavior
• To offer knowledge to students on self-motivation, leadership and management
• To facilitate them to become powerful leaders
• To Impart knowledge about group dynamics
• To make them understand the importance of change and development
Course Outcomes:
CO1: Define the Organizational Behaviour, its nature and scope. (L2)
CO2: Understand the nature and concept of Organizational behaviour. (L2)
CO3: Apply theories of motivation to analyse the performance problems. (L3)
CO4: Analyse the different theories of leadership (L4)
CO5: Evaluate group dynamics (L5)
CO6: Develop as powerful leader (L5)
Course Outcomes:
CO1: Define Business Environment and its Importance. (L2)
CO2: Understand various types of business environment. (L2)
CO3: Apply the knowledge of Money markets in future investment (L3)
CO4: Analyse India’s Trade Policy (L4)
CO5: Evaluate fiscal and monitory policy (L5)
CO6: Develop a personal synthesis and approach for identifying business opportunities (L5)
Course Outcomes: After successful completion of this course, the students should be able to:
CO1: Acquire knowledge in finding the analysis of the data quantitatively or categorically
and various statistical elementary tools. (L2, L3)
CO2: Develop skills in designing mathematical models involving probability, random
variables and the critical thinking in the theory of probability and its applications in
real life problems. (L3, L5)
CO3: Apply the theoretical probability distributions like binomial, Poisson, and Normal in the
relevant application areas. (L3)
CO4: Analyze to test various hypotheses included in theory and types of errors for large
samples. (L2, L3)
CO5: Apply the different testing tools like t-test, F-test, chi-square test to analyze the
relevant real-life problems. (L3, L5)
Course Outcomes:
After completion of the course, students will be able to
CO1: Describe the basics of the operating systems, mechanisms of OS to handle processes,
threads, and their communication. (L1)
CO2: Understand the basic concepts and principles of operating systems, including process
management, memory management, file systems, and Protection. (L2)
CO3: Make use of process scheduling algorithms and synchronization techniques to achieve
better performance of a computer system. (L3)
CO4: Illustrate different conditions for deadlock and their possible solutions. (L2)
CO5: Analyze the memory management and its allocation policies. (L4)
UNIT - I
Operating Systems Overview: Introduction, Operating system functions,
Operating systems operations, Computing environments, Free and Open-Source
Operating Systems
System Structures: Operating System Services, User and Operating-System
Interface, system calls, Types of System Calls, system programs, Operating system
Design and Implementation, Operating system structure, Building and Booting an
Operating System, Operating system debugging
UNIT - II
Processes: Process Concept, Process scheduling, Operations on processes, Inter-
process communication.
Threads and Concurrency: Multithreading models, Thread libraries, Threading
issues.
CPU Scheduling: Basic concepts, Scheduling criteria, Scheduling algorithms,
Multiple processor scheduling.
UNIT – III
Synchronization Tools: The Critical Section Problem, Peterson’s Solution, Mutex
Locks, Semaphores, Monitors, Classic problems of Synchronization.
Deadlocks: system Model, Deadlock characterization, Methods for handling
Deadlocks, Deadlock prevention, Deadlock avoidance, Deadlock detection, Recovery
from Deadlock.
UNIT - IV
Memory-Management Strategies: Introduction, Contiguous memory allocation,
Paging, Structure of the Page Table, Swapping.
Virtual Memory Management: Introduction, Demand paging, Copy-on-write,
Page replacement, Allocation of frames, Thrashing.
Storage Management: Overview of Mass Storage Structure, HDD Scheduling.
UNIT - V
File System: File System Interface: File concept, Access methods, Directory
Structure; File system Implementation: File-system structure, File-system
Operations, Directory implementation, Allocation method, Free space management;
File-System Internals: File- System Mounting, Partitions and Mounting, File Sharing.
Protection: Goals of protection, Principles of protection, Protection Rings, Domain
of protection, Access matrix.
Textbooks:
1. Operating System Concepts, Silberschatz A, Galvin P B, Gagne G, 10th
Edition, Wiley, 2018.
2. Modern Operating Systems, Tanenbaum A S, 4th Edition, Pearson, 2016
Reference Books:
1. Operating Systems -Internals and Design Principles, Stallings W, 9th edition,
Pearson, 2018
2. Operating Systems: A Concept Based Approach, D.M Dhamdhere, 3rd
Edition, McGraw- Hill, 2013
Online Learning Resources:
1. https://nptel.ac.in/courses/106/106/106106144/
2. http://peterindia.net/OperatingSystems.html
SRI VENKATESWARA COLLEGE OF ENGINEERING AND
TECHNOLOGY (AUTONOMOUS)
II B.Tech. II Semester
(Common to CSE, CSD, CSM, CSC, CAI, CSO, IT, CSBS)
L T P C
3 0 0 3
Course Outcomes:
After completion of the course, students will be able to
CO1: Understand the basic concepts of database management systems (L2)
CO2: Analyze a given database application scenario to use ER model for conceptual
design of the database (L4)
CO3: Utilize SQL proficiently to address diverse query challenges (L3).
CO4: Employ normalization methods to enhance database structure (L3)
CO5: Assess and implement transaction processing, concurrency control and
database recovery protocols in databases. (L4)
UNIT I
Introduction: Database system, Characteristics (Database Vs File System),
Database Users, Advantages of Database systems, Database applications. Brief
introduction of different Data Models; Concepts of Schema, Instance and data
independence; Three tier schema architecture for data independence; Database
system structure, environment, Centralized and Client Server architecture for
the database.
Entity Relationship Model: Introduction, Representation of entities, attributes,
entity set, relationship, relationship set, constraints, sub classes, super class,
inheritance, specialization, generalization using ER Diagrams.
Unit II Relational Model
Introduction to relational model, concepts of domain, attribute, tuple, relation,
importance of null values, constraints (Domain, Key constraints, integrity
constraints) and their importance, Relational Algebra, Relational Calculus.
BASIC SQL: Simple Database schema, data types, table definitions (create,
alter), different DML operations (insert, delete, update).
UNIT III SQL
Basic SQL querying (select and project) using where clause, arithmetic & logical
operations, SQL functions(Date and Time, Numeric, String conversion).Creating
tables with relationship, implementation of key and integrity constraints, nested
queries, sub queries, grouping, aggregation, ordering, implementation of
different types of joins, view(updatable and non-updatable), relational set
operations.
UNIT IV Schema Refinement (Normalization)
Purpose of Normalization or schema refinement, concept of functional
dependency, normal forms based on functional dependency Lossless join and
dependency preserving decomposition, (1NF, 2NF and 3 NF), concept of
surrogate key, Boyce-Codd normal form(BCNF), MVD, Fourth normal form(4NF),
Fifth Normal Form (5NF).
UNIT V Transaction Concept
Transaction State, ACID properties, Concurrent Executions, Serializability,
Recoverability, Implementation of Isolation, Testing for Serializability, lock
based, time stamp based, optimistic, concurrency protocols, Deadlocks, Failure
Classification, Storage, Recovery and Atomicity, Recovery algorithm.
Introduction to Indexing Techniques: B+ Trees, operations on B+Trees,
Hash Based Indexing:
Textbooks:
1. Database Management Systems, 3rd edition, Raghurama Krishnan, Johannes
Gehrke, TMH (For Chapters 2, 3, 4)
2. Database System Concepts,5th edition, Silberschatz, Korth, Sudarsan, TMH (For
Chapter 1 and Chapter 5)
Reference Books:
1. Introduction to Database Systems, 8thedition, C J Date, Pearson.
2. Database Management System, 6th edition, Ramez Elmasri, Shamkant B. Navathe,
Pearson
3. Database Principles Fundamentals of Design Implementation and
Management, Corlos Coronel, Steven Morris, Peter Robb, Cengage Learning.
Web-Resources:
1. https://nptel.ac.in/courses/106/105/106105175/
2. https://infyspringboard.onwingspan.com/web/en/app/toc/lexath_01275806667282
02 2456_shared/overview
SRI VENKATESWARA COLLEGE OF ENGINEERING AND
TECHNOLOGY (AUTONOMOUS)
II B.Tech. II Semester CSBS
L T P C
3 0 0 3
Course Objectives:
The main objectives of the course are to
• Provide insights into system calls, file systems, semaphores,
• Develop and debug CPU Scheduling algorithms, page replacement algorithms, thread
implementation
• Implement Bankers Algorithms to Avoid the Dead Lock
Course Outcomes:
After completion of the course, students will be able to
CO1: Trace different CPU Scheduling algorithms (L2).
CO2: Implement Bankers Algorithms to Avoid the Dead Lock (L3).
CO3: Evaluate Page replacement algorithms (L5).
CO4: Illustrate the file organization techniques (L4).
CO5: Illustrate Inter process Communication and concurrent execution of threads (L4)
Sample Experiments:
1. Practicing of Basic UNIX Commands.
2. Write programs using the following UNIX operating system calls fork, exec,
getpid, exit, wait, close, stat, opendir and readdir
3. Simulate UNIX commands like cp, ls, grep, etc.,
4. Simulate the following CPU scheduling algorithms
a) FCFS b) SJF c) Priority d) Round Robin
5. Control the number of ports opened by the operating system with
a) Semaphore b) Monitors.
6. Write a program to illustrate concurrent execution of threads using pthreads
library.
7. Write a program to solve producer-consumer problem using Semaphores.
8. Implement the following memory allocation methods for fixed partition
a) First fit b) Worst fit c) Best fit
9. Simulate the following page replacement algorithms
a) FIFO b) LRU c) LFU
10. Simulate Paging Technique of memory management.
11. Implement Bankers Algorithm for Dead Lock avoidance and prevention
12. Simulate the following file allocation strategies
a) Sequential b) Indexed c) Linked
Reference Books:
1. Operating System Concepts, Silberschatz A, Galvin P B, Gagne G, 10th Edition,
Wiley, 2018.
2. Modern Operating Systems, Tanenbaum A S, 4th Edition, Pearson, 2016
3. Operating Systems -Internals and Design Principles, Stallings W, 9th edition,
Pearson, 2018
4. Operating Systems: A Concept Based Approach, D.M Dhamdhere, 3rd Edition,
McGraw- Hill, 2013
Online Learning Resources:
1. https://www.cse.iitb.ac.in/~mythili/os/
2. http://peterindia.net/OperatingSystems.html
SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY
(AUTONOMOUS)
II B.Tech. II Semester
(Common to CSE, CSD, CSM, CSC, CAI, CSO, IT, CSBS)
L T P C
0 0 3 1.5
Course Objectives:
This Course will enable students to
• Populate and query a database using SQL DDL/DML Commands
• Declare and enforce integrity constraints on a database
• Writing Queries using advanced concepts of SQL
• Programming PL/SQL including procedures, functions, cursors and triggers.
Course Outcomes:
After completion of the course, students will be able to
CO1: Utilizing Data Definition Language (DDL), Data Manipulation Language (DML), and
Data Control Language (DCL) commands effectively within a database environment
(L3)
CO2: Constructing and execute queries to manipulate and retrieve data from databases. (L3)
CO3: Develop application programs using PL/SQL. (L3)
CO4: Analyze requirements and design custom Procedures, Functions, Cursors, and Triggers,
leveraging their capabilities to automate tasks and optimize database functionality (L4)
CO5: Establish database connectivity through JDBC (Java Database Connectivity) (L3)
Experiments covering the topics:
• DDL, DML, DCL commands
• Queries, nested queries, built-in functions,
• PL/SQL programming- control structures
• Procedures, Functions, Cursors, Triggers,
• Database connectivity- ODBC/JDBC
Sample Experiments:
1. Creation, altering and dropping of tables and inserting rows into a table
(use constraints while creating tables) examples using SELECT command.
2. Queries (along with sub Queries) using ANY, ALL, IN, EXISTS, NOTEXISTS,
UNION, INTERSET, Constraints. Example:- Select the roll number and name
of the student who secured fourth rank in the class.
3. Queries using Aggregate functions (COUNT, SUM, AVG, MAX and MIN),
GROUP BY, HAVING and Creation and dropping of Views.
4. Queries using Conversion functions (to_char, to_number and to_date),
string functions (Concatenation, lpad, rpad, ltrim, rtrim, lower, upper,
initcap, length, substr and instr), date functions (Sysdate, next_day,
add_months, last_day, months_between, least, greatest, trunc, round,
to_char, to_date)
5.
i. Create a simple PL/SQL program which includes declaration section,
executable section and exception –Handling section (Ex. Student
marks can be selected from the table and printed for those who
secured first class and an exception can be raised if no records were
found)
ii. Insert data into student table and use COMMIT, ROLLBACK and
SAPOINT in PL/SQL block.
6. Develop a program that includes the features NESTED IF, CASE and CASE
expression. The program can be extended using the NULLIF and COALESCE
functions.
7. Program development using WHILE LOOPS, numeric FOR LOOPS, nested
loops using ERROR Handling, BUILT –IN Exceptions, USE defined
Exceptions, RAISE- APPLICATION ERROR.
8. Programs development using creation of procedures, passing parameters
IN and OUT of PROCEDURES.
9. Program development using creation of stored functions, invoke functions
in SQL Statements and write complex functions.
10. Develop programs using features parameters in a CURSOR, FOR UPDATE
CURSOR, WHERE CURRENT of clause and CURSOR variables.
11. Develop Programs using BEFORE and AFTER Triggers, Row and Statement
Triggers and INSTEAD OF Triggers
12. Create a table and perform the search operation on table using
indexing and non- indexing techniques.
13. Write a Java program that connects to a database using JDBC
14. Write a Java program to connect to a database using JDBC and insert values
into it
15. Write a Java program to connect to a database using JDBC and delete values
from it
Text Books/Suggested Reading:
1. Oracle: The Complete Reference by Oracle Press
2. Nilesh Shah, "Database Systems Using Oracle”, PHI, 2007
3. Rick F Vander Lans, “Introduction to SQL”, Fourth Edition, Pearson Education,
2007
SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY
(AUTONOMOUS)
II B.Tech. II Semester CSBS
L T P C
0 1 2 2
Course Objectives:
This Course will enable students to
1. To understand the concepts of life skills and its importance
2. To motivate students to look within and create a better version of self.
3. To introduce them to key concepts of values, life skills and business communication
Course Outcomes:
After completion of the course, students will be able to
1. Understand the need for life skills and values.
2. Acquaint the learners with basics of pronunciation
3. Recognize own strengths and opportunities
4. Integrate the life skills to different situations
5. Comprehend the basic tenets of communication
6. Apply the basic communication practices in different types of communication
UNIT-I
Elementary Grammar & Vocabulary Enrichment
Understanding basic grammar-Parts of Speech; reading newspapers for
vocabulary development - Understanding Tenses& Common mistakes in everyday
conversation.
Phonics in English: Sounds – Vowels and Consonants – Minimal Pairs- Consonant
Clusters- Past Tense Marker and Plural Marker. Activity: Worksheets, Exercises
UNIT-II
Communication Skills:
Overview of Communication Skills Barriers of communication, Types of
communication- Verbal and Non-verbal &Effective communication.
UNIT-III
Introduction to Life Skills
Stress management, working with rhythm and balance, teamwork - Pursuit of
Happiness. What are the skills and values you can identify, what can you relate
to?
UNIT-IV
Art of Public Speaking:
Impromptu, Importance of Non-verbal Communication, Technical Talks, Dynamics
of Professional Presentations – Individual & Group
Writing Skill: Summary writing, story writing and creating a Podcast
UNIT-V
Correspondence and Career Development
Letter-Formal, Email &Application Writing Activity: Compose letters; Emails, leave
applications - Resume Preparation/CV– start writing your comprehensive CV
including every achievement in your life. Video Profile - Activity: Preparation of
Video Profile
Lab Experiments:
1. Listening: Casual and Academic
2. Speaking: Socializing Skills - Introducing Oneself- His / Her Goals & SWOT
3. Group Discussion: Factual, controversial and abstract issues
4. Presentation skill: JAM, Narrating a story/anecdote
5. Writing: Travelogue
6. Public Speaking: Extempore /Monologues
7. Roleplay: Understanding Inter and Cross-Cultural Communication Nuances
8. Life skill: Community service-work with an NGO and make a presentation -
Roleplay
9. Ted-talks: Famous Personalities motivational speakers – sports celebrities
10. Soft skills - Mock Job/Placement Interviews/ Video Resume
Text Books:
1. Kumar.Sanjay & Pushplata, Communication Skills, 2nd Edition, OUP, 2015
2. Koneru, ArunaProfessional Speaking Skills, OUP, 2015.
Reference Books:
1. English vocabulary in use – Alan Mc’carthyandO’dell
2. APAART: Speak Well 1 (English language andcommunication)
3. APAART: Speak Well 2 (SoftSkills)
4. Business Communication – Dr.SarojHiremath
5. Mc‘carthy,Michael &O‘dell,Felicity, English Vocabulary in use,CUP,2010
6. SarojHiremath, Saroj, Business communication, NiraliPrakashan, 2018.
Web References:
1. Train your mind to perform under pressure- Simon
sinekhttps://curiosity.com/videos/simon-sinek-on-training-your-mind-to-
perform- under pressure-capture-your-flag/
2. Brilliant way one CEO rallied his team in the middle of layoffs
https://www.inc.com/video/simon-sinek-explains-why-you-should-put-people-
beforenumbers.html
3. Will Smith's Top Ten rules for success
https://www.youtube.com/watch?v=bBsT9omTeh0
Online Resources:
1. https://www.coursera.org/learn/learning-how-to-learn
2. https://www.coursera.org/specializations/effective-business-communication
SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY
(AUTONOMOUS)
II B.Tech. II Semester
(Common to CSE, CSD, CSM, CSC, CAI, CSO, IT, CSBS)
L T P C
1 0 2 2
Textbooks:
1. Tim Brown,Change by design, Harper Bollins (2009)
2. Idris Mootee, Design Thinking for Strategic Innovation, 2013, John Wiley & Sons.
Reference Books:
1. David Lee, Design Thinking in the Classroom, Ulysses press
2. Shrutin N Shetty, Design the Future, Norton Press
3. William Lidwell,Universal Principles of Design- Kritinaholden, Jill Butter.
4. Chesbrough.H, The Era of Open Innovation – 2013
Online Learning Resources:
1. https://nptel.ac.in/courses/110/106/110106124/
2. https://nptel.ac.in/courses/109/104/109104109/
3. https://swayam.gov.in/nd1_noc19_mg60/preview
SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY
(AUTONOMOUS)
II B.Tech. – II Semester
L T P C
2 0 0 0
UNIT I 9 Hours
QUANTITATIVE ABILITY III: Percentage [Percentage values from ½ to 1/30, Successive
increase / Decrease, Increased / Decreased percentage, How much % more / less,
Population Problems, Election Problems, Application type of problems] – Profit & Loss[
Cost Price, Selling Price, Retail Price , Marked Price / List Price / Printed price, Discounts,
Error problems, Application type of problems] –Simple Interest[Principle, Time period,
Rate of interest, Interest, Amount, Annual Payment, Application type of problems] -
Compound Interest[Principle, Time period, Rate of interest, Interest, Different formulae
of amount, Annual Payment, Differences between C.I & S.I for 1 year, 2years & 3years]
UNIT II 9 Hours
QUANTITATIVE ABILITY IV: Time and Work [One person is working, 2 persons are
working, 3 persons are working, Relation among Men, days, hours & Work, Alternate
days, Graphical method, Application type of problems] – Pipes & Cisterns[Inlet, Outlet
or leakage, Alternate hours, Application type of problems] – Time, Speed and
Distance[Relation among time, speed & distance, Relative Speed, Average Speed,
Problems on trains, Application type of problems] –Boats and Streams[Still water,
Stream, Current rate, Boat’s rate, Downstream, Upstream, Downstream Speed,
Upstream speed, Application type of problems] – Races & Circular Tracks [2 persons
are running around a circular track, 3 persons are running around a circular track]
UNIT III 9 Hours
REASONING ABILITY II: Alphabet - Coding & Decoding - Directions - Ranking Test –
Blood Relations - Inserting the missing number – Venn diagrams – Symbols and
Notations - Syllogism – Statement and Conclusion – Data Arrangement – Linear and
Circular arrangement
UNIT IV 9 Hours
VERBAL II: Tense – Present Tense, Past Tense, Future Tense - Voice – Active voice,
Passive voice and Active to Passive Voice Conversion Rules – Speech – Direct Speech,
Indirect Speech and Direct to Indirect Speech Conversion Rules –Essay Writing – Types,
Steps, Format.
UNIT V 9 Hours
SOFT SKILL II: Time Management - Stress Management - Team Work - Accent and Voice
Communication - Interview Skills.
TEXT BOOKS:
1. Quantitative Aptitude, Logic Reasoning & Verbal Reasoning, R S Agarwal,
S.Chand Publications.
2. Quantitative Aptitude for Competitive Examinations, R S Agarwal, S.Chand
Publications.