FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download JNTUK M.Tech R13 Computer Science Engineering R13

Download JNTU Kakinada (Jawaharlal Nehru Technological University, Kakinada) M.Tech (Master of Technology) R13 Computer Science Engineering R13

This post was last modified on 16 March 2021

JNTU Kakinada (JNTUK) M.Tech R20-R19-R18 Syllabus And Course Structure


FirstRanker.com

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY: KAKINADA
KAKINADA - 533 003, Andhra Pradesh, India

--- Content provided by​ FirstRanker.com ---

Branch : COMPUTER SCIENCE & ENGINEERING

M.Tech I YEAR I SEMESTER

COMPUTER SCIENCE & ENGINEERING

COURSE STRUCTURE

S.NO SUBJECT L P C
1 ADVANCED DATA STRUCTURES AND ALGORITHM ANALYSIS 4 - 3
2 MATHEMATICAL FOUNDATIONS OF COMPUTER SCIENCE 4 - 3
3 COMPUTER ORGANIZATION AND ARCHITECTURE 4 - 3
4 DATABASE MANAGEMENT SYSTEMS 4 - 3
5 OPERATING SYSTEMS 4 - 3
6 SOFTWARE ENGINEERING 4 - 3
7 CSE LAB I - 4 2

ADVANCED DATA STRUCTURES AND ALGORITHM ANALYSIS

--- Content provided by‌ FirstRanker.com ---

UNIT I:

Introduction to Data Structures, Singly Linked Lists, Doubly Linked Lists, Circular Lists- Algorithms. Stacks and Queues: Algorithm Implementation using Linked Lists.

UNIT II:

Searching-Linear and Binary Search Methods.

Sorting-Bubble Sort, Selection Sort, Insertion Sort, Quick Sort, Merge Sort.

--- Content provided by⁠ FirstRanker.com ---

Trees- Binary trees, Properties, Representation and Traversals (DFT,BFT),Expression Trees(Infix,prefix,postfix).

Graphs-Basic Concepts, Storage Structures and Traversals.

UNIT III:

Dictionaries, ADT, The List ADT, Stack ADT, Queue ADT, Hash Table Representation, Hash Functions, Collision Resolution-Separate Chaining, Open Addressing-Linear Probing, Double Hashing.

UNIT IV:

--- Content provided by‌ FirstRanker.com ---

Priority queues- Definition, ADT, Realising a Priority Queue Using Heaps, Definition, Insertion, Deletion .

Search Trees- Binary Search Trees, Definition, ADT, Implementation, Operations- Searching, Insertion, Deletion.

UNIT V:

Search Trees- AVL Trees, Definition, Height of AVL Tree, Operations-, Insertion, Deletion and Searching.

Search Trees- Introduction to Red-Black and Splay Trees, B-Trees,, Height of B-Tree, Insertion, Deletion and Searching, Comparison of Search Trees.

--- Content provided by‍ FirstRanker.com ---

TEXT BOOKS:

  1. Data Structures: A PseudoCode Approach, 2/e, Richard F.Gilberg, Behrouz A.Forouzon, Cengage.
  2. Data Structures, Algorithms and Applications in java, 2/e, Sartaj Sahni, University Press.

REFERENCES BOOKS:

  1. Data Structures And Algorithm Analysis, 2/e, Mark Allen Weiss, Pearson.
  2. --- Content provided by FirstRanker.com ---

  3. Data Structures And Algorithms, 3/e, Adam Drozdek, Cenage.
  4. C and DataStructures: A Snap Shot Oriented Treatise Using Live Engineering Examples, N.B.Venkateswarulu, E.V.Prasad, S Chand & Co, 2009.
  5. Data Structures, Algorithm and OOP,Heilman, TMH.
  6. Inroductions to Algorithms, 2/e, Cormen, PHI,2001.
  7. Fundamentals of Computer Algorithms, 2/e, Horowitz,Sahni,Rajasekaran, University Press.
  8. --- Content provided by​ FirstRanker.com ---

  9. Design and Analysis, Dave, Pearson, 2008.
  10. Design and Analysis Algorithms, Panneerselvam, PHI,2007.
  11. Data Structures, Seymour Lipschutz, Schaum's Outlines, TMH.

MATHEMATICAL FOUNDATIONS OF COMPUTER SCIENCE

UNIT I :

--- Content provided by​ FirstRanker.com ---

Mathematical Logic: Statements and notations, Connectives, Well formed formulas, Truth Tables, tautology, equivalence implication, Normal forms, Theory of inference for the statement calculus, Rules of inference, Consistency of premises and indirect method of proof, Automatic Theorem Proving

