B.Tech 2-2 Computer-Science-Engineering-R20-Course-Structure-Syllabi
B.Tech 2-2 Computer-Science-Engineering-R20-Course-Structure-Syllabi
II B.TECH.
Semester-III
S.No Course Code Course Name Category Hours per week Credits
L T P
1. 20A54304 Discrete Mathematics & Graph Theory BS 3 0 0 3
2. 20A04304T Digital Electronics& Microprocessors ES 3 0 0 3
3. 20A05301T Advanced Data Structures & Algorithms PC 3 0 0 3
4. 20A05302T Object Oriented Programming Through PC 3 0 0 3
Java
5. 20A05303 Computer Organization PC 3 0 0 3
6. 20A04304P Digital Electronics& Microprocessors Lab ES 0 0 3 1.5
7. 20A05301P Advanced Data Structures and Algorithms PC 0 0 3 1.5
Lab
8. 20A05302P Object Oriented Programming Through PC 0 0 3 1.5
Java Lab
9. 20A05304 Skill Oriented Course – I SC 1 0 2 2
Web application Development
10. 20A99201 Mandatory noncredit course - II MC 3 0 0 0
Environmental Science
Total 21.5
Semester-IV
S.No Course Code Course Name Category Hours per week Credits
L T P
1. 20A54404 Deterministic & Stochastic Statistical BS 3 0 0 3
Methods
2. 20A05401T Database Management Systems PC 3 0 0 3
3. 20A05402T Operating Systems PC 3 0 0 3
4. 20A05403T Software Engineering PC 3 0 0 3
5. Humanities Elective– I HS 3 0 0 3
20A52301 Managerial Economics & Financial
Analysis
20A52302 Organizational Behaviour
20A52303 Business Environment
6. 20A05401P Database Management SystemsLab PC 0 0 3 1.5
7. 20A05402P Operating SystemsLab PC 0 0 3 1.5
8. 20A05403P Software Engineering Lab PC 0 0 3 1.5
9. Skill Oriented Course– II SC 1 0 2 2
20A05404 Exploratory Data Analysis with R
10. Mandatory noncrdit course – III MC 2 1 0 0
20A99401 Design Thinking for Innovation
11. 20A99301 NSS/NCC/NSO Activities MC 0 0 2 0
Total 21.5
Community Service Internship/Project(Mandatory) for 6 weeks duration during summer vacation
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Note:
1. Eligible and interested students can register either for Honors or for a Minor in IV Semester as
per the guidelines issued by the University
2. Students shall register for NCC/NSS/NSO activities and will be required to participate in an
activity for two hours in a week during fourth semester.
3. Lateral entry students shall undergo a bridge course in Mathematics during third semester
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
This course is designed to:
x Train in the fundamental concepts of database management systems, database modeling and design,
SQL, PL/SQL and system implementation techniques.
x Enable students to model ER diagrams for any customized application
x Inducting appropriate strategies for optimization of queries.
x Provide knowledge on concurrency techniques
x Demonstrate the organization of Databases
Course Outcomes (CO):
After completion of the course, students will be able to
x Design a database for a real-world information system
x Define transactions that preserve the integrity of the database
x Generate tables for a database
x Organize the data to prevent redundancy
x Pose queries to retrieve the information from the database.
UNIT - I Introduction, Introduction to Relational Model 9Hrs
Introduction: Database systems applications, Purpose of Database Systems, view of Data, Database Languages,
Relational Databases, Database Design, Data Storage and Querying, Transaction Management, Database
Architecture, Data Mining and Information Retrieval, Specialty Databases, Database users and Administrators,
Introduction to Relational Model: Structure of Relational Databases, Database Schema, Keys, Schema
Diagrams, Relational Query Languages, Relational Operations
UNIT - II Introduction to SQL, Advanced SQL 9 Hrs
Introduction to SQL: Overview of the SQL Query Language, SQL Data Definition, Basic Structure of SQL
Queries, Additional Basic Operations, Set Operations, Null Values, Aggregate Functions, Nested Sub-queries,
Modification of the Database. Intermediate SQL: Joint Expressions, Views, Transactions, Integrity Constraints,
SQL Data types and schemas, Authorization.
Advanced SQL: Accessing SQL from a Programming Language, Functions and Procedures, Triggers, Recursive
Queries, OLAP, Formal relational query languages.
UNIT - III Database Design and the E-R Model, Relational Database Design 8Hrs
Database Design and the E-R Model: Overview of the Design Process, The Entity-Relationship Model,
Constraints, Removing Redundant Attributes in Entity Sets, Entity-Relationship Diagrams, Reduction to
Relational Schemas, Entity-Relationship Design Issues.
Relational Database Design:
Features of Good Relational Designs, Atomic Domains and First Normal Form, Decomposition Using Functional
Dependencies, Functional-Dependency Theory, Algorithms for Decomposition, Decomposition Using
Multivalued Dependencies, More Normal Forms.
UNIT - IV Query Processing, Query optimization 8 Hrs
Query Processing: Overview, Measures of Query cost, Selection operation, sorting, Join Operation, other
operations, Evaluation of Expressions.
Query optimization: Overview, Transformation of Relational Expressions, Estimating statistics of Expression
results, Choice of Evaluation Plans, Materialized views, Advanced Topics in Query Optimization.
UNIT - V Transaction Management, Concurrency Control, Recovery 10Hrs
System
Transaction Management:
Transactions: Concept, A Simple Transactional Model, Storage Structures, Transaction Atomicity and
Durability, Transaction Isolation, Serializability, Isolation and Atomicity, Transaction Isolation Levels,
Implementation of Isolation Levels, Transactions as SQL Statements.
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Reference Books:
1. Database Management System, 6/e RamezElmasri, Shamkant B. Navathe, PEA
2. Database Principles Fundamentals of Design Implementation and Management, Carlos Coronel, Steven
Morris, Peter Robb, Cengage Learning.
3.Database Management Systems, 3/e, Raghurama Krishnan, Johannes Gehrke,TMH
Online Learning Resources:
https://onlinecourses.nptel.ac.in/noc21_cs04/preview
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
The course is designed to
x Understand basic concepts and functions of operating systems
x Understand the processes, threads and scheduling algorithms.
x Provide good insight on various memory management techniques
x Expose the students with different techniques of handling deadlocks
x Explore the concept of file-system and its implementation issues
x Familiarize with the basics of the Linux operating system
x Implement various schemes for achieving system protection and security
Course Outcomes (CO):
After completion of the course, students will be able to
x Realize how applications interact with the operating system
x Analyze the functioning of a kernel in an Operating system.
x Summarize resource management in operating systems
x Analyze various scheduling algorithms
x Examine concurrency mechanism in Operating Systems
x Apply memory management techniques in the design of operating systems
x Understand the functionality of the file system
x Compare and contrast memory management techniques.
x Understand deadlock prevention and avoidance.
x Perform administrative tasks on Linux based systems.
UNIT - I Operating Systems Overview, System Structures 8Hrs
Operating Systems Overview: Introduction, Operating system functions, Operating systems
operations, Computing environments, Open-Source Operating Systems
System Structures: Operating System Services, User and Operating-System Interface, systems calls,
Types of System Calls, system programs, Operating system Design and Implementation, Operating
system structure, Operating system debugging, System Boot.
UNIT - II Process Concept, Multithreaded Programming,Process 10Hrs
Scheduling, Inter-process Communication
Process Concept: Process scheduling, Operations on processes, Inter-process communication,
Communication in client server systems.
Multithreaded Programming: Multithreading models, Thread libraries, Threading issues, Examples.
Process Scheduling: Basic concepts, Scheduling criteria, Scheduling algorithms, Multiple processor
scheduling, Thread scheduling, Examples.
Inter-process Communication: Race conditions, Critical Regions, Mutual exclusion with busy
waiting, Sleep and wakeup, Semaphores, Mutexes, Monitors, Message passing, Barriers, Classical IPC
Problems - Dining philosophers problem, Readers and writers problem.
UNIT - III Memory-Management Strategies, Virtual Memory Lecture 8Hrs
Management
Memory-Management Strategies: Introduction, Swapping, Contiguous memory allocation, Paging,
Segmentation, Examples.
Virtual Memory Management: Introduction, Demand paging, Copy on-write, Page replacement,
Frame allocation, Thrashing, Memory-mapped files, Kernel memory allocation, Examples.
UNIT - IV Deadlocks, File Systems Lecture 9Hrs
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Deadlocks: Resources, Conditions for resource deadlocks, Ostrich algorithm, Deadlock detection And
recovery, Deadlock avoidance, Deadlock prevention.
File Systems: Files, Directories, File system implementation, management and optimization.
Secondary-Storage Structure: Overview of disk structure, and attachment, Disk scheduling, RAID
structure, Stable storage implementation.
UNIT - V System Protection, System Security Lecture 8Hrs
System Protection: Goals of protection, Principles and domain of protection, Access matrix, Access
control, Revocation of access rights.
System Security: Introduction, Program threats, System and network threats, Cryptography as a
security, User authentication, implementing security defenses, firewalling to protect systems and
networks, Computer security classification.
Case Studies: Linux, Microsoft Windows.
Textbooks:
1. Silberschatz A, Galvin P B, and Gagne G, Operating System Concepts, 9th edition, Wiley,
2016.
2. Tanenbaum A S, Modern Operating Systems, 3rd edition, Pearson Education, 2008.
(Topics: Inter-process Communication and File systems.)
Reference Books:
1. Tanenbaum A S, Woodhull A S, Operating Systems Design and Implementation, 3rd edition,
PHI, 2006.
2. Dhamdhere D M, Operating Systems A Concept Based Approach, 3rd edition, Tata McGraw-
Hill, 2012.
3. Stallings W, Operating Systems -Internals and Design Principles, 6th edition, Pearson
Education, 2009
4. Nutt G, Operating Systems, 3rd edition, Pearson Education, 2004
Online Learning Resources:
https://nptel.ac.in/courses/106/106/106106144/
http://peterindia.net/OperatingSystems.html
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
x To learn the basic concepts of software engineering and life cycle models
x To explore the issues in software requirements specification and enable to write SRS
documents for software development problems
x To elucidate the basic concepts of software design and enable to carry out procedural and
object oriented design of software development problems
x To understand the basic concepts of black box and white box software testing and enable to
design test cases for unit, integration, and system testing
x To reveal the basic concepts in software project management
Course Outcomes (CO):
After completion of the course, students will be able to
x Obtain basic software life cycle activity skills.
x Design software requirements specifications for given problems.
x Implement structure, object oriented analysis and design for given problems.
x Design test cases for given problems.
x Apply quality management concepts at the application level.
UNIT - I Basic concepts in software engineering and software Lecture 8Hrs
project management
Basic concepts: abstraction versus decomposition, evolution of software engineering techniques,
Software development life cycle (SDLC) models: Iterative waterfall model, Prototype model,
Evolutionary model, Spiral model, RAD model, Agile models, software project management: project
planning, project estimation, COCOMO, Halstead’s Software Science, project scheduling, staffing,
Organization and team structure, risk management, configuration management.
UNIT - II Requirements analysis and specification Lecture 8Hrs
The nature of software, The Unique nature of Webapps, Software Myths, Requirements gathering and
analysis, software requirements specification, Traceability, Characteristics of a Good SRS Document,
IEEE 830 guidelines, representing complex requirements using decision tables and decision trees,
overview of formal system development techniques, axiomatic specification, algebraic specification.
UNIT - III Software Design Lecture 9Hrs
Good Software Design, Cohesion and coupling, Control Hierarchy: Layering, Control Abstraction,
Depth and width, Fan-out, Fan-in, Software design approaches, object oriented vs. function oriented
design. Overview of SA/SD methodology, structured analysis, Data flow diagram, Extending DFD
technique to real life systems, Basic Object oriented concepts, UML Diagrams, Structured design,
Detailed design, Design review, Characteristics of a good user interface, User Guidance and Online
Help, Mode-based vs Mode-less Interface, Types of user interfaces, Component-based GUI
development, User interface design methodology: GUI design methodology.
UNIT - IV Coding and Testing Lecture 9Hrs
Coding standards and guidelines, code review, software documentation, Testing, Black Box Testing,
White Box Testing, debugging, integration testing, Program Analysis Tools, system testing,
performance testing, regression testing, Testing Object Oriented Programs.
UNIT - V Software quality, reliability, and other issues Lecture 9Hrs
Software reliability, Statistical testing, Software quality and management, ISO 9000, SEI capability
maturity model (CMM), Personal software process (PSP), Six sigma, Software quality metrics, CASE
and its scope, CASE environment, CASE support in software life cycle, Characteristics of software
maintenance, Software reverse engineering, Software maintenance processes model, Estimation
maintenance cost. Basic issues in any reuse program, Reuse approach, Reuse at organization level.
Textbooks:
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
x To inculcate the basic knowledge of micro economics and financial accounting
x To make the students learn how demand is estimated for different products, input-output
relationship for optimizing production and cost
x To Know the Various types of market structure and pricing methods and strategy
x To give an overview on investment appraisal methods to promote the students to learn how to
plan long-term investment decisions.
x To provide fundamental skills on accounting and to explain the process of preparing financial
statements
Course Outcomes (CO):
x Define the concepts related to Managerial Economics, financial accounting and management.
x Understand the fundamentals of Economics viz., Demand, Production, cost, revenue and
markets
x Apply the Concept of Production cost and revenues for effective Business decision
x Analyze how to invest their capital and maximize returns
x Evaluate the capital budgeting techniques
x Develop the accounting statements and evaluate the financial performance of business entity.
UNIT - I Managerial Economics
Introduction – Nature, meaning, significance, functions and advantages. Production Function– Least-
cost combination– Short run and Long run Production Function- Isoquants and Isocosts, MRTS -
Cobb-Douglas Production Function - Laws of Returns - Internal and External Economies of scale. Cost
& Break-Even Analysis - Cost concepts and Cost behavior- Break-Even Analysis (BEA) -
Determination of Break-Even Point (Simple Problems)-Managerial significance and limitations of
Break-Even Analysis.
Introduction – Nature, meaning, significance, functions and advantages. Concepts and Conventions-
Double-Entry Book Keeping, Journal, Ledger, Trial Balance- Final Accounts (Trading Account, Profit
and Loss Account and Balance Sheet with simple adjustments). Financial Analysis - Analysis and
Interpretation of Liquidity Ratios, Activity Ratios, and Capital structure Ratios and Profitability.
Textbooks:
1. Varshney&Maheswari: Managerial Economics, Sultan Chand, 2013.
2. Aryasri: Business Economics and Financial Analysis, 4/e, MGH, 2019
Reference Books:
1. Ahuja Hl Managerial economics Schand,3/e,2013
2. S.A. Siddiqui and A.S. Siddiqui: Managerial Economics and Financial Analysis, New Age
International, 2013.
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,
2013.
Course Objectives:
x To enable student’s comprehension of organizational behavior
x To offer knowledge to students on self-motivation, leadership and management
x To facilitate them to become powerful leaders
x To Impart knowledge about group dynamics
x To make them understand the importance of change and development
Course Outcomes (CO):
x Define the Organizational Behaviour, its nature and scope.
x Understand the nature and concept of Organizational behaviour
x Apply theories of motivation to analyse the performance problems
x Analyse the different theories of leadership
x Evaluate group dynamics
x Develop as powerful leader
Textbooks:
1. Luthans, Fred, Organisational Behaviour, McGraw-Hill, 12 Th edition 2011
2. P Subba Ran, Organisational Behaviour, Himalya Publishing House 2017
Reference Books:
McShane, Organizational Behaviour, TMH 2009
Nelson, Organisational Behaviour, Thomson, 2009.
Robbins, P. Stephen, Timothy A. Judge, Organisational Behaviour, Pearson 2009.
Aswathappa, Organisational Behaviour, Himalaya, 2009
Online Learning Resources:
httphttps://www.slideshare.net/Knight1040/organizational-culture-
9608857s://www.slideshare.net/AbhayRajpoot3/motivation-165556714
https://www.slideshare.net/harshrastogi1/group-dynamics-159412405
https://www.slideshare.net/vanyasingla1/organizational-change-development-26565951
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
x To make the student to understand about the business environment
x To enable them in knowing the importance of fiscal and monitory policy
x To facilitate them in understanding the export policy of the country
x To Impart knowledge about the functioning and role of WTO
x To Encourage the student in knowing the structure of stock markets
Textbooks:
1. Francis Cherunilam (2009), International Business: Text and Cases, Prentice Hall of India.
2. K. Aswathappa, Essentials of Business Environment: Texts and Cases & Exercises 13th Revised
Edition.HPH2016
Reference Books:
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
1.K. V. Sivayya, V. B. M Das (2009), Indian Industrial Economy, Sultan Chand Publishers,
New Delhi, India.
2. Sundaram, Black (2009), International Business Environment Text and Cases, Prentice Hall of
India, New Delhi, India.
3. Chari. S. N (2009), International Business, Wiley India.
4.E. Bhattacharya (2009), International Business, Excel Publications, New Delhi.
Course Objectives:
x To implement the basic knowledge of SQL queries and relational algebra.
x To construct database models for different database applications.
x To apply normalization techniques for refining of databases.
x To practice various triggers, procedures, and cursors usingPL/SQL.
x To design and implementation of a database for an organization
Course Outcomes (CO):
After completion of the course, students will be able to
x Design database for any real world problem
x Implement PL/SQL programs
x Define SQL queries
x Decide the constraints
x Investigate for data inconsistency
List of Experiments:
Week-1: CREATION OF TABLES
Name Type
Deptno Number
Deptname Varchar2(20)
location Varchar2(20)
Name Type
Cust name Varchar2(20)
Cust street Varchar2(20)
Cust city Varchar2(20)
Name Type
Branch name Varchar2(20)
Branch city Varchar2(20)
asserts Number
c. Add primary key constraint and not null constraint to the employeetable.
d. Insert null values to the employee table and verify theresult.
2. a. Create a user and grant all permissions to theuser.
b. Insert values in the department table and usecommit.
c. Add constraints like unique and not null to the departmenttable.
d. Insert repeated values and null values into thetable.
3. a. Create a user and grant all permissions to theuser.
b. Insert values into the table and use commit.
c. Delete any three records in the department table and use rollback.
d. Add constraint primary key and foreign key to thetable.
4. a. Create a user and grant all permissions to theuser.
b. Insert records in the sailor table and usecommit.
c. Add save point after insertion of records and verify save point.
d. Add constraints not null and primary key to the sailortable.
5. a. Create a user and grant all permissions to theuser.
b. Use revoke command to remove userpermissions.
c. Change password of the usercreated.
d. Add constraint foreign key and notnull.
6. a. Create a user and grant all permissions to theuser.
b. Update the table reserves and use savepointandrollback.
c. Add constraint primary key , foreign key and not null to the reserves table
d. Delete constraint not null to the tablecolumn
1. a. By using the group by clause, display the enames who belongs to deptno 10
alongwithaveragesalary.
b. Display lowest paid employee details under eachdepartment.
c. Display number of employees working in each department and their departmentnumber.
d. Using built in functions, display number of employees working in each department and
their department name from dept table. Insert deptname to dept table and insert deptname for
each row, do the required thing specified above.
e. List all employees which start with either B or C.
f. Display only these ename of employees where the maximum salary is greater than or
equalto 5000.
2. a. Calculate the average salary for each differentjob.
b. Show the average salary of each job excludingmanager.
c. Show the average salary for all departments employing more than threepeople.
d. Display employees who earn more than thelowest salary in department 30
e. Show that value returned by sign (n)function.
f. How many days between day of birth to currentdate
3. a. Show that two substring as singlestring.
b. List all employee names, salary and 15% rise insalary.
c. Display lowest paid emp details under eachmanager
d. Display the average monthly salary bill for eachdeptno.
e. Show the average salary for all departments employing more than twopeople.
f. By using the group by clause, display the eid who belongs to deptno 05 along
withaverage salary.
4. a. Count the number of employees in department20
b. Find the minimum salary earned byclerk.
c. Find minimum, maximum, average salary of allemployees.
d. List the minimum and maximum salaries for each jobtype.
e. List the employee names in descendingorder.
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
1. Write a function to accept employee number as parameter and return Basic +HRA together as
single column.
2. Accept year as parameter and write a Function to return the total net salary spent for a givenyear.
3. Create a function to find the factorial of a given number and hence findNCR.
4. Write a PL/SQL block o pint prime Fibonacci series using localfunctions.
5. Create a procedure to find the lucky number of a given birthdate.
6. Create function to the reverse of givennumber
Week-6: TRIGGERS
1. Create a row level trigger for the customers table that would fire for INSERT or UPDATE or
DELETE operations performed on the CUSTOMERS table. This trigger will display the
salary difference between the old values and newvalues:
CUSTOMERS table:
2. Creation of insert trigger, delete trigger, update trigger practice triggers using the passenger
database.
Passenger( Passport_ id INTEGER PRIMARY KEY, Name VARCHAR (50)
NotNULL, Age Integer Not NULL, Sex Char, Address VARCHAR (50)
NotNULL);
a. Write a Insert Trigger to check the Passport_id is exactly six digits ornot.
b. Write a trigger on passenger to display messages ‘1 Record is inserted’, ‘1 record is
deleted’, ‘1 record is updated’ when insertion, deletion and updation are done on
passengerrespectively.
3. Insert row in employee table using Triggers. Every trigger is created with name any trigger
have same name must be replaced by new name. These triggers can raised before insert, update
or delete rows on data base. The main difference between a trigger and a stored procedure is
that the former is attached to a table and is only fired when an INSERT, UPDATE or
DELETEoccurs.
4. Convert employee name into uppercase whenever an employee record is inserted or updated.
Trigger to fire before the insert orupdate.
5. Trigger before deleting a record from emp table. Trigger will insert the row to be deleted into
table called delete _emp and also record user who has deleted the record and date and time
ofdelete.
6. Create a transparent audit system for a table CUST_MSTR. The system must keep track of the
records that are being deleted orupdated
Week-7:PROCEDURES
Week-8: CURSORS
1. Write a PL/SQL block that will display the name, dept no, salary of fist highest paidemployees.
2. Update the balance stock in the item master table each time a transaction takes place in the
item transaction table. The change in item master table depends on the item id is already
present in the item master then update operation is performed to decrease the balance stock by
the quantity specified in the item transaction in case the item id is not present in the item
master table then the record is inserted in the item mastertable.
3. Write a PL/SQL block that will display the employee details along with salary usingcursors.
4. To write a Cursor to display the list of employees who are working as a ManagersorAnalyst.
5. To write a Cursor to find employee with given job anddeptno.
6. Write a PL/SQL block using implicit cursor that will display message, the salaries of all the
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
employees in the ‘employee’ table are updated. If none of the employee’s salary are updated
we getamessage 'None of the salaries were updated'. Else we get a message like for example,
'Salaries for 1000 employees are updated' if there are 1000 rows in ‘employee’ table
A publishing company produces scientific books on various subjects. The books are written by
authors who specialize in one particular subject. The company employs editors who, not
necessarily being specialists in a particular area, each take sole responsibility for editing one or
more publications.
A publication covers essentially one of the specialist subjects and is normally written by a single
author. When writing a particular book, each author works with on editor, but may submit another
work for publication to be supervised by other editors. To improve their competitiveness, the
company tries to employ a variety of authors, more than one author being a specialist in a particular
subject for the above case study, do thefollowing:
1. Analyze the datarequired.
2. Normalize theattributes.
Create the logical data model using E-R diagrams
AGeneralHospitalconsistsofanumberofspecializedwards(suchasMaternity,Pediatric,Oncology,
etc.). Each ward hosts a number of patients, who were admitted on the recommendation of their
ownGP and confirmed by a consultant employed by the Hospital. On admission, the personal
details of every patient are recorded. A separate register is to be held to store the information of
the tests undertaken and the results of a prescribed treatment. A number of tests may be conducted
for each patient. Each patient is assigned to one leading consultant but may be examined by
another doctor, if required. Doctors are specialists in some branch of medicine and may be leading
consultants for a number of patients, not necessarily from the same ward. For the above case study,
do the following.
1. Analyze the datarequired.
2. Normalize theattributes.
Create the logical data model using E-R diagrams
A database is to be designed for a car rental company. The information required includes a
description of cars, subcontractors (i.e. garages), company expenditures, company revenues and
customers. Cars are to be described by such data as: make, model, year of production, engine size,
fuel type, number of passengers, registration number, purchase price, purchase date, rent price and
insurance details. It is the company policy not to keep any car for a period exceeding one year. All
major repairs and maintenance are done by subcontractors (i.e. franchised garages), with whom
CRC has long-term agreements. Therefore the data about garages to be kept in the database
includes garage names, addresses, range of services and the like. Some garages require payments
immediately after a repair has been made; with others CRC has made arrangements for credit
facilities. Company expenditures are to be registered for all outgoings connected with purchases,
repairs, maintenance, insurance etc. Similarly the cash inflow coming from all sources: Car hire,
car sales, insurance claims must be kept of file. CRC maintains a reasonably stable client base.
For this privileged category of customers special creditcard facilities are provided. These
customers may also book in advance a particular car. These reservations can be made for any
period of time up to one month. Casual customers must pay a deposit for an estimated time of
rental, unless they wish to pay by credit card. All major credit cards are accepted. Personal details
such as name, address, telephone number, driving license, number about each customer are kept
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
A database is to be designed for a college to monitor students' progress throughout their course of
study. The students are reading for a degree (such as BA, BA (Hons.) M.Sc., etc) within the
framework of the modular system. The college provides a number of modules, each being
characterized by its code, title, credit value, module leader, teaching staff and the department they
come from. A module is coordinated by a module leader who shares teaching duties with one or
more lecturers. A lecturer may teach (and be a module leader for) more than one module. Students
are free to choose any module they wish but the following rules must be observed: Some modules
require pre- requisites modules and some degree programs have compulsory modules. The
database is also to contain some information about
studentsincludingtheirnumbers,names,addresses,degreestheyreadfor,andtheirpastperformance
i.e. modules taken and examination results. For the above case study, do the following:
1. Analyze the datarequired.
2. Normalize theattributes.
3. Create the logical data model i.e., ERdiagrams.
4. Comprehend the data given in the case study by creating respective tables with primary
keys and foreign keys whereverrequired.
5. Insert values into the tables created (Be vigilant about Master- Slavetables).
6. Display the Students who have taken M.Sccourse
7. Display the Module code and Number of Modules taught by eachLecturer.
8. Retrieve the Lecturer names who are not Module Leaders.
9. Display the Department name which offers ‘English ‘module.
10. Retrieve the Prerequisite Courses offered by every Department (with Departmentnames).
11. Present the Lecturer ID and Name who teaches‘Mathematics’.
12. Discover the number of years a Module istaught.
13. List out all the Faculties who work for ‘Statistics’Department.
14. List out the number of Modules taught by each ModuleLeader.
15. List out the number of Modules taught by a particularLecturer.
16. Create a view which contains the fields of both Department and Module tables.
(Hint- The fields like Module code, title, credit, Department code and itsname).
17. Update the credits of all the prerequisite courses to 5. Delete the Module ‘History’ from the
Moduletable.
References:
1. RamezElmasri, Shamkant, B. Navathe, “Database Systems”, Pearson Education, 6th Edition,
2013.
2. Peter Rob, Carles Coronel, “Database System Concepts”, Cengage Learning, 7th Edition, 2008.
Online Learning Resources/Virtual Labs:
http://www.scoopworld.in
http://vlabs.iitb.ac.in/vlabs-dev/labs/dblab/index.php
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
x To familiarize students with the architecture of OS.
x To provide necessary skills for developing and debugging CPU Scheduling algorithms.
x To elucidate the process management and scheduling and memory management.
x To explain the working of an OS as a resource manager, file system manager, process manager,
memory manager, and page replacement tool.
x To provide insights into system calls, file systems and deadlock handling.
Course Outcomes (CO):
After completion of the course, students will be able to
x Trace different CPU Scheduling algorithms (L2).
x Implement Bankers Algorithms to Avoid and prevent the Dead Lock (L3).
x Evaluate Page replacement algorithms (L5).
x Illustrate the file organization techniques (L4).
x Illustrate shared memory process (L4).
x Design new scheduling algorithms (L6)
List of 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) Round Robin b) SJF c) FCFS d) Priority
5. Implement a dynamic priority scheduling algorithm.
6. Assume that there are five jobs with different weights ranging from 1 to 5. Implement round
robin algorithm with time slice equivalent to weight.
7. Implement priority scheduling algorithm. While executing, no process should wait for more
than 10 seconds. If the waiting time is more than 10 seconds that process has to be executed
for at least 1 second before waiting again.
8. Control the number of ports opened by the operating system with
a) Semaphore b) Monitors.
9. Simulate how parent and child processes use shared memory and address space.
10. Simulate sleeping barber problem.
11. Simulate dining philosopher’s problem.
12. Simulate producer-consumer problem using threads.
13. Implement the following memory allocation methods for fixed partition
a) First fit b) Worst fit c) Best fit
14. Simulate the following page replacement algorithms
a) FIFO b) LRU c) LFU etc.,
15. Simulate Paging Technique of memory management
16. Simulate Bankers Algorithm for Dead Lock avoidance and prevention
17. Simulate the following file allocation strategies
a) Sequential b) Indexed c) Linked
18. Simulate all File Organization Techniques
a) Single level directory b) Two level c) Hierarchical d) DAG
References:
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
1. “Operating System Concepts”, Abraham Silberchatz, Peter B. Galvin, Greg Gagne, Eighth
Edition, John Wiley.
2. “Operating Systems: Internals and Design Principles”, Stallings, Sixth Edition–2009,
Pearson Education
3. “Modern Operating Systems”, Andrew S Tanenbaum, Second Edition, PHI.
4. “Operating Systems”, S.Haldar, A.A.Aravind, Pearson Education.
5. “Principles of Operating Systems”, B.L.Stuart, Cengage learning, India Edition.2013-2014
6. “Operating Systems”, A.S.Godbole, Second Edition, TMH.
7. “An Introduction to Operating Systems”, P.C.P. Bhatt, PHI.
Course Objectives:
x To learn and implement the fundamental concepts of Software Engineering.
x To explore functional and non-functional requirements through SRS.
x To practice the various design diagrams through the appropriate tool.
x To learn to implement various software testing strategies.
Course Outcomes (CO):
After completion of the course, students will be able to
x Acquaint with historical and modern software methodologies
x Understand the phases of software projects and practice the activities of each phase
x Practice clean coding
x Take part in project management
x Adopt skills such as distributed version control, unit testing, integration testing, build
management, and deployment
List of Experiments:
1 Draw the Work Breakdown Structure for the system to be automated
2 Schedule all the activities and sub-activities Using the PERT/CPM charts
3 Define use cases and represent them in use-case document for all the stakeholders of the
system to be automated
4 Identify and analyze all the possible risks and its risk mitigation plan for the system to be
automated
5 Diagnose any risk using Ishikawa Diagram (Can be called as Fish Bone Diagram or
Cause& Effect Diagram)
6 Define Complete Project plan for the system to be automated using Microsoft Project Tool
7 Define the Features, Vision, Business objectives, Business rules and stakeholders in the
vision document
8 Define the functional and non-functional requirements of the system to be automated by
using Use cases and document in SRS document
9 Define the following traceability matrices :
1. Use case Vs. Features
2. Functional requirements Vs. Usecases
10 Estimate the effort using the following methods for the system to be automated:
1. Function point metric
2. Usecase point metric
11 Develop a tool which can be used for quantification of all the non-functional requirements
12 Write C/C++/Java/Python program for classifying the various types of coupling.
13 Write a C/C++/Java/Python program for classifying the various types of cohesion.
14 Write a C/C++/Java/Python program for object oriented metrics for design proposed by
Chidamber and Kremer. (Popularly called CK metrics)
15 Convert the DFD into appropriate architecture styles.
16 Draw a complete class diagram and object diagrams using Rational tools
17 Define the design activities along with necessary artifacts using Design Document.
18 Reverse Engineer any object-oriented code to an appropriate class and object diagrams.
19 Test a piece of code that executes a specific functionality in the code to be tested and asserts
a certain behavior or state using Junit.
20 Test the percentage of code to be tested by unit test using any code coverage tools
21 Define appropriate metrics for at least 3 quality attributes for any software application of
your interest.
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
22 Define a complete call graph for any C/C++ code. (Note: The student may use any tool that
generates call graph for source code)
References:
1. Software Engineering? A Practitioner‟ s Approach, Roger S. Pressman, 1996, MGH.
2. Software Engineering by Ian Sommerville, Pearson Edu, 5th edition, 1999
3. An Integrated Approach to software engineering by Pankaj Jalote , 1991 Narosa
Online Learning Resources/Virtual Labs:
http://vlabs.iitkgp.ac.in/se/
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Course Objectives:
The students will be able to learn:
x How to manipulate data within R and to create simple graphs and charts used in introductory
statistics.
x The given data using different distribution functions in R.
x The hypothesis testing and calculate confidence intervals; perform linear regression models
for data analysis.
x The relevance and importance of the theory in solving practical problems in the real world.
4: PROBABILITY DISTRIBUTIONS
a. Sampling from distributions – Binomial distribution, normal distribution
b. tTest, zTest, Chi Square test
c. Density functions
d. Data Visualization using ggplot – Box plot, histograms, scatter plotter, line chart, bar chart, heat
maps
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
5: EXPLORATORY DATA ANALYSIS Demonstrate the range, summary, mean, variance, median,
standard deviation, histogram, box plot, scatter plot using population dataset.
6: TESTING HYPOTHESES
a. Null hypothesis significance testing
b. Testing the mean of one sample
c. Testing two means
7: PREDICTING CONTINUOUS VARIABLES
a. Linear models
b. Simple linear regression
c. Multiple regression
d. Bias-variance trade-off – cross-validation
8: CORRELATION
a. How to calculate the correlation between two variables.
b. How to make scatter plots.
c. Use the scatter plot to investigate the relationship between two variables
9: TESTS OF HYPOTHESES
a. Perform tests of hypotheses about the mean when the variance is known.
b. Compute the p-value.
c. Explore the connection between the critical region, the test statistic, and the p-value
10: ESTIMATING A LINEAR RELATIONSHIP Demonstration on a Statistical Model for a Linear
Relationship
a. Least Squares Estimates
b. The R Function lm
c. Scrutinizing the Residuals
11: APPLY-TYPE FUNCTIONS
a. Defining user defined classes and operations, Models and methods in R
b. Customizing the user's environment
c. Conditional statements
d. Loops and iterations
12: STATISTICAL FUNCTIONS IN R
a. Write Demonstrate Statistical functions in R
b. Statistical inference, contingency tables, chi-square goodness of fit, regression, generalized linear
models, advanced modeling methods.
References:
1. SandipRakshit, “Statistics with R Programming”, McGraw Hill Education, 2018.
2. Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, “AN Introduction to Statistical
Learning: with Applications in R”, Springer Texts in Statistics, 2017.
3. Joseph Schmuller, “Statistical Analysis with R for Dummies”, Wiley, 2017.
4. K G Srinivasa, G M Siddesh, ChetanShetty, Sowmya B J, “Statistical Programming in R”, Oxford
Higher Education, 2017.
Online Learning Resources/Virtual Labs:
1. www.oikostat.ch
2. https://learningstatisticswithr.com/
3. https://www.coursera.org/learn/probability-intro#syllabus
4. https://www.isibang.ac.in/~athreya/psweur/
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Activity: Every student presents their idea in three minutes, Every student can present design process in
the form of flow diagram or flow chart etc. Every student should explain about product development.
Activity: Debate on innovation and creativity, Flow and planning from idea to innovation, Debate on
value-based innovation.
UNIT - IV Product Design 8 Hrs
Problem formation, introduction to product design, Product strategies, Product value, Product planning,
product specifications. Innovation towards product design Case studies.
Activity: Importance of modelling, how to set specifications, Explaining their own product design.
Activity: How to market our own product, About maintenance, Reliability and plan for startup.
Textbooks:
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Objective
Community Service Project should be an integral part of the curriculum, as an alternative to the 2
months of Summer Internships / Apprenticeships / On the Job Training, whenever there is an exigency
when students cannot pursue their summer internships. The specific objectives are;
x To sensitize the students to the living conditions of the people who are around them,
x To help students to realize the stark realities of the society.
x To bring about an attitudinal change in the students and help them to develop societal
consciousness, sensibility, responsibility and accountability
x To make students aware of their inner strength and help them to find new /out of box solutions
to the social problems.
x To make students socially responsible citizens who are sensitive to the needs of the
disadvantaged sections.
x To help students to initiate developmental activities in the community in coordination with
public and government authorities.
x To develop a holistic life perspective among the students by making them study culture,
traditions, habits, lifestyles, resource utilization, wastages and its management, social problems,
public administration system and the roles and responsibilities of different persons across
different social systems.
x Evaluation to be done based on the active participation of the student and grade could be
awarded by the mentor/faculty member.
x The final evaluation to be reflected in the grade memo of the student.
x The Community Service Project should be different from the regular programmes of
NSS/NCC/Green Corps/Red Ribbon Club, etc.
x Minor project report should be submitted by each student. An internal Viva shall also be
conducted by a committee constituted by the principal of the college.
x Award of marks shall be made as per the guidelines of Internship/apprentice/ on the job training
Procedure
x A group of students or even a single student could be assigned for a particular habitation or
village or municipal ward, as far as possible, in the near vicinity of their place of stay, so as to
enable them to commute from their residence and return back by evening or so.
x The Community Service Project is a twofold one –
o First, the student/s could conduct a survey of the habitation, if necessary, in terms of
their own domain or subject area. Or it can even be a general survey, incorporating all
the different areas. A common survey format could be designed. This should not be
viewed as a duplication of work by the Village or Ward volunteers, rather, it could be
another primary source of data.
o Secondly, the student/s could take up a social activity, concerning their domain or
subject area. The different areas, could be like –
Agriculture
Health
Marketing and Cooperation
Animal Husbandry
Horticulture
Fisheries
Sericulture
Revenue and Survey
Natural Disaster Management
Irrigation
Law & Order
Excise and Prohibition
Mines and Geology
Energy
Internet
Free Electricity
Drinking Water
EXPECTED OUTCOMES
BENEFITS OF COMMUNITY SERVICE PROJECT TO STUDENTS
R 20 Regulations
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTAPUR
(Established by Govt. of A.P., ACT No.30 of 2008)
ANANTHAPURAMU – 515 002 (A.P) INDIA
Learning Outcomes
x Positive impact on students’ academic learning
x Improves students’ ability to apply what they have learned in “the real world”
x Positive impact on academic outcomes such as demonstrated complexity of understanding,
problem analysis, problem-solving, critical thinking, and cognitive development
x Improved ability to understand complexity and ambiguity
Personal Outcomes
x Greater sense of personal efficacy, personal identity, spiritual growth, and moral development
x Greater interpersonal development, particularly the ability to work well with others, and build
leadership and communication skills
Social Outcomes
x Reduced stereotypes and greater inter-cultural understanding
x Improved social responsibility and citizenship skills
x Greater involvement in community service after graduation
Career Development
x Connections with professionals and community members for learning and career opportunities
x Greater academic learning, leadership skills, and personal efficacy can lead to greater
opportunity
Relationship with the Institution
x Stronger relationships with faculty
x Greater satisfaction with college
x Improved graduation rates
The following the recommended list of projects for Engineering students. The lists are not exhaustive
and open for additions, deletions and modifications. Colleges are expected to focus on specific local
issues for this kind of projects. The students are expected to carry out these projects with involvement,
commitment, responsibility and accountability. The mentors of a group of students should take the
responsibility of motivating, facilitating, and guiding the students. They have to interact with local
leadership and people and appraise the objectives and benefits of this kind of projects. The project
reports shall be placed in the college website for reference. Systematic, Factual, methodical and honest
reporting shall be ensured.
Complimenting the community service project the students may be involved to take up some
awareness campaigns on social issues/special groups. The suggested list of programmes are;
1. Awareness on RTI
2. Health intervention programmes
3. Yoga
4. Tree plantation
5. Programmes in consonance with the Govt. Departments like –
i. Agriculture
ii. Health
iii. Marketing and Cooperation
iv. Animal Husbandry
v. Horticulture
vi. Fisheries
vii. Sericulture
viii. Revenue and Survey
ix. Natural Disaster Management
x. Irrigation
xi. Law & Order
xii. Excise and Prohibition
xiii. Mines and Geology
xiv. Energy
Role of Students:
x Students may not have the expertise to conduct all the programmes on their own. The students
then can play a facilitator role.
x For conducting special camps like Health related, they will be coordinating with the
Governmental agencies.
x As and when required the College faculty themselves act as Resource Persons.
x Students can work in close association with Non-Governmental Organizations like Lions Club,
Rotary Club, etc or with any NGO actively working in that habitation.
x And also with the Governmental Departments. If the programme is rolled out, the District
Administration could be roped in for the successful deployment of the programme.
x An in-house training and induction programme could be arranged for the faculty and
participating students, to expose them to the methodology of Service Learning.