Cse Syllabus Total
Cse Syllabus Total
B.TECH IN ENGINEERING
CSE/IT
III SEMESTER
Sl. Category/
Course Title L T P Credits
No Code
1 MC-210 Environmental Science 2 0 0 0
2 BSC105 Mathematics – III 3 0 0 3
3 ESC-301 Analog Electronics 3 1 0 4
4 PCS-301 Data Structures using “C” 3 1 0 4
5 PCS-302 Computer Architecture & Organization 3 1 0 4
6 ECC-301L Analog Electronics Lab 0 0 3 1.5
7 PCS-301L Data Structures Lab 0 0 4 2
8 PCS-303L IT Workshop using “C” Lab. - - 3 1.5
Total Contact Hours 27 20
1
Faculty of Engineering &Technology-KU 2019-2020
UNIT–I (8)
Natural Resources Utilization and its Impacts: Energy, minerals, water and land resources,
Resource consumption, population dynamics, urbanization.
UNIT–II (8)
Ecology and Biodiversity: Energy flow in ecosystem, food chain, nutrient cycles, eutrofication
value of biodiversity, biodiversity at global, national and local levels, threats for biodiversity,
conservation of biodiversity.
UNIT–III (8)
Water Pollution: Sources, types of pollutants and their effects, water quality issues, contaminant
transport, self-purification capacity of streams and water bodies, water quality standards,
principles of water and wastewater treatment.
UNIT–IV (8)
Air Pollution: Sources, classification and their effects, Air quality standards, dispersion of
pollutants, control of air pollution, automobile pollution and its control.
UNIT–V (8)
Solid Waste Management: Sources and characteristics of solid waste, effects, Collection
and transfer system, disposal methods.
Text Books:
1. M. Chandrasekhar, Environmental science, Hi Tech Publishers, 2009.
2. P.N. Modi (2006), Water supply Engineering – Environmental Engineering (Vol. I) –
Standard Book House.
3. Gerard Kiely, Environmental Engineering, McGraw Hill Education Pvt Ltd, Special
Indian Edition, 2007.
References:
1. W P Cunningham, M A Cunningham, Principles of Environmental Science, Inquiry
and Applications, Tata McGraw Hill, Eighth Edition, 2016.
2
Faculty of Engineering &Technology-KU 2019-2020
3
Faculty of Engineering &Technology-KU 2019-2020
UNIT-I
Review of Semiconductor Devices: P-N junction and V-I characteristics, static and dynamic
resistance, effect of temperature on V-I characteristics, Avalanche and Zener breakdown, Zener
diode
Regulated power supply: Rectifier - Half Wave Rectifier, Full Wave Rectifier, Bridge Rectifier,
Rectifiers with capacitive and inductive Filters, Voltage regulator, Block diagram of switched
mode power supply
UNIT-II
Bipolar Junction Transistor (BJT): Principle of Operation, Common Emitter, Common Base and
Common Collector Configurations and characteristics, Transistor as an amplifier and switch
DC Analysis: Operating point, DC & AC load lines, Biasing - Fixed Bias, Self Bias, Bias Stability,
Thermal runaway and stabilization
UNIT-III
Field Effect Transistor (FET): Construction, Principle of Operation, V-I Characteristic and DC
analysis of JFET, MOSFET, FET application as switch and amplifier.
Frequency response of BJT and FET RC coupled amplifier,
UNIT-IV
Positive feedback: Condition for Oscillations, RC type Oscillators-RC phase shift and Wien-
bridge Oscillators, LC type Oscillators –Hartley and Colpitts Oscillators, Crystal Oscillator.
UNIT-V
Operational Amplifier: Block diagram and Ideal characteristics, pin diagram and practical
characteristics of IC 741, Op-amp application as adder, subtractor, difference amplifier,
differentiator, integrator and square wave (clock pulse) generator (Qualitative treatment only)
4
Faculty of Engineering &Technology-KU 2019-2020
Timer: 555 timer as mono-stable and astable mode and its basic application as square wave
generator. (Qualitative treatment only)
TEXT BOOKS:
1. Jacob Millman& Christos C. Halkias, Electronic Devices and Circuits, McGraw Hill
Education.
2. Robert L. Boylestead, Louis Nashelsky, Electronic Devices and Circuits theory, 11th
Edition, 2009, Pearson
3. Roy Choudhary, Shail Jain, Linear Integrated Circuits, New Age International, New Delhi.
5
Faculty of Engineering &Technology-KU 2019-2020
UNIT-I
Introduction
Introduction to data structure, types of data structures, revision of arrays, memory representation of
arrays, operations on arrays, static versus dynamic memory allocation, pointers, self-referential
structure Time complexity.
UNIT-II
Linked lists
Single linked list representation, operations on single linked list, Circular linked list and its
operations, Doubly linked list and its operations, applications of lists, polynomial representation
using lists.
UNIT-III
Definition of queue, operations on queue, implementation of queue using arrays and linked list,
applications of queue, Circular queue and priority queue.
UNIT-IV
6
Faculty of Engineering &Technology-KU 2019-2020
UNIT-V
Searching-Sorting
Searching: Linear search, Binary search
Sorting: Bubble sort, Insertion sort, selection sort, quick sort and merge sort.
Text Books:
1. Ellis Horowitz, Sartaj Sahani, Dinesh Metha, “Fundamentals of data structures in C”, Galgotia
Publications Pvt. Ltd, ISBN 81-203-1874-9.
2. D. Samanta, “Classic data structures”, Printice Hall India, ISBN 81-203-1874-9.
Reference Books:
1. Data Structures Using C, SIXTH edition, E. Balaguru Swamy, Tata McGraw-Hill, ISBN 1-
25-9029544-9.
2. Fundamentals Of Data Structures In C, Horowitz, Sahni, Universities Press ISBN 10:
8173716056
7
Faculty of Engineering &Technology-KU 2019-2020
UNIT-I
Review of Computer Systems: The Evolution of Computers, Basic Functional Units and
Operation of Digital Computers, Performance Measures.
Number Representation: Integer, Signed, Unsigned, 1’s Complement, 2’s Complement, r’s
Complement, Addition and Subtraction of Signed Numbers, Overflow in Integer Arithmetic, Fixed
and Floating Point Representation, IEEE 754 Representation, BCD , Gray code.
Instructions: Memory Location and Address: Byte addressability, Big endian & Little endian
assignments, Word alignment, Accessing Numbers, Characters and Character strings. Addressing
modes, Instruction Format: Three, Two, One, Zero Address Instructions, Risk Instructions, Modes
of Instructions, Instruction Sequencing, Assembly Language, Stacks and Queues, Subroutines.
UNIT-II
Memory Unit: Basic Concepts of Memory, Memory Hierarchy, Technology: RAM, ROM, Flash
Memory, EPROM, Cache Memory: Different Mapping Functions, Replacement Algorithms,
Performance Considerations: Interleaving, Hit Rate, Miss Penalty, Caches on Processor Chip,
Virtual Memory: Address Translation, Associative Memory, Page replacement algorithms.
Secondary Storage: Magnetic Hard disk, Optical Disk, Magnetic Tape.
UNIT-III
Computer Arithmetic: Addition & Subtraction of Signed Numbers, Carry look ahead adder,
Multiplication of positive numbers, Booth’s Algorithm, Fast Multiplication, Integer Division,
Floating Point Arithmetic Operation: Addition, Subtraction, Multiplication & Division .
Input/Output Unit: I/O Interface: I/O Bus and Interface Modules, I/O Vs Memory Bus, Isolated
I/O, Memory Mapped I/O, Synchronous & Asynchronous Data Transfer, Modes of Data Transfer:
Programmed I/O, Interrupt initiated I/O, Priority Interrupt: Daisy Chaining Priority, Parallel
Priority, Interrupt, Priority Encoder, Interrupt Cycle, Software Routine, DMA, Interface Circuit:
Parallel, Port, Serial Port, Standard I/O Interfaces: PCI Bus, SCSI Bus, Universal Serial Bus.
8
Faculty of Engineering &Technology-KU 2019-2020
UNIT-IV
Computer Peripherals: Input Devices: Keyboard, mouse, joystick, track ball, touch pad , scanners.
Output Devices: Video displays, flat panel display, printers, graphics accelerators.
Pipelining: Basic concepts, Data & instruction hazards, Influence on instruction sets, Data path
and control considerations, Super scalar operations.
UNIT-V
Large Computer Systems: Forms of Parallel Processing, Array Processors, The Structure of
General purpose multiprocessor, Interconnection Networks, Memory Organization, Program
Parallelism and Shared Variables
Text Books:
1. Carl Hamacher, Zvonko Vranesic, Safwat Zaky Computer Organization, Tata McGraw Hill, 5/e
Reference Books:
9
Faculty of Engineering &Technology-KU 2019-2020
10
Faculty of Engineering &Technology-KU 2019-2020
LIST OF EXPERIMENTS
11
Faculty of Engineering &Technology-KU 2019-2020
LIST OF EXPERIMENTS
PC Hardware
Task 1: Identify the peripherals of a computer, components in a CPU and its functions. Draw the
block diagram of the CPU along with the configuration of each peripheral and submit to your
instructor.
Task 2: Every student should disassemble and assemble the PC back to working condition. Lab
instructors should verify the work and follow it up with a Viva. Also students need to go through
the video which shows the process of assembling a PC. A video would be given as part of the
course content.
Task 3: Every student should individually install MS windows on the personal computer. Lab
instructor should verify the installation and follow it up with a Viva.
Task 4: Every student should install Linux on the computer. This computer should have
windows installed. The system should be configured as dual boot with both windows and Linux.
Lab instructors should verify the installation and follow it up with a Viva
Task 5: Hardware Troubleshooting: Students have to be given a PC which does not boot due to
improper assembly or defective peripherals. They should identify the problem and fix it to get
the computer back to working condition. The work done should be verified by the instructor and
followed up with a Viva.
12
Faculty of Engineering &Technology-KU 2019-2020
Task 1 – Word Orientation: The mentor needs to give an overview of LaTeX and Microsoft
(MS) office2007/ equivalent (FOSS) tool word: Importance of LaTeX and MS office 2007/
equivalent (FOSS) tool Word as word Processors, Details of the four tasks and features that
would be covered in each, Using LaTeX and word – Accessing, overview of toolbars, saving
files, Using help and resources, rulers, format painter in word.
Task 2: Using LaTeX and Word to create project certificate. Features to be covered:-
Formatting Fonts in word, Drop Cap in word, Applying Text effects, Using Character Spacing,
Borders and Colors, Inserting Header and Footer, Using Date and Time option in both LaTeX
and Word.
Excel
Task 3: Performance Analysis - Features to be covered:- Split cells, freeze panes, group and
outline, Sorting, Boolean and logical operators, Conditional formatting
Task1: Students will be working on basic power point utilities and tools which help them create
basic power point presentation. Topic covered during this week includes :- PPT Orientation,
Slide Layouts, Inserting Text, Word Art, Formatting Text, Bullets and Numbering, Auto Shapes,
Lines and Arrows in both LaTeX and Power point. Students will be given model power point
presentation which needs to be replicated (exactly how it’s asked).
13
Faculty of Engineering &Technology-KU 2019-2020
Task 2: Second week helps students in making their presentations interactive. Topic covered
during this week includes: Hyperlinks, Inserting –Images, Clip Art, Audio, Video, Objects,
Tables and Charts.
Task 3: Concentrating on the in and out of Microsoft power point and presentations in LaTeX.
Helps them learn best practices in designing and preparing power point presentation. Topic
covered during this week includes: - Master Layouts (slide, template, and notes), Types of views
(basic, presentation, slide slotter, notes etc), and Inserting – Background, textures, Design
Templates, Hidden slides.
Reference books:
1. Comdex Information Technology course tool kit, Vikas Gupta, WILEY Dreamtech.
2. The Complete Computer upgrade and repair book, 3rd Edition, Cheryl A Schmidt, WILEY
Dreamtech.
6. IT Essentials PC Hardware and Software Companion Guide Third Edition by David Anfinson
and KenQuamme. – CISCO Press, Pearson Education.
7. IT Essentials PC Hardware and Software Labs and StudyGuide Third Edition by Patrick
Regan – CISCO Press, Pearson Education.
8. Microsoft Office 2007: The Missing Manual - Chris Grover, Mathew MacDonald,
E.A. Vander Veer O’reilly Media.
******
14
Faculty of Engineering &Technology, KU 2019-2020
B.TECH IN ENGINEERING
CSE/IT
IV SEMESTER
Sl. Category /
Course Title L T P Credits
No Code
1 MC-220 Constitution of Indian 2 0 0 0
2 ESC-401 Digital Electronics 2 1 0 3
3 PCS-401 Mathematical Foundations in Computer Science 3 1 - 4
4 PCS-402 Design and Analysis of Algorithms 3 1 - 4
5 PCS-403 Operating Systems 3 1 - 4
6 PCS-404 OOP Through JAVA 3 1 0 4
7 PCS-403L Operating Systems Lab. - - 3 1.5
8 PCS-404L OOP Through JAVA Lab - - 3 1.5
Total Contact Hours 27 22
1
Faculty of Engineering &Technology, KU 2019-2020
UNIT -1
1. Making of Indian Constitution - Constituent Assembly
2. Historical Perspective of the Constitution of India
3. Salient Features and characteristics of the Constitution of India
UNIT -2
1. The Fundamental Rights
2. The Fundamental Duties and their Legal Status
3. The Directive Principles of State Policy – Their Importance and Implementation
UNIT -3
1. Federal Structure and Distribution of Administrative, Legislative and Financial Powers between the
Union and the States
2. Parliamentary Form of Government in India – The Constitutional Powers and Status of the
President of India
3. Amendment of the Constitutional Provisions and Procedure
UNIT -4
1. The Judiciary
2. Constitutional and Legal Frame Work for Protection of Environmental in Global and National Level
3. Corporate Social Responsibility (CSR) International and National Scenario.
Text books:
1. D.D. Basu: An Introduction of Indian Constitution
2. Greanvile Austin: The Indian Constitution
3. Paras Diwan: Studies on Environmental cases
2
Faculty of Engineering &Technology, KU 2019-2020
References books:
1. KhannnaJustice.H.R: Making of India’s Constitution, Eastern Book Companies.
2. Rajani Kothari: Indian Politics
3. Ghosh Pratap Kumar: The Constitution of India. How it has been Formed, World Press.
4. A.Agrawal (Ed): Legal Control of Environmental Pollution.
3
Faculty of Engineering &Technology, KU 2019-2020
UNIT-I
Number System and Boolean algebra And Switching Functions: Number Systems,
Base Conversion Methods, Complements of Numbers, Codes- Binary Codes, Binary Coded Decimal
Code and its Properties, Unit Distance Codes, Alphanumeric Codes, Error Detecting and Correcting
Codes.
Boolean Algebra: Basic Theorems and Properties, Switching Functions, Canonical and Standard
Form, Algebraic Simplification, Digital Logic Gates, Universal Gates, NAND/NOR realizations.
UNIT-II
Minimization of Boolean logic: Introduction, the Karnaugh Map Method, four Variable Maps, Prime
and Essential Implications, Don’t Care Map Entries, Tabular Method, Minimization
and Combinational Design
Basic Combinational circuits: Half adder, Full adder, half subtractor, full subtractor, serial and
parallel adder, carry look ahead adder, adder/subtractor
UNIT-III
Sequential Circuits: SR Flip flop, edge and level triggered clock pulse, direct and indirect inputs of
flip flop, JK, D and T flip flops. Race around condition, Master slave JK flip flop
Application of Flip flop as shift register, Asynchronous counter, synchronous counter and ring
counter. (Qualitative treatment only)
4
Faculty of Engineering &Technology, KU 2019-2020
UNIT-V
Logic Families: Characteristics of logic families, RTL, DTL, HTL, ECL, TTL and CMOS logic
family circuits and its operation.
TEXT BOOKS:
1) Switching and Finite Automata Theory- ZviKohavi&Niraj K. Jha, 3rd Edition, Cambridge.
2) Digital Design- Morris Mano, PHI, 3rd Edition.
3) R. P. Jain, Modern Digital Electronics, McGraw Hill Publishers’.
5
Faculty of Engineering &Technology, KU 2019-2020
UNIT – I
Set theory: Introduction, Basic Concepts of Set Theory, Representation of Discrete Structures,
Relations and Ordering, Functions. Algebraic Structures: Introduction, Algebraic Systems, Semi
groups and Monoids, Groups, Lattices as Partially Ordered Sets, Boolean algebra
UNIT -- II
Mathematical logic: Introduction, Statements and Notation, Connectives, Normal Forms, Theory of
Inference for the Statement Calculus, The Predicate Calculus, Inference Theory of the Predicate
Calculus.
UNIT - III
Propositional logic: Syntax, semantics, validity of formulas, satisfiable and unsatisfiable formulas,
encoding and examining the validity of some logical arguments
Proof techniques: Proof by Induction, proof by contradiction, contra positive proofs, proof of
necessity and sufficiency; first order Logic: Brief introduction; Basics of soundness and completeness;
UNIT – IV
6
Faculty of Engineering &Technology, KU 2019-2020
UNIT – V
Graphs: Basic Concepts, Isomorphism’s and Sub graphs, Trees and their Properties, Spanning Trees,
Directed Trees, Binary Trees, Planar Graphs, Euler’s Formula, Multigraphs and Euler Circuits,
Hamiltonian Graphs, Chromatic Numbers, The Four-Color Problem.
Text Books:
Reference Books:
7
Faculty of Engineering &Technology, KU 2019-2020
UNIT - I
Introduction: Algorithm, Performance Analysis-Space complexity, Time complexity, Asymptotic
Notations- Big oh notation, Omega notation, Theta notation and little oh notation. Divide and conquer:
General method, applications-Binary search, Quick sort, Merge sort, Strassen’s matrix multiplication.
UNIT - II
Disjoint Sets: Disjoint set operations, union and find algorithms
Backtracking: General method, applications, n-queen’s problem, sum of subsets problem, graph
coloring
UNIT - III
Dynamic Programming: General method, applications- Optimal binary search trees, 0/1 knapsack
problem, All pairs shortest path problem, Traveling sales person problem, Reliability design.
UNIT - IV
Greedy method: General method, applications-Job sequencing with deadlines, knapsack Problem,
Minimum cost spanning trees, Single source shortest path problem.
UNIT - V
Branch and Bound: General method, applications - Travelling sales person problem, 0/1 knapsack
Problem - LC Branch and Bound solution, FIFO Branch and Bound solution.
NP-Hard and NP-Complete problems: Basic concepts, non deterministic algorithms, NP - Hard and
NP Complete classes, Cook’s theorem
8
Faculty of Engineering &Technology, KU 2019-2020
Text Books
1. Introduction to Algorithms, second edition, T.H. Cormen, C.E.Leiserson, R.L.Rivest, and C.Stein,
PHI Pvt. Ltd./ Pearson Education.
2. .Fundamentals of Computer Algorithms, Ellis Horowitz, SatrajSahni and Rajasekharan, University Press.
References
1. Design and Analysis of algorithms, Aho, Ullman and Hopcroft, Pearson education.
2. Algorithm Design: Foundations, Analysis and Internet Examples, M.T. Goodrich and R.
Tamassia, John Wiley and sons.
9
Faculty of Engineering &Technology, KU 2019-2020
UNIT - I
Overview – Introduction-Operating System objectives, User view, System view, Operating system
definition, Computer System Organization, Computer Systems Architecture, OS Structure, OS
Operations, Process Management, Memory Management, Storage Management, Protection and
Security, Computing Environments.
Operating System services, User and OS interface, system calls, types of system calls, system
programs, operating system design and implementation, OS structure. General Structure of MSDOS,
Windows 2000, Linux.
UNIT – II
Process and CPU Scheduling- Process Concepts – The Process, Process State, Process Control
Block, Threads – Process Scheduling – Schedulers - Context Switch, Operations on Processes, System
calls – fork(), exec(), wait(), exit(), Inter Process Communications - Process Management in UNIX.
Process Scheduling- Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple Processor
Scheduling, Real Time Scheduling, Thread Scheduling,
UNIT -III
10
Faculty of Engineering &Technology, KU 2019-2020
UNIT- IV
Virtual Memory Management- Background, Demand Paging – Page Interrupt Fault, Page
Replacement Algorithms, Allocation of Frames, Thrashing, Memory Management in UNIX,
Windows.
Storage Management – File System- Concept of a File, System calls for file operations, Access
Methods, Directory and Disk Structure – File System Mounting, File Sharing Protection.
UNIT -V
File System Implementation – File System Structure, File System Implementation, Directory
Implementation, Allocation Methods, Free Space Management, Efficiency and Performance.
Mass Storage Structure- Over of Mass Storage Structure, Disk Structure, Disk Attachment, Disk
Scheduling, Swap space management.
Text Books
1. Operating Systems Concepts – Abraham Silberschatz, Peter Galvin, Greg Gagne,
9th Edition, 2016, Wiley India Publications
References
1. Operating Systems – Internals and Design Principles, William Stallings, 7th Edition Pearson
Education Asia Publications.
11
Faculty of Engineering &Technology, KU 2019-2020
UNIT-I
Java basics: Creation of Java, Java buzzwords, Data types, Variables and Arrays, Operators,
Control statements, introductions to classes and simple programs.
UNIT-II
Classes and objects: Creating classes and objects , visibility modes, constructors, Overloading
methods, Passing and returning objects, Recursion, Variable length arguments, Nested and inner
classes, static - variables, Blocks and methods.
UNIT-III
Inheritance: Basic concepts, Types of inheritance, Using super, Creating multilevel inheritance,
Method Overriding, Runtime polymorphism, Dynamic method dispatch, Using abstract classes,
Using final with inheritance, The Object class.
Packages and interfaces: Packages, Access Protection, Importing packages, Interfaces –Defining
an interface, Implementing interfaces, Nested interfaces, Applying interfaces,Variables in
interfaces, Interfaces can be extended.
UNIT-IV
Exception handling: Fundamentals of exception handling, exception type, using try and catch,
multiple catch clauses, nested try statements, throw, throws and finally, built in exceptions, creating
own exceptions
12
Faculty of Engineering &Technology, KU 2019-2020
Using I/O: The Predefined Streams, Using byte streams, Reading and writing Files using byte
streams, Using Java’s Character-based streams, Using Java’s type wrappers to Convert Numeric
Strings
UNIT-V
Applets: Applet basics, applet skeleton, Applet initialization and termination, Requesting
repainting, Using the status window, Passing parameters to Applets.
AWT: AWT classes, Window Fundamentals, Working with Frame Windows, Creating a Frame
Window in an applet AWT Controls: Control Fundamentals, Labels, Using Buttons, Check Boxes,
Choice Controls, Lists, Scroll Bars, Text Field, Text Area, Understanding Layout Managers, Menu
Bars and Menus, Dialog Boxes.
Text Books:
1st Edition, McGraw Hill Education, ISBN-13: 978-1-25-900659-3, 2013. (Chapters: 11,
15,17, 18).
Reference Books:
1. Sachin Malhotra, Saurabh Choudhary, "Programming in JAVA", 2ndEdition,
OxfordPublications, ISBN-13: 978-0-19-809485-2, 2013. (Chapters: 1 to 8, 12 to 15)
2. Kathy Sierra, Bert Bates, “Head First Java”, 2nd Edition, O’Reilly Publictions, ISBN-
13: 978-0596009205, 2013.
3. UttamK.Roy, “Advanced JAVA Programming”, 1stedition, Oxford Publications; ISBN-
13: 978-0199455508, 2013.
13
Faculty of Engineering &Technology, KU 2019-2020
LIST OF EXPERIMENTS
2. Programs on Process creation using fork(), exec() and wait() system calls.
*****
14
Faculty of Engineering &Technology, KU 2019-2020
List of Experiments
Experiment-I
1. Write a program to demonstrate control structures using sample of displaying prime numbers
within a givenrange.
2. Write a program to read an array and display them using for-each control. Finally display the
sum of arrayelements.
3. Write a program to read a matrix and display whether it is an identity matrix or not. Use
civilized form of breakstatement.
4. Write a program to define a two dimensional array where each row contains different number
of columns. Display the 2D-array usingfor-each.
Experiment-II
1. Write a program to demonstrate creating classes and objects with different visibility modes.
2. Write a program to demonstrate passing objects tomethods.
3. Write a program to demonstrate constructors.
4. Write a program to demonstrate static variables.
Experiment-III
1. Read at least 5 strings from command line argument and display them in sortedorder.
2. Accept the string, count number of vowels and remove all vowels usingStringBuffer class.
3. Accept a line of text, tokenize the line using StringTokenizerclass and print the tokens in
reverseorder.
15
Faculty of Engineering &Technology, KU 2019-2020
Experiment-IV
Experiment-V
1. Write a program to create a package, and demonstrate to import a package into ourfile.
2. Write a program to implement multiple interfaces into singleclass.
Experiment-VI
1. Write a program to demonstrate wrapper class using sample of reading two integer numbers
from command line and display theirquotient.
2. Write a program to demonstrate Character-basedstreams.
3. Write a program to show the content of the specifiedfile.
4. Write a program to copy the content of one file toanother.
Experiment-VIII
1. Develop an applet to display “Good Morning” if current time is between 6AM and 12PM and
“Good Afternoon” if the current time is between 12PM and 6PM, and “Good Evening” if the
current time is between 6PM and12AM.
2. Develop an applet which draws different geometric shapes and fill them with different colors.
3. Implement an applet program to display movingbanner.
Experiment-X
1. Design a registration form using java frame window with AWT controls
2. Write a program to create frame windows to include different controls with different layouts.
*****
16
Faculty of Engineering & Technology, KU 2020-2021
Scheme of
Scheme of Lecture
S. Course Examinatio Credits
Course Title Instruction hrs/week
No. Code n
L T P CIE SEE
1 PC3101CS Database Management Systems 3 1 0 4 30 70 4
2 PC3102CS Theory of Computation 3 1 0 4 30 70 4
3 PE-I* Professional Elective – I* 3 1 0 4 30 70 4
4 ES3106CS Principles of Signals and Systems 3 0 0 3 30 70 3
Managerial Economics and
5 HS3108- 3 0 0 3 30 70 3
Accountancy
6 PC3109CS Database Management Systems Lab 0 0 3 3 25 50 1.5
UNIT – I
Introduction to Database System and its Applications: Evolution of DBMS, File Systems versus a
DBMS, Data Models, Levels of Abstraction in a DBMS, Data Independence, Structure of a DBMS.
Data modeling: Introduction to ER model, Naming, conventions, Entities, Attributes, and Entity
Sets, Relationships and Relationship Types, Constraints.
UNIT – II
Relational Model: Introduction, constraints over relations, integrity constraints, Querying relational
data, and logical data base design, introduction to views, Relational Algebra, Tuple relational Calculus,
Domain relational calculus.
UNIT – III
SQL: Introduction, Syntax, Basic commands, Specifying constraints, Basic Queries, Nested Quires,
Queries using different Clauses, Cursors, Triggers, Built-in SQL functions.
Database Design refinement: Informal Design guidelines, Issues of redundancy, null values and
decomposition, functional dependencies, FIRST, SECOND, THIRD normal forms, BCNF, lossless join,
multi-valued dependencies, FOURTH normal form, FIFTH normal form.
UNIT – IV
UNIT – V
Data Storage and indexing: File Organization and Indexing, Cluster Indexes, Primary and Secondary
Indexes, Index data Structures, Hash Based Indexing, Tree base Indexing, Comparison of File
Organizations.
Faculty of Engineering & Technology, KU 2020-2021
Text Books:
1. Database Management Systems, Raghurama Krishnan, Johannes Gehrke, Tata McGraw Hill 3rd
Edition
2. Database System Concepts, Silberschatz, Korth, Mc Graw hill, V edition.
References:
1. Database Systems design, Implementation, and Management, Peter Rob & Carlos Coronel,
7thEdition.
2. SQL The Complete Reference, James R. Groff, Paul N. Weinberg, 3rd Edition,
3. Oracle for Professionals, The X Team, S.Shah and V. Shah, SPD.
4. Database Systems Using Oracle: A Simplified guide to SQL and PL/SQL, Shah, PHI.
Faculty of Engineering & Technology, KU 2020-2021
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506009
Department of Computer Science & Engineering
UNIT – I
UNIT – II
UNIT – III
UNIT – IV
UNIT –V
1. John E. Hopcroft, Rajeev Motwani and Jeffrey D. Ullman, Introduction to Automata Theory,
Languages, and Computation, Pearson Education Asia, 3rd Edition, ISBN: 978-1292039053, 2013
2. Mishra K.L.P., Chandrasekaran N,”Theory Of Computer Science: Automata, Languages and
Computation”, PHI Learning Pvt. Ltd., 3rd Edition, ISBN: 978-81-203-2968-3, 2012
References:
1.Harry R. Lewis and Christos H. Papadimitriou, Elements of the Theory of Computation, Pearson
Education Asia, 2nd edition,ISBN: 978-0132624787, 1998.
2. Michael Sipser, Introduction to the Theory of Computation, PThomson South-Western, 3rd Edition,
ISBN: 1133187811, 2012.
3. John Martin, Introduction to Languages and The Theory of Computation, Tata McGraw- Hill
Education Pvt. Ltd., 4th Edition, ISBN: 9780073191461, 2010.
4. Dexter C. Kozen, Automata and Computability, Undergraduate Texts in Computer Science, Springer,
1stEdition, ISBN: 9781461273097, 2012.
Faculty of Engineering & Technology, KU 2020-2021
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506009
Department of Computer science &Engineering
B. Tech. (CSE) V SEMESTER
Professional Elective – I
WEB PROGRAMMING (PE 3103CS)
UNIT – I
Web Basics- Introduction, Concept of Internet- Protocols of Internet, World Wide Web, URL, Web Server,
Web Browser.
HTML- Introduction, History of HTML, Structure of HTML Document: Text Basics, Images and
Multimedia, Links and webs, Document Layout, Cascading Style Sheet- HTML 4 style sheet features,
Creating Forms, Frames and Tables.
UNIT – II
Dynamic HTML- Introduction of DHTML- HTML vs. DHTML, Advantages of DHTML,CSS of DHTML,
Event Handling, Data Binding, Browser Object Models.
XML Introduction- Introduction of XML- Some current applications of XML, Features of XML, Anatomy
of XML document, The XML Declaration, Element Tags Nesting and structure, XML text and text
formatting element, Table element, Mark-up Element and Attributes, Document Type Definition (DTD),
types.XML Schema, Importance of XML schema, Creating Element in XML Schema, XML Schema Types.
Introduction of Java Script: JavaScript characteristics, Objects in Java Script, Dynamic HTML with Java
Script.
UNIT – III
AJAX Introduction- Introduction, AJAX Introduction, AJAX Components, Handling Dynamic HTML with
AJAX, CSS to Define Look and Feel, Understand the XML Mark-up, XMLHttpRequest.AJAX using XML
and XML HttpRequest- Introduction, AJAX Using XML and XMLHttpRequest, Accessing, Creating and
Modifying XML Nodes, Loading XML Data into an HTML Page, Receiving XML Responses, Handling
Response XML.
UNIT – IV
PHP Introduction- PHP Introduction, Structure of PHP, PHP Functions, AJAX with PHP, PHP Code and the
Complete AJAX Example. AJAX with Database- Introduction, AJAX Database, Working of AJAX with PHP,
AJAX PHP Database Form, AJAX PHP MySQL Select Query.
UNIT – V
Active Server Page- Introduction, Introduction of ASP, ASP – Variables, ASP Control Structure, ASP
Objects’ Properties and Methods.ASP Database Connectivity- Introduction, ASP Components, ASP Database
Connection, ASP Scripting Components.
Faculty of Engineering & Technology, KU 2020-2021
Text Books:
1. Steven Holzner, “HTML Black Book”, DreamTech press.
2. Web Technologies, Black Book, DreamTech Press
3. Web Applications:Concepts and Real World Design, Knuckles, Wiley-India
4. Internet and World Wide Web How to program, P.J. Deitel& H.M. Deitel Pearson.
Faculty of Engineering & Technology 2020-2021
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506009
Department Computer science &Engineering
B. Tech. (CSE) V SEMESTER
Professional Elective – I
ADVANCED JAVA(PE3104CS)
UNIT –I
UNIT –II
UNIT – III
UNIT –IV
Servlets:
Servlet: Server-Side Java, Servlet Alternatives, Servlet Strengths, Servlet Architecture, Servlet Life Cycle,
GenericServlet, HttpServlet, Exploring Servlet API, Handling HTTP Requests and Responses, Passing
Parameters to Servlets, Retrieving Parameters, Session Tracking, Filters.
UNIT – V
Text Books:
References:
1. Bert Bates , Kathy Sierra and , Bryan Basham, “ Head First Servlets & JSP”, ORelly.
2. Sharanam Shah, Vaishali Shah, Java EE 7 for Beginners
3. Cay S. Horstmans, Gray Coronell, Core Java Vol. II – Advanced Features
4. Joel Murach, Michael Urban, Java Servlets and JSP, 3rdEdition, 2014
5. Cay S. Horstmann, Core Java Volume I – Fundamentals, Pearson, 2019
6. Joel Murach, Java Programming, 5thEdition, 2017
Faculty of Engineering & Technology 2020-2021
UNIT I
Programming Models – Introduction to .NET Framework – Evolution of .NET technologies - CTS, CLS,
CLR, MSIL, JIT, Assemblies, .NET Security Model – Introduction to Base Class Library
Introduction to VB.NET - Working with Visual Studio IDE – IDE Components –Environment Options
VB.NET Fundamentals – Variables – Data Types – Arrays – Control Flow Statements – Modular Coding –
Subroutines – Functions – Argument-Passing
UNIT II
Classes – Instance Fields – Constructors – Properties – Methods – Object – Inheritance – Static Classes –
Interfaces
Exception Handling– Need – Models – Statements – Creating Exception Classes
Collections – Arrays – ArrayList Collection – HashTable Collection – SortedList Class – IEnumerator and
IComparer Interfaces
Handling Strings, Characters and Dates – File Class - Directory Class – Accessing Files – FileStream–
StreamWriter– StreamReader– BinaryWriter- Binary Reader
UNIT III
Windows Forms – Form Properties – Form Events - Building Dynamic Forms at Runtime
Introduction to Components and controls – Adding Components and controls to forms – Layout and Grouping
– Responding to User Inputs – Mouse and Keyboard Events – Designing Menus – Building MDI
Applications- Reading Input through Controls – Presentation and Information Controls – Common Dialog
Controls – RichTextBox Control - Creating Windows Installer.
UNIT IV
ADO.NET Architecture – DataSet – DataGrid Control- Data Binding – DataAdapter – Command Objects –
DataReader - Performing Updates
Introduction to Web Programming – Building Web Applications – Web Controls - Interacting with Web
Applications – Maintaining State – ASP.NET Objects – Page Object – Response Object – Request Object –
Server Object – Deploying ASP.NET Applications.
UNIT V
Data-Bound Web Controls – Simple Data binding – Binding to DataSets – Customizing dataGrid Control
Building and Consuming Web Services – ASP.NET Web Service Projects
Theoretical Introduction to C# and its Comparison with VB
Faculty of Engineering & Technology 2020-2021
Text Books:
References:
1. ADO.NET Complete Reference – Michael Otey , Denielle Otey, Tata McGrawHill, 2005
2. Mastering Visual Basic. NET Database Programming– Evangelos Petroutsos , Ali Bilgin– BPBPublications
– 2002
3. Pro C# with .NET 3.0 – Andrew Troelsen – Special Edition 20
Faculty of Engineering & Technology 2020-2021
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506009
Department of Computer science &Engineering
UNIT-I
Introduction to Signals & Systems: Classification of signals, Operations on signals, types of systems,
Exponential and Trigonometric Fourier series, Dirichlet’s condition.
UNIT-II
UNIT-III
Sampling: Sampling of continuous time signals, sampling theorem, Aliasing effect, reconstruction of a signal and
its samples.
Convolution & Correlation of signals: Convolution integral, Properties of convolution, Graphical method of
convolution, Convolution of Discrete time signals, overlap-add and overlap-save method of discrete convolution,
Definition of correlation, Auto correlation, Properties of Autocorrelation, Cross correlation of signals.
UNIT-IV
Laplace Transform: Review of Laplace transforms, region of convergence and properties, poles and zeros,
relation between Laplace and Fourier transforms, properties of Laplace transform, inverse Laplace transform,
Solutions to differential equation and system behavior.
UNIT-V
References:
1. Alan V. Oppenheim, Alan. S. Willsky, S Hamid Nawab, Signals and Systems, 2ndedition, Prentice Hall of India,
2007.
2. Lathi B.P., Signals Systems Communications”, 1st edition, B.S. Publications, 2006.
3. Simon Haykin and Van veen, “Signal and system”, Willy, second edition
Faculty of Engineering & Technology 2020-2021
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506 009
Department of Computer Science & Engineering
UNIT-I
Meaning and Nature of Managerial Economics: Managerial Economics and its usefulness to Engineers,
Fundamental Concepts of Managerial Economics-Scarcity, Marginalism, Equimarginalism, Opportunity costs,
Discounting, Time Perspective, Risk and Uncertainty, Profits, Case study method.
UNIT-II
Consumer Behavior: Law of Demand, Determinants, Types of Demand; Elasticity of Demand (Price, Income
and Cross-Elasticity); Demand Forecasting, Law of Supply and Concept of Equilibrium.
UNIT - III
Theory of Production and Markets: Production Function, Law of Variable Proportion, ISO quants,
Economics of Scale, Cost of Production (Types and their measurement), Concept of Opportunity Cost,
Concept of Revenue, Cost-Output relationship, Break-Even Analysis, Price - Output determination under
Perfect Competition and Monopoly.
UNIT-IV
Capital Management: Significance, determination and estimation of fixed and working capital requirements,
sources of capital, Introduction to capital budgeting, methods of payback and discounted cash flow methods
with problems.
UNIT-V
Book-keeping: Principles and significance of double entry book keeping, Journal, Subsidiary books, Ledger
accounts, Trial Balance, concept and preparation of Final Accounts with simple adjustments, Analysis and
interpretation of Financial Statements through Ratios.
References:
1. Mehta P.L., Managerial Economics - Analysis, Problems and Cases,Sulthan Chand & Sons Educational
Publishers, 2011
2. Maheswari S.N., Introduction to Accountancy, Vikas Publishing House, 2005
3. Pandey I.M., Financial Management, Vikas Publishing House, 2009
Faculty of Engineering & Technology 2020-2021
List of Experiments
1. Database design with E-R Model
2. Database design with Relational Model
3. Practicing DDL commands
4. Practicing DML commands
5. Querying (using ANY, ALL, IN, Exists, NOT EXISTS, UNION, INTERSECT, Constraints etc.)
6. Queries using Aggregate functions, GROUP BY, HAVING and Creation and dropping of Views.
7. Triggers (Creation of insert trigger, delete trigger, update trigger)
8. Usage of Cursors
9. Basics of PL/SQL
10. Stored Procedures
Text Books:
1. Database Management Systems, Raghurama Krishnan, Johannes Gehrke, Tata Mc Graw Hill 3/e.
2. Database System Concepts, Silberschatz, Korth, Mc Graw hill, V edition.
References:
1. Database Systems design, Implementation, and Management, Peter Rob & Carlos Coronel,7/e.
2. SQL The Complete Reference, James R. Groff, Paul N. Weinberg, 3rd Edition.
3. Oracle for Professionals, The X Team, S.Shah and V. Shah, SPD.
4. Database Systems Using Oracle: A Simplified guide to SQL and PL/SQL,Shah,PHI.
Faculty of Engineering & Technology 2020-2021
List of Experiments
1. Design web pages for your college containing a description of the courses, departments, faculties, library
etc, use href, list tags.
2. Create your class timetable using table tag.
3. Create user Student feedback form using textbox, text area , checkbox, radio button, select box etc.
4. Create a web page using frame. Divide the page into two parts with Navigation links on left hand side of
page (width=20%) and content page on right hand side of page (width = 80%). On clicking the navigation
Links corresponding content must be shown on the right hand side.
5. Write html code to develop a webpage having two frames that divide the webpage into two equal rows
and then divide the row into equal columns fill each frame with a different background color.
6. Create your resume using HTML tags also experiment with colors, text , link ,size and also other tags you
studied.
7. Design a web page of your home town with an attractive background color, text color, an Image, font etc.
(use internal CSS).
8. Use Inline CSS to format your resume that you created.
9. Use External CSS to format your class timetable as you created.
10. Use External, Internal, and Inline CSS to format college web page that you created.
11. Develop a JavaScript to display today’s date.
12. Develop simple calculator for addition, subtraction, multiplication and division operation using
JavaScript
13. Create HTML Page with JavaScript which takes Integer number as input and tells whether the number is
ODD or EVEN.
14. Create HTML Page that contains form with fields Name, Email, Mobile No , Gender , favourite Color and
a button now write a JavaScript code to combine and display the information in textbox when the button is
clicked.
15. Implement Validation in above Feedback Form.
16. Use regular expression for validation in Feedback Form.
17. Using AJAX retrieve data from a TXT file and display it.
18. Create XML file to store student information like Enrolment Number, Name, Mobile Number and Email
Id.
19. Create DTD for above XML File. Create XML Schema for above ( Practical No. 18 )
20. Create XSL file to convert above XML file intoXHTML file.
21. Write a PHP program to display today’s date in dd-mm-yyyy format.
22. Write a PHP program to check if number is prime or not.
23. Write a PHP program to print first 10 Fibonacci Numbers.
24. Create HTML page that contain textbox, submit / reset button. Write PHP program to display this
information and also store into text file.
25. Write a PHP script to read data from txt file and display it in html table (the file contains info in format
Name: Password: Email).
Faculty of Engineering & Technology 2020-2021
26. Write a PHP Script for login authentication. Design an html form which takes username and password
from user and validate against stored username and password in file.
27. Write PHP Script for storing and retrieving user information from MySql table.
a. Design A HTML page which takes Name, Address, Email and Mobile No. from user.
b. Store this data in MySql database / text file.
c. Next page display all user in html table using PHP.
28. Write a PHP script for user authentication using PHP-MYSQL. Use session for storing surname.
29. Fetch information from a database with AJAX.
30. Students have to create a whole Website which contains above topics in Website
Faculty of Engineering & Technology 2020-2021
Faculty of Engineering & Technology KAKATIYA
UNIVERSITY, WARANGAL-506009
Department of Computer Science &Engineering
List of Experiments
1. Java Program to create login form with swing Components.
2. Java Program to create student registration form with swing components.
3. Java Program to demonstrate Jtree, Menus, Jtable in swing.
4. Java Program to handle action events, key events, mouse events.
5. Write simple JavaFx program to display “welcome message”
6. Write JavaFx Program to insert image in window.
7. Java program to create simple form using JavaFx.
8. Java program to handle action events using JavaFx.
9. Java Program to Create a Server for the purpose of URL supplied to URL class object
10. Java Program to Create a Server that Receives Data from the Client Using BufferedReader and Sends Reply
to the Client Using PrintStream
11. Java Program that Accepts the Filename and Checks for its Existence. When the File Exists at Server Side,
Send its Contents to the Client
12. Java Program of a Client Program to Accept a File Name from the Keyboard and Send that Name to
the Server. The Client Receives the File Contents from the Server.
13. Java Program to Use Datagram Socket for Client Server Communication
14. Demonstrate operations of Vector, ArrayList, LinkedList collection classes?
15. Demonstrate operations of HashMap, TreeMap, LinkedHashMap collection classes?
16. Demonstrate operations of HashSet, TreeSet, LinkedHashSet collection class
17. Demonstrate operations of Stack, ArrayQueue, PriorityQueue collection classes?
18. Create a phone directory with names and phone numbers using hash table?
Search the directory by name?
Search the directory by phone number?
19. Java program to create a SQL table using JDBC and insert data value.
20.Java program to insert, modify, update value in SQL table using JDBC.
21.Java program to demonstrate prepared and callable statements.
22. Java Program to demonstrate scrollable result set.
23. Java Program to display meta data of a SQL table.
24. Java Program to create HTTP servlet and display a Welcome message.
25. Java program to retrieve the details from login form and display using Servlet.
26. Java program to create servlet to servlet communication.
27. Java program to retrieve the parameters from servlet.
28. Java Program to send parameters to servlet.
29. Java Program to handle session tracking using servlet.
Faculty of Engineering & Technology 2020-2021
30. JSP program to retrieve the name from web form and send greet message.
31. JSP Program to retrieve two integers from client and display their sum at client.
32. Write a JSP application that checks the login credentials and display appropriate message back to the
Client?
33. JSP program to perform database operations.
34. JSP program to create cookies.
35. JSP program to handle database operations using JSTL.
Faculty of Engineering & Technology 2020-2021
List of Experiments
Lecture
Scheme of Scheme of
S. Course Course Title hrs/week Credits
Instruction Examination
No. Code
L T P CIE SEE
1 PC3201CS Compiler Design 3 1 0 4 30 70 4
2 PC3202CS Computer Networks 3 1 0 4 30 70 4
3 PC3203CS Software Engineering 3 1 0 4 30 70 4
4 PE-II* Professional Elective –II* 3 1 0 4 30 70 4
5 OE-I# Open Elective-I 3 0 0 3 30 70 3
6 PC3208CS Compiler Design Lab 0 0 3 3 25 50 1.5
7 PC3209CS Software Engineering Lab 0 0 3 3 25 50 1.5
8 PW3210CS Mini-project 0 0 3 3 50 00 1.5
UNIT – I
UNIT – II
SYNTAX ANALYSIS: Introduction to parser, Role of the parser, Context-Free Grammars; Top-Down
parsing-Recursive Descent Parsing, Predictive Parsing; Bottom-Up parsing-Shift Reduce Parsing, Operator
Precedent Parsing; LR Parsers–SLR Parser, Canonical LR Parser, LALR Parser; YACC – automatic parser
generator.
UNIT – III
SEMANTIC ANALYSIS: Attributed grammars, Syntax Directed Definitions, Evaluation Orders for
Syntax directed definitions, Syntax directed translation;
INTERMEDIATE CODE: Intermediate forms of source Programs – abstract syntax tree, polish notation
and three address codes; Conversion of popular Programming languages into intermediate code forms:
Declarations, Assignment Statements, Boolean Expressions and loops.
UNIT – IV
UNIT – V
Text Books:
1. A.V. Aho, M.S. Lam, R. Sethi and J.D. Ullman, “Compilers: Principles, Techniques and Tools”, 2nd
edition, Pearson Education, 2007.
References:
1. Allen I. Holub, “Compiler Design in C”, 1st edition, Prentice Hall of India, 2003.
2. C. N. Fischer and R. J. LeBlanc, “Crafting a compiler with C”, 1st edition, Benjamin Cummings, 2003.
3. J.P. Bennet, “Introduction to Compiler Techniques”, 2nd edition, Tata McGraw-Hill, 2003.
4. Henk Alblas and Albert Nymeyer, “Practice and Principles of Compiler Building with C”, 3rd edition,
Pearson/Prentice Hall India, 2001.
5. Kenneth C. Louden, “Compiler Construction: Principles and Practice”, 1st edition, Thompson Learning,
2003.
6. K. Muneeswaran "Compiler Design" 1st edition. Oxford University press,2012.
Faculty of Engineering & Technology, KU 2020-21
UNIT – I
Introduction to Computer Networks, Network Hardware and Software, Network Standardization Protocols
and Standards, OSI and TC/IP Reference Models, Example Networks.
The Physical Layer: Guided Transmission Media, Wireless Transmission, Communication Satellites,
Circuit switched networks, Datagram networks, virtual circuit networks, The Mobile Telephone System.
UNIT – II
The Data Link Layer:Data link layer design issues, framing techniques, error control methods, flow
control over noiseless and noisy channels, Example data link protocols. The Medium Access Control
Sublayer: The Channel Allocation Problem, Carrier Sense Multiple Access Protocols, Collision free
protocols, IEEE Ethernet, Wireless LANs, Bluetooth, Data Link Layer Switching.
UNIT – III
The Network Layer: Network Layer Design Issues, Datagram and Virtual circuit subnets, Routing
Algorithms, Multicast Routing Algorithms, Routing in Adhoc networks, Congestion Control Algorithms,
Quality of Service, Internetworking, and The Network Layer in the Internet: IPv4 IPv6 and IP Addresses.
UNIT – IV
The Transport Layer: The Transport Service, Elements of Transport Protocols, TCP connection
establishment, A Simple Transport Protocol, UDP, and TCP Protocols, The Internet Transport Protocols:
TCP
UNIT – V
The Application Layer: DNS—The Domain Name System, Electronic Mail, MIME, SMTP protocol,
PoP3, IMAP, The World Wide Web, URLs, HTM and Multimedia. Network Security: Cryptography,
Symmetric-Key Algorithms, Public-Key Algorithms.
Faculty of Engineering & Technology, KU 2020-21
Text Books:
References:
UNIT-I
Introduction to Software Engineering: The evolving role of software, changing nature of software,
software myths.
A Generic view of process: Software engineering- a layered technology, a process framework, the
capability maturity model integration (CMMI), process patterns, process assessment, personal and
Team process models.
Process models: The waterfall model, incremental process models, evolutionary process models, the
unified process, Agile development model.
UNIT-II
UNIT-III
Design Engineering: Design process and design quality, design concepts, the design model.
Creating an architectural design: software architecture, data design, architectural styles and patterns,
Architectural design, conceptual model of UML, basic structural modeling, class diagrams, sequence
diagrams, collaboration diagrams, use case diagrams, component diagrams.
User Interface Design: the golden rules, User Interface Analysis and Design.
UNIT-IV
Software Testing Techniques: White box and black box testing, testing for specializedenvironment,
architectures and application, user interface testing.
Software Testing Strategies: A strategic approach to software testing, test strategies for conventional
software, validation testing, system testing, the art of debugging.
Product metrics: Software quality, metrics for analysis model, metrics for design model, metricsforsource
code, metrics for testing, metrics for maintenance.
Faculty of Engineering & Technology, KU 2020-21
UNIT-V
Metrics for Process and Products: Software measurement, metrics for software quality.
Risk management: Reactive Vs proactive risk strategies, software risks, risk identification, riskprojection,
risk refinement, RMMM, RMMM plan.
Quality Management: Quality concepts, software quality assurance, software reviews, formal technical
reviews, statistical software quality assurance, software reliability, the ISO 9000 quality standards.
Text Books:
References:
1. James F. Peters, Witold Pedrycz , “Software Engineering :An Engineering Approach”, John Wiley.
2. Waman S Jawadekar, “Software Engineering Principles and Practice”, The Mc Graw-Hill Companies.
Faculty of Engineering & Technology, KU 2020-21
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506009
Department of Computer Science &Engineering
UNIT-I
UNIT-II
Heuristic Search Techniques: Generate-and-Test, Hill climbing; simple & steepest; simulated Annealing,
Best-first-search; A* Algorithm, Constraint satisfaction.
Knowledge Representation: Knowledge representations and mappings, Approaches to knowledge
representation, Issues in knowledge representation.
UNIT-III
Predicate Logic: Representing simple facts in logic, Representing Instance and Isa relationships,
Computable functions and Predicates, Resolution, Natural Deduction.
Representing Knowledge Using Rules: Procedural versus Declarative knowledge, Logic programming,
Forward versus Backward Reasoning.
UNIT-IV
UNIT-V
Planning: overview, An Example Domain: The Blocks World, Components of a Planning System.
Natural Language Processing: Introduction, Syntacting Processing, Semantic Analysis, Discourse and
Pragmatic Processing, Statistical Natural Language Processing, Spell Checking.
Faculty of Engineering & Technology, KU 2020-21
Text Books:
1. Elaine rich, Kevin knight and Shivashankar B Nair “Artificial Intelligence”, Third Edition,
McGraw-Hill, ISBN No: 978-0-07-008770-5, 2015.
2. Deepak Khemani, “A First Course in Artificial Intelligence”, First Edition, McGraw Hill
Education,ISBN No: 978-1259029981, 2013.
3. Patterson, “Introduction to Artificial Intelligence” First Edition, 2000, Pearson Education
India,ISBN No: 978-8120307773, 2015.
Faculty of Engineering & Technology, KU 2020-21
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506 009
Department of Computer Science &Engineering
B. Tech. (CSE) VI SEMESTER
Professional Elective – II
DISTRIBUTED DATABASES (PE3205CS)
Teaching Scheme Examination Scheme
L T P C Internal Marks :30
3 1 0 4 External Marks :70
UNIT – I
Introduction; Distributed Data Processing, Distributed Database System, Promises of DDBSs, Problem
areas.
Distributed DBMS Architecture: Architectural Models for Distributed DBMS, DDMBS Architecture.
Distributed Database Design: AlternativeDesign Strategies,Distribution Design issues,
Fragmentation,Allocation.
UNIT – II
Query processing and decomposition: Query processing objectives, characterization of query processors,
layers of query processing, query decomposition, localization of distributed data.
Distributed query Optimization: Query optimization, centralized query optimization, distributed query
optimization algorithms.
UNIT – III
UNIT – IV
Distributed DBMS Reliability: Reliability concepts and measures, fault-tolerance in distributed systems,
failures in Distributed DBMS, local & distributed reliability protocols, site failures and network partitioning.
Parallel Database Systems: Parallel database system architectures, parallel data placement, parallel query
processing, load balancing, database clusters.
UNIT – V
Distributed object Database Management Systems: Fundamental object concepts and models, object
distributed design, architectural issues, object management, distributed object storage, object query
Processing.
Object Oriented Data Model: Inheritance, object identity, persistent programming languages, persistence
of objects, comparison OODBMS and ORDBMS.
Faculty of Engineering & Technology, KU 2020-21
Text Books:
1.M. Tamer OZSU and Patuck Valduriez: Principles of Distributed Database Systems, Pearson Edn. Asia,
2001.
2.Stefano Ceri and Giuseppe Pelagatti: Distributed Databases, McGraw Hill.
References:
1.. Hector Garcia-Molina, Jeffrey D. Ullman, Jennifer Widom: “Database Systems: The Complete Book”,
Second Edition, Pearson International Edition
Faculty of Engineering & Technology, KU 2020-21
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506 009
Department of Computer Science &Engineering
UNIT – I
Android Operating System: Android OS design and Features – Android development framework, SDK
features, Installing and running applications on Eclipse platform, Creating AVDs, Types of Android
applications, Best practices in Android programming, Android tools
Discussion on Android application components – Android Manifest file, Externalizing resources like
values, themes, layouts, Menus etc, Resources for different devices and languages, Runtime Configuration
Changes
What is Android Application Lifecycle – Activities, Activity lifecycle, activity states, monitoring state
changes
UNIT – II
How to Create Android User Interface: Measurements–Device and pixel density independent measuring
units.
Layouts – Linear, Relative, Grid and Table Layouts.
Various components of User Interface (UI)– Editable and non-editable Text Views, Buttons, Radio and
Toggle Buttons, Checkboxes, Spinners, Dialog and pickers.
Event Handling – Handling clicks or changes of various UI components.
Fragments& Life cycle– Creating fragments, Lifecycle of fragments, Fragment states, Adding fragments to
Activity, adding, removing and replacing fragments with fragment transactions, interfacing between
fragments and Activities, Multi-screen Activities
UNIT – III
Intents and Broadcasts: Intent – Using intents to launch Activities, Explicitly starting new Activity,
Implicit Intents, Passing data to Intents, Getting results from Activities, Native Actions, using Intent to dial
a number or to send SMS.
Broadcast Receivers and Notifications– Using Intent filters to service implicit Intents, Resolving Intent
filters, finding and using Intents received within an Activity Notifications – Creating and Displaying
notifications, Displaying Toasts
UNIT – IV
Persistent Storage: Files, Saving state and Preferences– Using application specific folders and files,
creating files, reading data from files, listing contents of a directory Shared Preferences – Creating shared
Faculty of Engineering & Technology, KU 2020-21
preferences, saving and retrieving data using Shared Preference
Introducing Android Databases – Introduction to SQLite database, creating and opening a database,
creating tables, inserting retrieving and deleting data, Registering Content Providers, Using content
Providers (insert, delete, retrieve and update)
UNIT - V
Text Books:
1.Professional Android 4 Application Development, Reto Meier, Wiley India, (Wrox) , 2012
2.Android Application Development for Java Programmers, James C Sheusi, Cengage Learning, 2013
References:
1.Beginning Android 4 Application Development, Wei-Meng Lee, Wiley India (Wrox), 2013
Faculty of Engineering & Technology, KU 2020-21
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506 009
Department of Computer Science &Engineering
B. Tech. (CSE) VI SEMESTER
COMPILER DESIGN LAB (PC3208CS)
List of Experiments
1. Programs using Lex Tool.
a) Specification to skip comments in a file.
b) Specification to print two digit numbers in words.
c) Specification to check validity of given date.
d) Specification to convert given octal number into decimal equivalent.
2. a) Design a lexical analyzer for a given language and the lexical analyzer should ignore redundant spaces,
tabs and new lines
b) Implement the lexical analyzer using LEX tool to generate tokens from the given C program
9. Write yet another compiler compiler (YACC) program for the following:
a) To recognize a valid variable which starts with a letter followed by any number of letters?
or digits.
b) To check whether given string is Palindrome or not.
c) Implementation of Calculator using LEX and YACC.
10. Program to find all the meaningful words and generate the tokens for the given input program.
11. Program on implementing symbol table for HLL.
12. Program for designing predicative parser.
13. Program on implementing shift reduce parser.
14. Program on implementing SLR Parser.
15. Program on implementing LALR parser.
16. Program for constructing LL(1) parser.
Text Books:
1.Alfred V.Aho, Ravi Sethi, JeffreyD.Ullman,,“Compilers:Principles, Techniques and Tools”, 2nd ed. Hong
Kong: Pearson Education Asia, 2013.
Faculty of Engineering & Technology, KU 2020-21
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506 009
Department of Computer Science &Engineering
B. Tech. (CSE) VI SEMESTER
SOFTWARE ENGINEERING LAB (PC3209CS)
List of Experiments
Experiment1:
1. Development of problem statement.
2. Preparation of Software Requirement Specification Document, Design Documents and Testing
Phase related documents.
3. Preparation of Software Configuration Management and Risk Management related documents.
4. Study and usage of any Design phase CASE tool
5. Performing the Design by using any Design phase CASE tools.
6. Develop test cases for unit testing and integration testing
7. Develop test cases for various white box and black box testing techniques.
Experiment2:
Perform above exercised for any two sample projects. List of sample projects is given below
1. Online Exam Registration
2. E-ticketing
3. Library Management system
4. Credit Card Processing
5. Hospital Management
6. Student Course Registration
7. Trading System
8. Bank ATM System
Faculty of Engineering & Technology, KU 2020-21
Annexure
Students should not choose same department subject as an Open elective subject.
Students can select any one of the following subjects as an Open elective subject.
UNIT I
Evolution of microprocessors, 8085 microprocessor architecture, addressing modes and instruction sets.
Basic assembly language programming, pin configuration, timing diagram of read and write operation.
UNIT II
UNIT III
Instruction formats, addressing modes, classification of instruction set, assembler directives, macros, 8086
microprocessor assembly language programs: simple programs involving data transfer operation, arithmetic
operation, logical operation, branch operation, machine control operation, string manipulations, stack and
subroutine operations.
UNIT IV
8255 Programmable peripheral interfaceblock diagram and various modes of operation. Interfacing of ADC,
DAC, keyboard, seven segment display, stepper motor interfacing and 8254 (8253) programmable interval
timers.
UNIT V
Interrupt structure of 8086, interfacing programmable interrupt controller 8259 and DMA Controller 8257 to
8086 microprocessor. Serial communication standards, RS 232,Serial data transfer schemes and block
diagram of 8251 USART.
Faculty of Engineering & Technology, KU 2020-21
References:
1. Ramesh Gaonkar, "Microprocessor architecture, programming and applications with the 8085",Penram
International Publication (India) Pvt. Ltd.
2. Douglas V. Hall, "Microprocessors and Interfacing", Tata McGraw Hill Publication.
3. Sivarama P. Dandamudi, "Introduction to Assembly Language Programing From 8086 to Pentium
Processors", Springer Publication.
4. Walter A. Triebel and Avtar Singh, "The 8088 and 8086 Microprocessors: Programming, Interfacing
Software, Hardware and Applications", Pearson Publication.
5. A. K. Ray and K. M. Bhurchandi, "Advance microprocessors and Peripherals" Tata McGraw Hill
Publication.
6. Lyla B. Das, "The X86 Microprocessors, Architecture, Programming and Interfacing (8086 to Pentium)",
Pearson Publication.
Faculty of Engineering & Technology, KU 2020-21
Faculty of Engineering & Technology
KAKATIYA UNIVERSITY, WARANGAL-506 009
Department of Computer Science &Engineering
B. Tech. (CSE) VI SEMESTER
OPEN ELECTIVE-I
FUNDAMENTALS OF DATA STRUCTURES (OE3207CS)
UNIT-I
Introduction: Introduction to data structure, types of data structures, revision of arrays, memory
representation of arrays, operations on arrays, static versus dynamic memory allocation, pointers, self-
referential Structure Time complexity.
UNIT-II
Stack-Queue (Linear Data structures): Definition of stack, operations on stack, implementation of stack.
Applications of Stack.
UNIT-III
UNIT-IV
Trees-Graphs (Nonlinear Data structures): definition of trees, Terminology on trees, binary tree, binary
search tree and its operations, tree traversal techniques. Applications of Trees.
UNIT-V
Graph: definition, terminology on graphs, representation of graphs, graph traversal techniques, spanning
tree, minimum cost spanning tree algorithms. Applications of Graphs.
Text Books:
1.Sahni Horowitz, “Fundamentals of data structures in C”, UniversitiesPress, second edition, 2008, ISBN
No- 978-8173716058.
2.R Venkatesan,SLovelynRose,“Datastructures”,Wiley, second edition, 2019, ISBN No-978-8126577149.
References:
1.Narasimha Karumanchi, “Data Structures and Algorithms Made Easy: Data Structures and Algorithmic
Puzzles”, Careermonk Publications, 2016, ISBN-No: 978-8193245279.
Faculty of Engineering & Technology, KU 2020-21
ABBREVIATIONS
L : Lectures T : Tutorials
P : Practicals CIE : Continuous Internal Evaluation
SEE : Semester End Examination PC : Professional Core
OE : Open Elective PW : Project Work