Predicate calculus: Predicates, statement functions, variables and quantifiers, predicate formulas, free & bound variables, universe of discourse, inference theory of predicate calculus

UNIT II

Set theory & Relations: Introduction, Relations and ordering, Properties of binary Relations, Equivalence, Compatibility Relations, Partial ordering, Hasse diagram.

Functions: composition of functions, Inverse Function, Recursive Functions, Lattice and its Properties, Pigeon hole Principles and its application.

--- Content provided by​ FirstRanker.com ---

Algebraic structures: Algebraic systems, Examples and general properties, Semi groups and monoids, groups, sub groups, Definitions, Examples, homomorphism, Isomorphism and related problems.

UNIT III

Elementary Combinatorics: Basis of counting, Enumeration of Combinations & Permutations, Enumerating of Combinations & Permutations with repetitions and constrained repetitions, Binomial Coefficients, Binomial Multinomial theorems, principles of Inclusion – Exclusion.

UNIT IV

Recurrence Relations: Generating Function of Sequences, Calculating Coefficient of generating functions, Recurrence relations, Solving recurrence relation by substitution and Generating function. The method of Characteristic roots, Solution of Inhomogeneous Recurrence Relation.

--- Content provided by‍ FirstRanker.com ---

UNIT V

Graph Theory: Representation of Graph, Spanning Trees, BFS, DFS, Kruskals Algorithm, Binary trees, PlanarGraphs, Graph Theory and Applications, Basic Concepts, Isomorphism and Sub graphs, Multi graphs and Euler circuits, Hamiltonian graphs, Chromatic Numbers

TEXT BOOKS:

  1. Discrete Mathematical Structures with Applications to computer science J.P Tremblery, R.Manohar, TMH
  2. Discrete Mathematical for computer Scientists & Mathematicians “ J.L. Molt, A.Kandel,T.P.Baker, PHI
  3. --- Content provided by​ FirstRanker.com ---

REFERENCE TEXTBOOKS:

  1. Elements of Discrete Mathematics, C L Liu, D P Mohanpatra,T?
  2. Discrete Mathematics, Schaum's Outlines,Lipschutz,Lipson TMH.
  3. Discrete Mathematical Structures, Kolman, Busby, Ross, 6th ed., PHI, 2009
  4. Discrete Mathematics, Johnsonbaugh, 6th ed., Pearson, 2005
  5. --- Content provided by‍ FirstRanker.com ---

  6. Discrete Mathematics, Malik, Sen, 6th ed., Cengage Learning, 2004
  7. Discrete Mathematics for computer science, Bogart, Stein and Drysdale,

COMPUTER ORGANIZATION AND ARCHITECTURE

UNIT I: Number Systems And Computer Arithematic

Signed And Unsigned Numbers, Addition and Subtraction, Multiplication, Division, Floating Point Representation Logical Operation, Gray Code, BCD Code, Error Detecting Codes.

--- Content provided by​ FirstRanker.com ---

Boolean Algebra, Simplification of Boolean Expressions- Maps.

UNIT II: Combinational and Sequential Circuits

Decoders, Encoders, MultiPlexers, Half and Full Adders, Shift Registers, Flip-Flops, Binary Counters, Memory Unit.

UNIT III:Memory Organisation

Memory Hierarchy, Main Memory, Auxiliary Memory,Associative Memory, Cache Memory, Virtual Memory Concept.

--- Content provided by‌ FirstRanker.com ---

UNIT IV: ALU Design

Addition and Subtraction, Sign and Unsigned Numbers, Multiplication and Division Algorithms, BCD Adders.

UNIT V:Input –Output Organisation

Peripheral Devices, Input-Output Interface, Asynchronous data transfer, Modes of Transfer, Priority Interrupts, DMA, Input Output Processor, Serial Communication.

TEXT BOOKS:

--- Content provided by FirstRanker.com ---

  1. Computer System Architecture, 3/e, Moris Mano,Pearson/PHI.
  2. Micro Processor and Interfacing, 2/e, Douglas V.Hall, TMH.

REFERENCE BOOKS:

  1. Digital Logic and Computer Organisation, Rajaraman, Radha Krishnan, PHI.
  2. Micro Computer Systems : 8086/8088 family, 2/e, Liu, Gibson, PHI.
  3. --- Content provided by‍ FirstRanker.com ---

  4. Computer Organisation and Architecture, 7/e, Stallings, Pearson.
  5. Computer Organisation, 5/e, Hamacher,vranesic, TMH.
  6. Computer Systems Organisation and Architecture, Carpinelli, Pearson.
  7. Computer Organisation and Design, PalChowdary, PHI.
  8. Computer Systems Organisation, jotwani,TMH.
  9. --- Content provided by‍ FirstRanker.com ---

