BScHandBookCS 241107 211049
BScHandBookCS 241107 211049
Women Nirmal
Handbook
BSc Computer Science
2019-2020
KAKATIYA UNIVERSITY, WARANGAL - 506 009
B.Sc. PROGRAMME
Under CBCS System
Scheme wef A.Y: 2019-20
FIRST YEAR
SEMESTER - I
Max. Marks
Course No. of Hrs Total
Code Title of the Paper Interna End
category Credits PW Lab Marks
l Exam Exam
SEMESTER – II
Max. Marks
Course No. of Hrs Total
Code Title of the Paper Interna End
category Credits PW Lab Marks
l Exam Exam
Basic Computer Skills
BS201 AECC-2 2 2 10 40 - 50
(Taught by: Computer Science)
BS202 FL-2B English 4 4 20 80 - 100
BS203 SL-2B Second Language 4 4 20 80 - 100
Optional - I 4 4
BS204 DSC-1B 20 80 25 125
Optional – I Lab 1 3
Optional – II 4 4
BS205 DSC-2B 20 80 25 125
Optional – II Lab 1 3
DSC-3B Optional – III 4 4 25 125
BS206 20 80
Optional – III LAB 1 3
TOTAL : 25 - 110 440 75 625
KAKATIYA UNIVERSITY, WARANGAL - 506 009
B.Sc. PROGRAMME
Under CBCS System
Scheme wef A.Y: 2020-21
SECOND YEAR
SEMESTER - III
Max. Marks
Course No. of Hrs Total
Code Title of the Paper Interna End
category Credits PW Lab Marks
l Exam Exam
Fundamentals of
BS 301 SEC-1 Nano Technology 2 2 10 40 - 50
(Taught by : Physics)
Bio Statistics
BS 302 SEC-2 2 2 10 40 - 50
(Taught by : Statistics)
BS 303 FL-3 A English 3 3 15 60 - 75
BS 304 SL-3 B Second Language 3 3 15 60 - 75
Optional - I 4 4
BS 305 DSC-1C 20 80 25 125
Optional – I Lab 1 3
Optional – II 4 4
BS 306 DSC-2C 20 80 25 125
Optional– II Lab 1 3
DSC-3C Optional – III 4 4
BS 307 20 80 25 125
Optional – III Lab 1 3
TOTAL: 25 - 110 440 75 625
SEMESTER - IV
Max. Marks
Course No. of Hrs Total
Code Title of the Paper Interna End
category Credits PW Lab Marks
l Exam Exam
Fundamentals of Python
BS401 SEC-3 2 2 10 40 - 50
(Taught by: Computer Science)
Remedial Methods of Pollution –
BS402 SEC-4 Drinking Water & Soil Fertility 2 2 10 40 - 50
(Taught by: Chemistry)
BS403 FL-4 A English 3 3 15 60 - 75
BS404 SL-4 B Second Language 3 3 15 60 - 75
Optional - I 4 4
BS405 DSC-1D 20 80 25 125
Optional – I Lab 1 3
Optional – II 4 4
BS406 DSC-2D 20 80 25 125
Optional – II Lab 1 3
DSC-3D Optional – III 4 4
BS407 20 80 25 125
Optional– III Lab 1 3
TOTAL : 25 - 110 440 75 625
KAKATIYA UNIVERSITY, WARANGAL - 506 009
B.Sc. PROGRAMME
Under CBCS System
Scheme wef A.Y: 2021-2022
THIRD YEAR
SEMESTER - V
Max. Marks
Course No. of Hrs Interna Total
Code Title of the Paper End
Type Credits PW l Lab Marks
Exam
Exam
BS 501 FL-5 A English 3 3 15 60 - 75
SEMESTER - VI
Max. Marks
Course No. of Hrs Total
Code Title of the Paper Internal End
Type Credits PW
Exam Exam
Lab Marks
Summer Up to 4 ( 2 in each, after I & II Up to 4 ( 2 in each, after I & Up to 4 ( 2 in each, after I & II
4
internship years II years years
Fundamentals of Python
Theory: 2 Hours/Week; Credits: 2 Marks: 50 (Internal: 10; External: 40)
Unit – I
Introduction to Python Programming: How a Program Works, Using Python, Program Development
Cycle, Input, Processing, and Output, Displaying Output with the Print Function, Comments,
Variables, Reading Input from the Keyboard, Performing Calculations (Operators. Type conversions,
Expressions), More about Data Output. Decision Structures and Boolean Logic: if, if-else, if-elif-else
Statements, Nested Decision Structures, Comparing Strings, Logical Operators, Boolean Variables.
Repetition Structures: Introduction, while loop, for loop, Calculating a Running Total, Input Validation
Loops, Nested Loops.Lists and Tuples: Sequences, Introduction to Lists, List slicing, Finding Items in
Lists with the in Operator, List Methods and Useful Built-in Functions, Copying Lists, Processing
Lists,
Unit – II
Tuples- operations on tuples, Strings: Basic String Operations, String Slicing, Testing, Searching, and
Manipulating Strings. Dictionaries and Sets: Dictionaries, Sets- operations on sets and Dictionaries.
Functions: Introduction, Defining and Calling a Void Function, Designing a Program to Use Functions,
Local Variables, Passing Arguments to Functions, Global Variables and Global Constants, Value-
Returning Functions- Generating Random Numbers, Writing Our Own Value-Returning Functions,
The math Module, Storing Functions in Modules. File and Exceptions: Introduction to File Input and
Output, Using Loops to Process Files, Processing Records, Exceptions.
Text Book:
Tony Gaddis, Starting Out With Python (3e)
References:
1. Kenneth A. Lambert, Fundamentals of Python
2. Clinton W. Brownley, Foundations for Analytics with Python
3. James Payne, Beginning Python using Python 2.6 and Python 3
4. Charles Dierach, Introduction to Computer Science using Python
5. Paul Gries, Practical Programming: An Introduction to Computer Science using Python 3
KAKATIYA UNIVERSITY
Under Graduate Courses (Under CBCS 2020 – 2021 onwards)
B.Sc. Computer Science II Year
SEMESTER – IV
Unit - II
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, Extended E-R Features,
Alternative Notations for Modeling Data, Other Aspects of Database Design.
Relational Database Design: Features of Good Relational Designs, Atomic Domains and First Normal
Form, Decomposition Using Functional Dependencies, Functional- Dependency Theory,
Decomposition Using Multivalued Dependencies, Normal Forms-2 NF, 3 NF, BCNF, The Database
Design Methodology for Relational Databases.
Unit - III
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
Subqueries, Modification of the Database.
Intermediate SQL: Join 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.
Unit - IV
Transaction Management: Transaction Support–Properties of Transactions, Database Architecture,
Concurrency Control–The Need for Concurrency Control, Serializability and Recoverability, Locking
Methods, Deadlock, Time Stamping Methods, Multi-version Timestamp Ordering, Optimistic
Techniques, Granularity of Data Items, Database Recovery–The Need for Recovery, Transactions and
Recovery, Recovery Facilities, Recovery Techniques, Nested Transaction Model. Security: Database
Security–Threats, Computer-Based Controls–Authorization, Access Controls, Views, Backup and
Recovery, Integrity, Encryption, RAID.
Text book:
1. Silberschatz, H. Korth and S. Sudarshan, Database System Concepts, 6th Ed., Tata McGraw
Hill, 2011
2. Thomas M. Connolly, Carolyn E. Begg, Database Systems–A Practical Approach to Design,
Implementation, and Management (6e)
Note:
• Programs of all the Concepts from Text Book including exercises must be practice and execute.
• In the external lab examination student has to execute two programs with compilation and deployment
steps are necessary.
• External Vice-Voce is compulsory.
1. Create a database having two tables with the specified fields, to computerize a library
system of a University College.
LibraryBooks (Accession number, Title, Author, Department, PurchaseDate, Price),
IssuedBooks (Accession number, Borrower)
a) Identify primary and foreign keys. Create the tables and insert at least
5 records in each table.
b) Delete the record of book titled “Database System Concepts”.
c) Change the Department of the book titled “Discrete Maths” to “CS”.
d) List all books that belong to “CS” department.
e) List all books that belong to “CS” department and are written by author
“Navathe”.
f) List all computer (Department=”CS”) that have been issued.
g) List all books which have a price less than 500 or purchased between
“01/01/1999” and “01/01/2004”.
2. Create a database having three tables to store the details of students of Computer
Department in your college.
Personal information about Student (College roll number, Name of student, Date of birth,
Address, Marks(rounded off to whole number) in percentage at 10 + 2, Phone number)
Paper Details (Paper code, Name of the Paper)
Student’s Academic and Attendance details (College roll number, Paper
Code, Attendance, Marks in home examination).
a) Identify primary and foreign keys. Create the tables and insert at least 5 records in
each table.
b) Design a query that will return the records (from the second table) along with the
name of student from the first table, related to students who have more than 75%
attendance and more than 60% marks in paper2.
c) List all students who live in “Warangal” and have marks greater than 60 in paper1.
d) Find the total attendance and total marks obtained by each student.
e) List the name of student who has got the highest marks in paper2.
a) Identify primary and foreign keys. Create the tables and insert at least 5 records
in each table.
b) List all the customers who have the bicycles manufactured by manufacturer
“Honda”.
c) List the bicycles purchased by the customers who have been referred by
Customer “C1”.
d) List the manufacturer of red colored bicycles.
e) List the models of the bicycles given for service.
4. Create the following tables, enter at least 5 records in each table and answer the queries given
below.
Employee (Person_Name, Street, City )
Works (Person_Name, Company_Name, Salary)
Company (Company_Name, City )
Manages (Person_Name, Manager_Name )
5. Create the following tables, enter at least 5 records in each table and answer the queries given
below.
Suppliers (SNo, Sname, Status, SCity)
Parts (PNo, Pname, Colour, Weight, City)
Project (JNo, Jname,Jcity)
Shipment (Sno, Pno, Jno, Qunatity)