DATABASE MANAGEMENT SYSTEMS

UNIT I

Database System Applications, Purpose of Database Systems, View of Data Data Abstraction, Instances and Schemas, Data Models the ER Model, Relational Model, Other Models Database Languages DDL, DML, Database Access from Applications Programs,Transaction Management, Data Storage and Querying,Database Architecture, Database Users and Administrators, History of Data base Systems.Introduction to Data base design,ER diagrams,Beyond ER Design, Entities, Attributes and Entity sets,Relationships and Relationship sets,Additional features of ER Model, Conceptual Design with the ER Model,Conceptual Design for Large enterprises. Relational Model: Introduction to the Relational Model Integrity Constraints Over Relations, Enforcing Integrity constraints, Querying relational data, Logical data base Design, Introduction to Views – Destroying / altering Tables and Views.

UNIT II

Relational Algebra and Calculus: Relational Algebra Selection and Projection, Set operations, Renaming,Joins,Division,Examples of Algebra Queries,Relational calculus Tuple relational Calculus – Domain relational calculus – Expressive Power of Algebra and calculus.

--- Content provided by‌ FirstRanker.com ---

Form of Basic SQL Query – Examples of Basic SQL Queries, Introduction to Nested Queries, Correlated Nested Queries, Set Comparison Operators, Aggregate Operators, NULL values – Comparison using Null values – Logical connectives – AND, OR and NOT Impact on SQL Constructs, Outer Joins,Disallowing NULL values, Complex Integrity Constraints in SQL Triggers and Active Data bases.

UNIT III

Introduction to Schema Refinement Problems Caused by redundancy, Decompositions Problem related to decomposition, Functional Dependencies Reasoning about FDS, Normal Forms FIRST, SECOND, THIRD Normal forms BCNF -Properties of Decompositions- Loss less- join Decomposition, Dependency preserving Decomposition,Schema Refinement in Data base Design – Multi valued Dependencies FOURTH Normal Form,Join Dependencies,FIFTH Normal form,Inclusion Dependencies.

UNIT IV

Overview of Transaction Management: The ACID Properties,Transactions and Schedules, Concurrent Execution of Transactions Lock Based Concurrency Control,Deadlocks Performance of Locking – Transaction Support in SQL.

--- Content provided by⁠ FirstRanker.com ---

Concurrency Control: Serializability, and recoverability Introduction to Lock Management Lock Conversions,Dealing with Dead Locks, Specialized Locking Techniques – Concurrency Control without Locking.

Crash recovery: Introduction to Crash recovery, Introduction to ARIES,the Log, Other Recovery related Structures, the Write-Ahead Log Protocol,Check pointing,recovering from a System Crash, Media recovery

UNIT V

Overview of Storage and Indexing: Data on External Storage, File Organization and Indexing - Clustered Indexes, Primary and Secondary Indexes, Index data Structures Hash Based Indexing, Tree based Indexing, Comparison of File Organizations.

Storing data: Disks and Files: -The Memory Hierarchy Redundant Arrays of Independent Disks.

--- Content provided by FirstRanker.com ---

Tree Structured Indexing: Intuitions for tree Indexes,Indexed Sequential Access Methods (ISAM) B+ Trees: A Dynamic Index Structure,Search,Insert,Delete.

Hash Based Indexing: Static Hashing,Extendable hashing, Linear Hashing, Extendble vs.Linear Hashing.

TEXT BOOKS:

  1. Data base Management Systems, Raghu Ramakrishnan, Johannes Gehrke, TMH, 3rd Edition, 2003.
  2. Data base System Concepts, A.Silberschatz,H.F. Korth, S.Sudarshan,McGraw hill, VI edition, 2006.
  3. --- Content provided by​ FirstRanker.com ---

  4. Fundamentals of Database Systems 5th edition., Ramez Elmasri, Shamkant B.Navathe, Pearson Education, 2008.

REFERENCE BOOKS:

  1. Database Management System Oracle SQL and PL/SQL,P.K.Das Gupta,PHI.
  2. Database System Concepts,Peter Rob & Carlos Coronel,Cengage Learning,2008.
  3. Database Systems, A Practical approach to Design Implementation and Management Fourth edition, Thomas Connolly, Carolyn Begg, Pearson education.
  4. --- Content provided by‌ FirstRanker.com ---

  5. Dataseviinciples, Programming, and Performance, P. O'Neil, E. O'Neil, 2nd ed., ELSEVIER
  6. Fundamentals of Relational Database Management Systems, S.Sumathi,S.Esakkirajan, Springer.
  7. Introduction to Database Management,M.L.Gillenson and others, Wiley Student Edition.
  8. Database Development and Management, Lee Chao,Auerbach publications, Taylor & Francis Group.
  9. Introduction to Database Systems,C.J.Date,Pearson Education.
  10. --- Content provided by‌ FirstRanker.com ---

OPERATING SYSTEMS

UNIT-I:

Overview of Operating System

Introduction, Computer System Organization, Computer System Architecture, Operating Systems Services, Systems Calls and Types, Evolution Of Operating Systems.

UNIT-II:

--- Content provided by​ FirstRanker.com ---

Process Management

Process, Process States , Process Control Block ,Process Scheduling, Operations On Processes, Threads Concepts, Process Scheduling Concepts, CPU Scheduling Algorithms, Multiple Processor Scheduling.

UNIT-III:

Synchronization

Importance of Synchronization, The Critical-Section Problem, Semaphores, Classic Problems of Synchronization, Monitors, Synchronization Examples

--- Content provided by​ FirstRanker.com ---

Principles Of Deadlock Deadlock System Model, Deadlock Characterization, Methods For Handling Deadlocks, Deadlock Prevention, Deadlock Detection And Avoidance, Recovery Form Deadlock.

UNIT-IV:

Memory Management Strategies & Virtual Memory Management

Concepts, Swapping, Contiguous Memory Allocation, Paging, Segmentation, Virtual Memory, Demand Paging, Page-Replacement Algorithms, Thrashing.

Secondary-Storage Structures & I/O Systems

--- Content provided by FirstRanker.com ---

Overview of Mass-Storage Structure, Disk Structure, Disk Scheduling, Disk Management, RAID Structure, I/O Hardware, Application Interface, Kernel I/O Subsystem.

UNIT-V:

File System Interface And Implementation

The Concept of a File, Access Methods, Directory Structure, File System Structure, File System Implementation, File Sharing, Protection, Directory Implementation, Allocation Methods, Free-Space Management, Efficiency And Performance.

Protection And Security: Principles of Protection, Security Problem, System and Network Threats, Denial Lock Service, Importance of Cryptography.

--- Content provided by‌ FirstRanker.com ---

TEXT BOOKS:

  1. Operating System Principles,7/E,Abraham Silberschatz, Peter Baer Galvin, Greg Gagne, WILEY INDIA publications.
  2. Operating Systems, 6/e, William Stallings, PHI/Pearson.

REFERENCE BOOKS:

  1. Operating Systems, 2/e,Dhamdhre.
  2. --- Content provided by‌ FirstRanker.com ---

SOFTWARE ENGINEERING

Unit - I:

Introduction to Software Engineering:

The evolving role of software, Changing Nature of Software, Software myths. (Text Book 3)

The software problem: Cost, schedule and quality, Scale and change.

--- Content provided by FirstRanker.com ---

Unit - II:

Software Process:

Process and project, component software process, Software development process models : Waterfall model, prototyping, iterative development, relational unified process, time boxing model, Extreme programming and agile process, using process models in a project. Project management process.

Unit - III:

Software requirement analysis and specification:

--- Content provided by​ FirstRanker.com ---

Value of good SRS, requirement process, requirement specification, functional specifications with use-cases, other approaches for analysis, validation.

Planning a software project: Effort estimation, project schedule and staffing, quality planning, risk management planning, project monitoring plan, detailed scheduling.

Unit - IV:

Software Architecture:

Role of software architecture, architecture views, components and connector view, architecture styles for C & C view, documenting architecture design, evaluating architectures.

--- Content provided by​ FirstRanker.com ---

Design: Design concepts, function-oriented design, object oriented design, detailed design, verification, metrics

Unit V:

Coding and Unit testing:

Programming principles and guidelines, incrementally developing code, managing evolving code, unit testing, code inspection, metrics.

Testing: Testing concepts, testing process, black-box testing, white-box testing, metrics.

--- Content provided by‍ FirstRanker.com ---

TEXT BOOKS:

  1. A Concise introduction to software engineering (undergraduate topics in computer science), Pankaj Jalote, Springer International Edition.
  2. Software Engineering, A Precise approach, Pankaj Jalote, Wiley
  3. Software Engineering, 3/e,& 7e Roger S.Pressman, TMH

REFERENCE BOOKS:

--- Content provided by‌ FirstRanker.com ---

  1. Software Engineering, 8/e, Sommerville, Pearson.
  2. Software Engineering principles and practice, W S Jawadekar, TMH
  3. Software Engineering concepts, R Fairley, TMH

CSE LAB 1

Covering Experiments from ADS, DBMS and OS

--- Content provided by​ FirstRanker.com ---



This download link is referred from the post: JNTU Kakinada (JNTUK) M.Tech R20-R19-R18 Syllabus And Course Structure

--- Content provided by FirstRanker.com ---