Integral University, Lucknow Department of Computer Application STUDY AND EVALUATION SCHEME. Master of Computer Application (MCA)

Size: px
Start display at page:

Download "Integral University, Lucknow Department of Computer Application STUDY AND EVALUATION SCHEME. Master of Computer Application (MCA)"

Transcription

1 Integral University, Lucknow Department of Computer Application STUDY AND EVALUATION SCHEME Master of Computer Application (MCA) S. No Subject Code Subject Periods Evaluation Scheme Sessional Year II nd Sem III rd Exam CT TA Total ESE Theory Subjects 1. IMCA-301 Computer Networks IMCA-302 Design and Analysis of Algorithms 3. IMCA-303 Operating System IMCA-304 Database Management System IMCA-305 Object Oriented Systems and C++ 6. IMCA-306 Software Engineering Labs 7. IMCA-371 DBMS Lab IMCA-372 OOPS and C++ Lab IMCA-373 Software Engineering Lab GP-301 General Proficiency Subject Total G. Total 1200

2 IMCA-301 COMPUTER NETWORKS UNIT -I Introductory Concepts: Goals and Applications of Networks, Network structure and architecture, OSI reference model, Network topology, Physical Layer: Transmission, Switching methods, Multiplexing, Integrated Services Digital Networks (ISDN). [8] UNIT -II Medium Access Sub Layer: Channel Allocations, LAN protocols, ALOHA Protocols, Carrier sense Multiple Access Protocols, CSMA with Collision detection, Collision free Protocols, IEEE standards (802.3, 802.4, 802.5, and 802.6), FDDI. Data Link Layer: Elementary data link control protocols, Sliding window protocols, Error handling (Error-Correction and Detection), HDLC. [10] UNIT-III Network Layer: Point-to Point networks, Routing algorithms, Congestion control algorithms, Leaky Bucket Algorithm. Internetworking: Overview, TCP/IP Model, Network Layer: IP Protocol, IP Addresses, IPv4, IPv6. [8] UNIT-IV Transport Layer: Duties of Transport Layer, Connection Management, TCP Window Management, User Datagram Protocol, Transmission Control Protocol. Session Layer: Session and Transport Interaction, Synchronization points, Session Protocol Data Unit. Presentation Unit: Translation, Encryption/ Decryption, Authentication, Data Compression. [8] UNIT-V Application Layer: Network Security, DES, RSA algorithms, Domain Name System, Simple Network Management Protocol, Electronic Mail, File Transfer Protocol, Hyper Text Transfer Protocol, Cryptography and compression Techniques. [6] REFERENCES: 1. A. S Tanenbaum, Computer Networks, 3 rd Edition, PHI. 2. Forouzan, Data Communication and Networking, TMH. 3. W. Stallings, Data and Computer Communication, Macmillan Press. 4. Comer, Computer Networks and Internet, PHI. 5. Comer, Internetworking with TCP/IP, PHI.

3 IMCA-302 DESIGN AND ANALYSIS OF ALGORITHMS UNIT-I Algorithm Analysis: Methodologies for analyzing algorithms, Asymptotic Notation, Growth of functions, Recurrences: Substitution method, Recursion Tree Method, Master s Theorem, Sorting and Order Statistics: Heap Sort, Quick Sort, Sorting in Linear Time: Radix Sort, Bucket Sort. [8] UNIT-II Advance Data Structure: Hash Tables, Red Black Tree, Augmenting Data Structure, B-Trees, Heaps: Binomial Heaps, Fibonacci Heaps, Data Structure for Disjoint Sets. [8] UNIT-III Fundamental Design Techniques: Divide and Conquer: General Method, Binary Search, Finding Maximum and Minimum, Strassen s Matrix Multiplication The Greedy Method: General Method: Knapsack Problem, Tree Vertex Splitting problem. Dynamic Programming: General Method, Multi-Stage Graph, String Editing. Backtracking: Basic 8 Queen Problem, Sum of Subset Problem. [8] UNIT-IV Elementary Graph Algorithms: Representations of Graphs, Breadth First Search, Depth First Search, Minimum Spanning Trees: Kruskal and Prim s Algorithms, Single Source Shortest Paths, All Pair Shortest Paths, Maximum Flow. [8] UNIT-V Additional Topics: String Matching, NP-Completeness: P and NP, NP-Completeness, Important NP- Complete problems, Approximation Algorithms, Randomized Algorithms. [8] REFERENCES: 1. Coreman, Rivest, Lisserson, Algorithms, PHI. 2. Horwitz and Sahani, Fundamental of Computer Algorithm, Galgotia. 3. Brassard Brately: Fundamental Of Algorithms, PHI 4. M.T.Godrich Etal, Algorithms Design, John Wiley

4 IMCA-303 OPERATING SYSTEM UNIT-I Introduction: Definition and types of Operating Systems, Batch Systems, Multiprogramming, Time- Sharing, Parallel, Distributed and Real-Time Systems, Operating System Structure, Operating System Components and Services, System Calls, System Programs, Virtual Machines. Process Management: Process Concept, Process Scheduling, Cooperating Processes, Threads, Interprocess Communication. [8] UNIT-II CPU Scheduling Criteria, Scheduling Algorithms, Multiple-Processor Scheduling, Real-Time Scheduling and Algorithm Evaluation. Process Synchronization: The Critical-Section Problem, Synchronization Hardware, Semaphores, Classical problems of Synchronization, Critical Regions, Monitors. [8] UNIT-III Deadlocks: Deadlocks-System Model, Characterization, Deadlock Prevention, Avoidance and Detection, Recovery from Deadlock, Combined Approach to Deadlock Handling. Storage Management: Memory Management-Logical and Physical Address Space, Swapping, Contiguous Allocation, Paging, Segmentation with Paging. [8] UNIT-IV Virtual Memory: Demand Paging and its Performance, Page Replacement Algorithms, Allocation of Frames, Thrashing, Page Size and Other Considerations, Demand Segmentation. File Management: File Systems, Secondary Storage Structure, File Concept, Access Methods, Directory implementation, Efficiency and performance, Recovery. [8] UNIT-V Disk Management: Disk Structure, Disk Scheduling, Disk Management, Recovery, Disk Structure, Swap-Space Management, Disk Reliability. Case Study: Windows NT-Design Principles, System Components, Environmental Subsystems, File System, Networking and Program Interface, Linux System Design Principles, Kernel Modules, Process Management, Scheduling Memory Management, File Systems, Input and Output, Interprocess Communication, Network Structure, Security. Android OS: Overview, Features, Platform and android SDKs. [9]

5 REFERENCES: 1. Abraham Siberschatz and Peter Baer Galvin Operating System Concepts. 2. Milan Milankovic, Operating Systems, Concept and Design Mcgraw Hill. 3. Harvey M Ddeital Operating System Addison Wesley.

6 IMCA-304 DATABASE MANAGEMENT SYSTEM UNIT-I Introduction: An Overview of Database Management System, Database System vs. File System, Database system concepts and Architecture, Data Models Schema and Instances, Data Independence,Database Language,Database Interfaces, Data Definitions Language, DML, Overall Database Structure. Data Modeling Using The Entity Relationship Model: ER Model concepts, Notation for ER Diagram, Mapping Constraints, Keys, Concepts of Super Key, Candidate Key, Primary Key, Generalization, Aggregation, Reduction of an ER Diagrams to Tables, Extended ER Model, Relationships of Higher Degree. [9] UNIT-II Relational Data Model and Language: Relational Data Model Concepts, Integrity Constraints: Entity Integrity, Referential Integrity, Keys Constraints, Domain Constraints, Relational Algebra and Relational Calculus, Tuple and Domain Calculus. Introduction To SQL: Characteristics of SQL, Advantages of SQL, SQL Data types and Literals, Types of SQL Commands, SQL Operators and their Procedure, Tables, Views, Indexes Queries and Sub Queries, Aggregate Functions, Insert, Update and Delete Operations, Joins, Union, Intersection, Minus, Cursors in SQL, PL/SQL, Triggers and Clusters. [9] UNIT-III Database Design and Normalization: Functional Dependencies, Normal Forms, First, Second,Third Normal Forms, BCNF, Fourth Normal Form, Fifth Normal Form, Inclusion Dependencies, Loss Less Join Decompositions, Normalization using FD, MVD and JDs, Alternative approaches to Database Design. [8] UNIT-IV Transaction Processing Concepts: Transaction System, Testing of Serializability, Serializability of Schedules, Conflict and View Seralizable Schedule, Recoverability, Recovery from Transaction Failures, Log-Based Recovery, Checkpoints, and Deadlock Handling. [8] UNIT-V Concurrency Control Techniques: Concurrency Control, Locking Techniques for Concurrency Control, Time Stamping Protocols for Concurrency Control, Validation based Protocol, Multiple Granularity, Multi-Version Schemes, Recovery with Concurrent Transaction, Overview of Concurrency Control in Distributed Database, Oracle 8: Basic Architecture and Case Study PL/SQL. Object Oriented Database: Introduction, Object oriented database concepts, Application of OODBMS, Comparison with RDBMS. [8]

7 REFERENCES: 1. Date C.J. "An Introduction to Database System", Addision Wesley 2. Korth, Silbertz, Sudarshan, "Database Concepts, Mcgraw Hill 3. Elmasri, Navathe, "Fundamentals of Database Systems",Addision Wesley 4. Paul Beynon Davis, "Database Systems, Palgrave Macmillan. 5. Bipin C. Desai, "An Introduction to Database Systems", Galgotia Publication.

8 IMCA-305 OBJECT ORIENTED SYSTEMS AND C UNIT-I Object Modeling: Object and Classes, Links and Associations, Multiplicity, Advanced Link and Association, Generalization and Inheritance, Aggregation, Abstract Classes, A Sample Object Model, Multiple Inheritance, Meta Data, Candidates Keys, Constraints and Homomorphism. [8] UNIT-II Dynamic Modeling: Events and States, State Diagram Operations and Methods, Nested State Diagrams, State Generalization, Concurrency, Relation of Object and Dynamic Models, Advance Dynamic Model Concepts and A Sample Dynamic Model. [8] UNIT-III Functional Modeling: Functional Models, Data Flow Diagrams, Specifying Operations, Constraints, A Sample Functional Model, Relation of Function to Object and Dynamics Models. Object Oriented Methodologies: Translating Object Oriented Design into an Implementation, OMT Methodologies, Examples and Case Studies to Demonstrate Methodology, Comparison of Methodology, SA/SD and JSD. [9] UNIT-IV Programming in C++: Basics of C++, Expression. Functions: Call by reference, Call by value, Inline function, Friend function. Classes and Objects: Access Specifiers, Member functions. Constructor and Destructor: Default, Parameterized, Copy, Destructor. Inheritance: Single, Multiple, Multilevel, Hierarchal, Abstract classes. [9] UNIT-V Pointer, Virtual function and Polymorphism: Function overloading, Operator overloading, Type conversion, this pointer (Unary and Binary),I/O, Real Life Applications, Extended classes, Working with files, Class Templates, Function Templates and Exception Handling. [7] REFERENCES: 1. Ram Baugh James Etal, Object Oriented Design And Modeling PHI, Bjarne Stroustrup C++ Programming Language, Addison Wesley. 3. Balagurusamy E, Object Oriented Programming with C++ TMH, Booch Grady, Object Oriented Analysis and Design with Application 3/E.

9 IMCA-306 SOFTWARE ENGINEERING UNIT-I Fundamental Concept on Software Engineering: Introduction to Software Engineering, Software Crisis, Software Problems, Software-Engineering Problems, Characteristics of Software, Software Evaluation, Software Applications, Requirement Analysis and Requirement Specification Documents, Software Design, Coding, Testing, Maintenance, Validation and Verification, Monitoring and Control, Metrics and Measurement. Software Development Models: Waterfall Model, Prototyping Model, Interactive Enhancement Model, Spiral Model, Iterative Models, Evolutionary process models, Role of Management in Software Development and Problem Analysis. [8] UNIT -II Software Design: Design process, Design concepts, Design model, Problem Partitioning and Hierarchy, Abstraction, Modularity, Top-Down and Bottom-Up Approach, Structure Design Methodology, Functional Approach, Object Oriented Approach, Coupling and Cohesion, Cyclomatic Complexity. Object Oriented Design: OO Analysis and OO Design, Classes and Objects, Relationship among Objects, Inheritance and Polymorphism, Design Concepts, Design Notation and Specification, Design Methodology, Dynamic Modeling, Functional Modeling. [8] UNIT-III Software Coding: Programming Practice, Top Down and Bottom Up Structured Programming, Information Hiding, Programming Style, Internal Documentation, Size measures, Complexity Metrics, Style Metrics Software Testing: Testing Fundamentals, Top Down and Bottom Up Approaches, Functional Testing, Structural Testing, Test Cases and Test Criteria, Software Testing Strategies, Testing Levels, Unit Testing, Integration Testing and System Testing, Alpha and Beta Testing, Test Plan, Test Case Specification, Test Case Execution and Analysis. [8] UNIT-IV Software Maintenance and Software Project Management: Software as an Evolutionary Entity, Need for Maintenance, Categories of Maintenance: Preventive, Corrective and Perfective Maintenance, Cost of Maintenance, Software Re- Engineering, Reverse Engineering, Software Configuration Management Activities, Change Control Process, Software Version Control, Estimation of various Parameters, Project Scheduling Staffing and Personal Planning, Constructive Cost Models (COCOMO), Resource Allocation Models, Software Risk Analysis and Management. [8] UNIT-V Software Reliability and Quality Assurance: Software Reliability, Reliability Issues, Musa's Model, Software Quality, Reliability Growth, ISO 9000 Certification, SEI Capability Maturity Model,

10 Comparison between ISO and CMM Model. CASE (Computer Aided Software Engineering): Various CASE Tools and their Usefulness, Role of Data Dictionary in CASE Tools, Architecture of CASE Environment, CASE support in Software life cycle. [8] REFERENCES: 1. Pankaj Jalote, Software Engineering, Narosa Publications. 2. Rajib Mall, Fundamental of Software Engineering, PHI. 3. Roger S. Pressman, Software Engineering: A practitioner s Approach, 7 Edition, McGraw Hill International Edition. 4. Sommerville, Software Engineering, 7th edition, Pearson education. 5. K.K. Agarwal and Yogesh Singh, Software Engineering, New Age International Publishers 6. James F. Peters, Witold Pedrycz, Software Engineering, an Engineering approach, John Wiley. 7. Shely Cashman Rosenblatt, Systems Analysis and Design, Thomson Publications. 8. Waman S Jawadekar, Software Engineering principles and practice, TMH

11 IMCA-371 DBMS LAB Programs to be implemented in SQL using Oracle:- 1. Creating Tables. 2. Insertion, Deletion, Updation and Retrieval using aggregate functions. 3. Concept of Join, Semi Join and Equi Join. 4. Writing programs in PL/SQL. 5. Concept of Functions and Procedures 6. Concept of Cursors. 7. Concepts of Triggers. 8. Concept of Indexing and Views. 9. Concept of Rollback and Commit. 10. Concept of Grant and Revoke Permission.

12 IMCA-372 OOPS and C++ Lab Writing programs in C++:- 1. Program illustrating use of Classes and Objects. 2. Program illustrating use of Statements and Operators. 3. Program illustrating the concepts of Array and String handling. 4. Program to perform all possible Type Conversions. 5. Program illustrating use of Destructor and various types of Constructors. 6. Program illustrating use of Friend, Inline and Static Member functions, Default arguments. 7. Program illustrating how Exception handling is done. 8. Program illustrating various forms of Inheritance. 9. Program illustrating use of Virtual Functions, Virtual Base Class. 10. Program implementing various kinds of Sorting algorithms, Search algorithms, Graph algorithm. 11. Program to create a file to store some records and search for a particular record and display it.

13 IMCA-373 SOFTWARE ENGINEERING LAB List of Practical: 1. Program for Configuration Management. 2. Perform SA/SD for the following software. Hotel Automation System Book Shop Automation Software. Word Processing Software. Software Component Cataloguing Software. 3. Design and development of test cases for Testing. 4. Writing program in C++ for Computing Cyclomatic complexity. 5. Writing program in C++ for Halstead Analysis. 6. Perform Cost/Benefit Analysis. 7. Illustration of various activities of Software Development using MS Project Case Studies: Payroll System, Banking System, Purchase Order System, Library Management System, Railway Reservation System, Bill Tracking System, College Admission System, Sales Management System.

CS201 Design and Analysis of Algorithms Max.Marks:75

CS201 Design and Analysis of Algorithms Max.Marks:75 Syllabus for M.Sc. Computer Science Programme Semester II CS 201 Design and Analysis of Algorithms 100 ( 75 + 25 ) CS 202 Data Communication and Computer Network 100 ( 75 + 25 ) CS 203 Optimization Techniques

More information

COURSE: DATA STRUCTURES USING C & C++ CODE: 05BMCAR17161 CREDITS: 05

COURSE: DATA STRUCTURES USING C & C++ CODE: 05BMCAR17161 CREDITS: 05 COURSE: DATA STRUCTURES USING C & C++ CODE: 05BMCAR17161 CREDITS: 05 Unit 1 : LINEAR DATA STRUCTURES Introduction - Abstract Data Types (ADT), Arrays and its representation Structures, Stack, Queue, Circular

More information

CS 101 Advanced Computer System Architecture 100 ( ) CS 102 Operating System 100 ( )

CS 101 Advanced Computer System Architecture 100 ( ) CS 102 Operating System 100 ( ) Syllabus for M.Sc. Computer Science Programme Semester I External/ Internal CS 101 Advanced Computer System Architecture 100 ( 75 + 25 ) CS 102 Operating System 100 ( 75 + 25 ) CS 103 Mathematical Foundation

More information

Code No. Name of the Paper Semester III Marks (Theory + CCE) FC as applicable in other courses BCA 301 Object Oriented Programming using C++ 35+15 BCA 302 Database Management and Design 35+15 BCA 303 Organizational

More information

Harcourt Butler Technological Institute, Kanpur (An Autonomous Institute Affiliated to U. P. Technical University, Lucknow) Revised Syllabus

Harcourt Butler Technological Institute, Kanpur (An Autonomous Institute Affiliated to U. P. Technical University, Lucknow) Revised Syllabus Harcourt Butler Technological Institute, Kanpur-208002 (An Autonomous Institute Affiliated to U. P. Technical University, Lucknow) Revised Syllabus B. Tech. II Year Computer Science and Engineering & Information

More information

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY. FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY. FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I SYLLABUS OF COMPUTER SCIENCE Academic Year 2016-2017 Deccan Education

More information

Unit 2. Unit 3. Unit 4

Unit 2. Unit 3. Unit 4 Course Objectives At the end of the course the student will be able to: 1. Differentiate database systems from traditional file systems by enumerating the features provided by database systems.. 2. Design

More information

Syllabi & Scheme of Examination BCA-3 rd Year. Website:-

Syllabi & Scheme of Examination BCA-3 rd Year. Website:- Syllabi & Scheme of Examination BCA-3 rd Year Website:- www.cdlu.ac.in SCHEME OF EXMINATION BCA 3 RD YEAR Paper Code Course Nomenclature Ext. Inter. Min.Pass Time Ass. Ass. Marks 311 Visual Programming

More information

Syllabi of the Comprehensive Examination in Computer Science

Syllabi of the Comprehensive Examination in Computer Science Syllabi of the Comprehensive Examination in Computer Science The material of the comprehensive examination is drawn mostly from the undergraduate curriculum at Kuwait University and is updated to reflect

More information

E.G.S. PILLAY ENGINEERING COLLEGE

E.G.S. PILLAY ENGINEERING COLLEGE E.G.S. PILLAY ENGINEERING COLLEGE (Autonomous) Approved by AICTE, New Delhi Affiliated to Anna University, Chennai Accredited by NAAC with A Grade Accredited by NBA (CSE, EEE, MECH) NAGAPATTINAM 611 002

More information

ADIKAVI NANNAYA UNIVERSITY B. A Computer Applications / B.Sc Computer Science/B.Sc IT Syllabus Under CBCS w.e.f

ADIKAVI NANNAYA UNIVERSITY B. A Computer Applications / B.Sc Computer Science/B.Sc IT Syllabus Under CBCS w.e.f Course Objective: Paper-V: Data Base Management System Design & develop database for large volumes & varieties of data with optimized data processing techniques. Course Outcomes On completing the subject,

More information

Total No. of Questions : 18] [Total No. of Pages : 02. M.Sc. DEGREE EXAMINATION, DEC First Year COMPUTER SCIENCE.

Total No. of Questions : 18] [Total No. of Pages : 02. M.Sc. DEGREE EXAMINATION, DEC First Year COMPUTER SCIENCE. (DMCS01) Total No. of Questions : 18] [Total No. of Pages : 02 M.Sc. DEGREE EXAMINATION, DEC. 2016 First Year COMPUTER SCIENCE Data Structures Time : 3 Hours Maximum Marks : 70 Section - A (3 x 15 = 45)

More information

B.Sc. Computer Science (Ancillary)

B.Sc. Computer Science (Ancillary) Session - 03- onwards.. B.Sc. Computer Science (Ancillary) About the Course Technology is defined as the application of scientific knowledge for practical purposes. The radical changes in technologies

More information

STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING ON 2001 TO BE EFFECTIVE FROM THE ACADEMIC YEAR

STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING ON 2001 TO BE EFFECTIVE FROM THE ACADEMIC YEAR STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING ON 2001 TO BE EFFECTIVE FROM THE ACADEMIC YEAR 2000-2001. MCA II SEMESTER Scheme of Evaluation Max. Marks Min. Marks to pass L P C Int. Ext.

More information

Prof. G. Ram Reddy Centre for Distance Education Osmania University MCA II Year 2014 ASSIGNMENTS

Prof. G. Ram Reddy Centre for Distance Education Osmania University MCA II Year 2014 ASSIGNMENTS DATA COMMUNICATIONS AND COMPUTER NETWORKS ASSIGNMENT I 1. (a) Write about (i) CSMA/CD (ii) Transmission Media (b) Explain Token Ring (or) IEEE 802.5. 2. (a) Write about (i) LAN Architecture (ii) ISDN IEEE

More information

B-Tech Computer Science & Engineering. Semester-IV. Course Code Course Title L P Credit

B-Tech Computer Science & Engineering. Semester-IV. Course Code Course Title L P Credit B-Tech Computer Science & Engineering Semester-IV Course Code Course Title L P Credit CSE-411T Data Structures 4 0 4 CSE-412T Software Engineering 4 0 4 CSE-413T Database Management System 4 0 4 CSE-414T

More information

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.0) Sessional Unit Code. Theory Unit Course

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.0) Sessional Unit Code. Theory Unit Course COURSE STRUCTURE (W.E.F. 2011 Batch Students) (Total Unit 7.0) Course Theory Unit Course Sessional Unit Code Code DCP 5001 Data Communication and 1.0 DCP 5002 Networking Lab. 0.5 Networking DCP 5003 Introduction

More information

Department of Computer Science & Engineering School of Engineering & Technology HNB Garhwal University Srinagar Garhwal

Department of Computer Science & Engineering School of Engineering & Technology HNB Garhwal University Srinagar Garhwal Department of Computer Science & Engineering School of Engineering & Technology HNB Garhwal University Srinagar Garhwal Admission Notification for M. Tech. (Computer Science & Engineering) First Semester

More information

Syllabi & Scheme of Examination MCA/Msc-2 nd Year. Website:-

Syllabi & Scheme of Examination MCA/Msc-2 nd Year. Website:- Syllabi & Scheme of Examination MCA/Msc-2 nd Year Website:- www.cdlu.ac.in SCHEME OF EXAMINATION MSc-2 nd /MCA-2 nd Paper Course Nomenclature External Internal Time Code Asst. Asst. 231 Discrete Mathematical

More information

Techno India Batanagar Computer Science and Engineering. Model Questions. Subject Name: Database Management System Subject Code: CS 601

Techno India Batanagar Computer Science and Engineering. Model Questions. Subject Name: Database Management System Subject Code: CS 601 Techno India Batanagar Computer Science and Engineering Model Questions Subject Name: Database Management System Subject Code: CS 601 Multiple Choice Type Questions 1. Data structure or the data stored

More information

Fundamentals of. Database Systems. Shamkant B. Navathe. College of Computing Georgia Institute of Technology PEARSON.

Fundamentals of. Database Systems. Shamkant B. Navathe. College of Computing Georgia Institute of Technology PEARSON. Fundamentals of Database Systems 5th Edition Ramez Elmasri Department of Computer Science and Engineering The University of Texas at Arlington Shamkant B. Navathe College of Computing Georgia Institute

More information

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : B.E(CSE) & B.Tech (IT) Regulation:2016 PG Specialisation : -- : I LP: CS16301 Rev. No: 00

More information

SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA)

SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA) SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA) Semester III Paper Title of the Paper Duration Maximum Marks Total No. Of Exam Theory Sessional* MCA-301 Data Base Systems 3 Hours 80 20

More information

Department of Computer Science SEMESTER-III CC-5 (Theory): Data Structures

Department of Computer Science SEMESTER-III CC-5 (Theory): Data Structures Department of Computer Science SEMESTER-III CC-5 (Theory): Data Structures Theory: 60 Lectures Credit: 4 1. 2. 3. 4. 5. 6. 7. 8. Arrays (5 L) Single and Multi-dimensional Arrays, Sparse Matrices (Array

More information

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III.

CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-III. CHEME OF EXAMINATION FOR B.Sc. (COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f. 2015-16 Scheme for B.Sc.-III Semester-V Sr. No. Paper Internal Assessment External Marks Exam Duration 1 Paper-I

More information

M S Ramaiah Institute of Technology Department of Computer Science And Engineering

M S Ramaiah Institute of Technology Department of Computer Science And Engineering M S Ramaiah Institute of Technology Department of Computer Science And Engineering COURSE DESIGN, DELIVERY AND ASSESMENT Semester: V Course Code: CS513 Course Name: Database systems Course Faculty: Sl#

More information

Semester-II. Credit Hours IA UE Total Value

Semester-II. Credit Hours IA UE Total Value Course Code MIT-241 MIT-242 MIT-243 Course Title Java Programmin g Database Management System Data Communicat ion and Computer Networks Semester-II Scheme of Examination Duration Marks Credit Hours IA

More information

M.Sc. (Computer Science) I Year Assignments for May Paper I DATA STRUCTURES Assignment I

M.Sc. (Computer Science) I Year Assignments for May Paper I DATA STRUCTURES Assignment I Paper I DATA STRUCTURES (DMCS 01) 1. Explain in detail about the overview of Data structures. 2. Explain circular linked list and double-linked list. 3. Explain CPU scheduling in Multiprogramming Environment.

More information

15CS53: DATABASE MANAGEMENT SYSTEM

15CS53: DATABASE MANAGEMENT SYSTEM 15CS53: DATABASE MANAGEMENT SYSTEM Subject Code: 15CS53 I.A. Marks: 20 Hours/Week: 04 Exam Hours: 03 Total Hours: 56 Exam Marks: 80 Objectives of the Course: This course will enable students to Provide

More information

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline B.C.A 2017-18 DATA BASE MANAGEMENT SYSTEM Course Outline MODULE SPECIFICATION SHEET This course introduces the fundamental concepts necessary for designing, using and implementing database systems and

More information

Stacks, queues, trees, heaps, sets and graphs. Algorithm Definition, Analyzing algorithms, order arithmetic, time and space complexity.

Stacks, queues, trees, heaps, sets and graphs. Algorithm Definition, Analyzing algorithms, order arithmetic, time and space complexity. IT-301 Design and Analysis of Algorithms 4 1 1. Basics of Algorithm Analysis & Design Stacks, queues, trees, heaps, sets and graphs. Algorithm Definition, Analyzing algorithms, order arithmetic, time and

More information

DATABASE MANAGEMENT SYSTEM SUBJECT CODE: CE 305

DATABASE MANAGEMENT SYSTEM SUBJECT CODE: CE 305 DATABASE MANAGEMENT SYSTEM SUBJECT CODE: CE 305 Teaching Scheme (Credits and Hours) Teaching scheme Total Evaluation Scheme L T P Total Credit Theory Mid Sem Exam CIA Pract. Total Hrs Hrs Hrs Hrs Hrs Marks

More information

M.Sc. (Previous) DEGREE EXAMINATION, MAY (Examination at the end of First Year) Computer Science. Paper - I : DATA STRUCTURES

M.Sc. (Previous) DEGREE EXAMINATION, MAY (Examination at the end of First Year) Computer Science. Paper - I : DATA STRUCTURES (DMCS 01) M.Sc. (Previous) DEGREE EXAMINATION, MAY - 2014 (Examination at the end of First Year) Computer Science Paper - I : DATA STRUCTURES Time : 03 Hours Maximum Marks : 75 Section A (3 15 = 45) Answer

More information

MaanavaN.Com DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING QUESTION BANK

MaanavaN.Com DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING QUESTION BANK CS1301 DATABASE MANAGEMENT SYSTEM DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING QUESTION BANK Sub code / Subject: CS1301 / DBMS Year/Sem : III / V UNIT I INTRODUCTION AND CONCEPTUAL MODELLING 1. Define

More information

Department of Information Technology

Department of Information Technology COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Information Technology B.Tech : Information Technology Regulation : 2013 Sub. Code / Sub. Name : CS6301 / Programming and Data Structures II Unit

More information

SCHEME OF INSTRUCTION & EXAMINATION B.E. III YEAR (COMPUTER SCIENCE & ENGINEERING) With effect from the Academic year

SCHEME OF INSTRUCTION & EXAMINATION B.E. III YEAR (COMPUTER SCIENCE & ENGINEERING) With effect from the Academic year SCHEME OF INSTRUCTION & EXAMINATION B.E. III YEAR (COMPUTER SCIENCE & ENGINEERING) With effect from the Academic year 2013-2014 SEMESTER - I S. No. Syllabus Ref. No. SUBJECT Scheme of Scheme of Examination

More information

Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest. Introduction to Algorithms

Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest. Introduction to Algorithms Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Introduction to Algorithms Preface xiii 1 Introduction 1 1.1 Algorithms 1 1.2 Analyzing algorithms 6 1.3 Designing algorithms 1 1 1.4 Summary 1 6

More information

Prof. G. Ram Reddy Centre for Distance Education Osmania University MCA II Year 2015 ASSIGNMENTS

Prof. G. Ram Reddy Centre for Distance Education Osmania University MCA II Year 2015 ASSIGNMENTS DATA COMMUNICATIONS AND COMPUTER NETWORKS ASSIGNMENT I 1. (a) Write about (i) CSMA/CD (ii) Transmission Media (b) Explain Token Ring (or) IEEE 802.5. 2. (a) Write about (i) LAN Architecture (ii) ISDN IEEE

More information

2) Explain in detail about different AVL rotation applied on unbalanced trees.

2) Explain in detail about different AVL rotation applied on unbalanced trees. (DMCS 01) ASSIGNMENT - 1, MAY-2014. PAPER- I : DATA STRUCTURES 1) Define circular queue. Write an algorithm to describe insertion and deletion operation on a circular queue. Illustrate these operations

More information

Syllabus of M.Sc Department of Computer Science University of Peshawar

Syllabus of M.Sc Department of Computer Science University of Peshawar Syllabus of M.Sc Department of Computer Science University of Peshawar M.Sc Previous PAPER-1 DATABASES Entity-Relationship Model Data Models a) Hierarchical, Network, Relational, Comparison of all Data

More information

SARDAR RAJA COLLEGE OF ENGINEERING

SARDAR RAJA COLLEGE OF ENGINEERING SARDAR RAJA COLLEGE OF ENGINEERING RAJA NAGAR, ALANGULAM Department of Electronics & Communication Engineering Subject Name : DATA STRUCTURES AND OBJECT ORIENTED PROGRAMMING IN C++ Subject Code : EC 2202

More information

SCHEME OF STUDIES & EXAMINATIONS Department: Bachelor of Computer Applications 4 th Semester. L T P Theory practical

SCHEME OF STUDIES & EXAMINATIONS Department: Bachelor of Computer Applications 4 th Semester. L T P Theory practical SCHEME OF STUDIES & EXAMINATIONS Sr. No Course No. Course Title Teaching Schedule of class work Examination L T P Theory practical Credit Exam Duration 1 BCA-202 B Operating System 3 1-25 75-100 4 3 2

More information

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN Course Code : CS0304 Course Title : Data Base Management Systems Semester : VI Course Time : Dec 2012-

More information

Database Management Systems

Database Management Systems Database Management Systems Database Management Systems Second Edition P.S. Gill Head, Department of Computer Science and Engineering Krishna Engineering College Ghaziabad, UP I.K. International Publishing

More information

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.5) Sessional Unit Code. Theory Unit Course

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.5) Sessional Unit Code. Theory Unit Course COURSE STRUCTURE (W.E.F. 2011 Batch Students) (Total Unit 7.5) Course Theory Unit Course Sessional Unit Code Code DCP 4001 Data Structures 1.0 DCP 4002 Data Structures Lab. 0.5 DEC 4003 Electronics Circuits

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY

VEER NARMAD SOUTH GUJARAT UNIVERSITY VEER NARMAD SOUTH GUJARAT UNIVERSITY Revised syllabus B.C.A. Semester III B.C.A. Semester - III Teaching and Evaluation Scheme Paper No Paper Title Teaching Scheduled University Exam Theory/Practical Internal

More information

Department of Computer Science and I.T. THE CURRICULUM SECOND YEAR

Department of Computer Science and I.T. THE CURRICULUM SECOND YEAR THE CURRICULUM The course structure that guides the teaching, practical and associated assessment of BCA programme is described year-wise in the following tables. SECOND YEAR CODE SUBJECT MARKS Internal

More information

Syllabus Under Autonomy Mathematics

Syllabus Under Autonomy Mathematics Syllabus Under Autonomy Mathematics Semester VI Course: Applied Component(Paper-I) [25 Lectures] Computer Programming and System Analysis(Java Programming & Networking) Learning Objectives:- To learn about

More information

Veer Narmad South Gujarat University, Surat. Syllabus M.C.A ( 3 rd semester) Effective from :July 2010 Paper : 301 : Client Server Architecture

Veer Narmad South Gujarat University, Surat. Syllabus M.C.A ( 3 rd semester) Effective from :July 2010 Paper : 301 : Client Server Architecture Veer Narmad South Gujarat University, Surat. Syllabus M.C.A ( 3 rd semester) Effective from :July 2010 Paper : 301 : Client Server Architecture 1. Database Computing Model Client Server Computing: Functions

More information

M.Sc. (Previous) DEGREE EXAMINATION, MAY (Examination at the end of First Year) Computer Science. Time : 03 Hours Maximum Marks : 75

M.Sc. (Previous) DEGREE EXAMINATION, MAY (Examination at the end of First Year) Computer Science. Time : 03 Hours Maximum Marks : 75 M.Sc. (Previous) DEGREE EXAMINATION, MAY - 2013 (Examination at the end of First Year) Computer Science Paper - I : DATA STRUCTURES (DMCS 01) Time : 03 Hours Maximum Marks : 75 Section - A (3 15 = 45)

More information

CONTENTS. Computer-System Structures

CONTENTS. Computer-System Structures CONTENTS PART ONE OVERVIEW Chapter 1 Introduction 1.1 What Is an Operating System? 3 1.2 Simple Batch Systems 6 1.3 Multiprogrammed Batched Systems 8 1.4 Time-Sharing Systems 9 1.5 Personal-Computer Systems

More information

Total No. of Questions :09] [Total No. of Pages : 02

Total No. of Questions :09] [Total No. of Pages : 02 CS/IT 315 (CR) Total No. of Questions :09] [Total No. of Pages : 02 III/IV B.Tech. DEGREE EXAMINATIONS, NOV/DEC- 2016 First Semester CS/IT DESIGN ANALYSIS OF ALGORITHMS Time: Three Hours Answer Question

More information

CMSC 461 Final Exam Study Guide

CMSC 461 Final Exam Study Guide CMSC 461 Final Exam Study Guide Study Guide Key Symbol Significance * High likelihood it will be on the final + Expected to have deep knowledge of can convey knowledge by working through an example problem

More information

Jh fouk;d egkfo ky;] xkmjokjk RANI DURGAVATI VISHWAVIDYALAYA, JABALPUR BACHLOR OF COMPUTER APPLICATION BCA SYLLABUS THIRD SEMESTER

Jh fouk;d egkfo ky;] xkmjokjk RANI DURGAVATI VISHWAVIDYALAYA, JABALPUR BACHLOR OF COMPUTER APPLICATION BCA SYLLABUS THIRD SEMESTER Jh fouk;d egkfo ky;] xkmjokjk RANI DURGAVATI VISHWAVIDYALAYA, JABALPUR BACHLOR OF COMPUTER APPLICATION BCA SYLLABUS THIRD SEMESTER S.NO. SUB. CODE SUBJECT NAME EXAMINATION SCHEME Dur. Hrs. Max. Marks Min.

More information

Books : 4 th SEMESTER MCA F.M -70. Programming With Java(3-1-0)Cr.-4. Module-1

Books : 4 th SEMESTER MCA F.M -70. Programming With Java(3-1-0)Cr.-4. Module-1 MCA 206 Module-1 Programming With Java(3-1-0)Cr.-4 F.M -70 Introduction to Java Programming Language, Java Evolution, Naming Conventions and Datatypes, Operators in Java, Control Statements in Java, Decision

More information

COURSE STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING HELD ON JULY-2000 TO BE EFFECTIVE FROM THE ACADEMIC YEAR

COURSE STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING HELD ON JULY-2000 TO BE EFFECTIVE FROM THE ACADEMIC YEAR COURSE STRUCTURE AND SYLLABUS APPROVED IN THE BOARD OF STUDIES MEETING HELD ON JULY-2000 TO BE EFFECTIVE FROM THE ACADEMIC YEAR 2000-2001. M. Tech (Computer Science) Scheme of Evaluation I Semester Subject

More information

PGDCA Syllabus Directorate of Distance Education, University of Kashmir Directorate of Distance Education University of Kashmir Srinagar

PGDCA Syllabus Directorate of Distance Education, University of Kashmir Directorate of Distance Education University of Kashmir Srinagar Directorate of Distance Education University of Kashmir Srinagar-190006 Curriculum Post Graduate Diploma in Computer Applications (PGDCA) Programme 2011-2013 Structure of Curriculum SEMESTER-I S.NO. Paper

More information

Syllabi & Scheme of Examination BCA-2 nd Year. Website:-

Syllabi & Scheme of Examination BCA-2 nd Year. Website:- Syllabi & Scheme of Examination BCA-2 nd Year Website:- www.cdlu.ac.in SCHEME OF EXMINATION University Centre for Distance Learning BCA - II Paper Code Course Nomenclature Ext. Inter. Min. Pass Time Ass.

More information

Rajiv GandhiCollegeof Engineering& Technology, Kirumampakkam.Page 1 of 10

Rajiv GandhiCollegeof Engineering& Technology, Kirumampakkam.Page 1 of 10 Rajiv GandhiCollegeof Engineering& Technology, Kirumampakkam.Page 1 of 10 RAJIV GANDHI COLLEGE OF ENGINEERING & TECHNOLOGY, KIRUMAMPAKKAM-607 402 DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING QUESTION BANK

More information

3 rd Year V Semester

3 rd Year V Semester MAULANA ABUL KALAM AZAD UNIVERSITY OF TECHNOLOGY, WEST BENGAL INFORMATION TECHNOLOGY 3 rd Year V Semester Course Structure: Code Paper Contact Periods Per Week L T P Total Contact Hours Credit IT503 Operating

More information

GUJARAT TECHNOLOGICAL UNIVERSITY B.E Semester: 4 Information Technology

GUJARAT TECHNOLOGICAL UNIVERSITY B.E Semester: 4 Information Technology Information Technology Subject Code 140702 Subject Name OPERATING SYSTEM Sr.No Course content 1. Introduction: What is an OS?, Evolution Of OS, OS Services, Types Of OS, Concepts of OS, Different Views

More information

Analysis of Algorithms

Analysis of Algorithms Second Edition Design and Analysis of Algorithms Prabhakar Gupta Vineet Agarwal Manish Varshney Design and Analysis of ALGORITHMS SECOND EDITION PRABHAKAR GUPTA Professor, Computer Science and Engineering

More information

ASSIGNMENT - 1 M.Sc. DEGREE EXAMINATION, MAY 2019 First Year COMPUTER SCIENCE Data Structures MAXIMUM : 30 MARKS ANSWER ALL QUESTIONS

ASSIGNMENT - 1 M.Sc. DEGREE EXAMINATION, MAY 2019 First Year COMPUTER SCIENCE Data Structures MAXIMUM : 30 MARKS ANSWER ALL QUESTIONS ASSIGNMENT - 1 Data Structures (DMCS01) Q1) a) Write a sub-routine to implement PUSH ( ) and POP ( ) operations using linked list. b) Explain about open hashing and closed hashing. Q2) How to create double

More information

Introduction to Algorithms Third Edition

Introduction to Algorithms Third Edition Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein Introduction to Algorithms Third Edition The MIT Press Cambridge, Massachusetts London, England Preface xiü I Foundations Introduction

More information

DEPARTMENT OF INFORMATION TECHNOLOGY U.G. PROGRAMME SYLLABUS Batch V SEMESTER A. D. M. COLLEGE FOR WOMEN NAGAPATTINAM

DEPARTMENT OF INFORMATION TECHNOLOGY U.G. PROGRAMME SYLLABUS Batch V SEMESTER A. D. M. COLLEGE FOR WOMEN NAGAPATTINAM DEPARTMENT OF INFORMATION TECHNOLOGY U.G. PROGRAMME SYLLABUS 2016 2019 Batch V SEMESTER A. D. M. COLLEGE FOR WOMEN NAGAPATTINAM UIJ CORE COURSE X COMPUTER NETWORKS Internal Marks : 25 Instruction Hrs :

More information

BACHELOR OF COMPUTER APPLICATIONS DISTANCE EDUCATION SCHEME OF EXAMINATION (w.e.f ) SECOND YEAR

BACHELOR OF COMPUTER APPLICATIONS DISTANCE EDUCATION SCHEME OF EXAMINATION (w.e.f ) SECOND YEAR BACHELOR OF COMPUTER APPLICATIONS DISTANCE EDUCATION SCHEME OF EXAMINATION (w.e.f. 2014-15) Paper No. 201 202 203 204 Title of Paper Operating System Data Structures Computer Architecture Data Base Management

More information

ANDHRA MAHILA SABHA ARTS & SCIENCE COLLEGE FOR WOMEN (AUTONOMOUS), NAAC Accredited O.U. CAMPUS, HYDERABAD.

ANDHRA MAHILA SABHA ARTS & SCIENCE COLLEGE FOR WOMEN (AUTONOMOUS), NAAC Accredited O.U. CAMPUS, HYDERABAD. ANDHRA MAHILA SABHA ARTS & SCIENCE COLLEGE FOR WOMEN (AUTONOMOUS), NAAC Accredited O.U. CAMPUS, HYDERABAD. Ist Year I Semester Programming in C Subject Code: Csc 101 Instruction 4 Hrs/ Week Duration of

More information

STUDENT KIT. School of Computer Science & IT

STUDENT KIT. School of Computer Science & IT STUDENT KIT Master of Computer Application II Semester / Master of Computer Application (Integrated) II Semester / BCA (Hons.) VIII semester Jan-May 2018 Devi Ahilya Vishwavidyalaya School of Computer

More information

Introduction to Software Engineering: The evolving role of software, Changing Nature of Software, Software myths.

Introduction to Software Engineering: The evolving role of software, Changing Nature of Software, Software myths. SE 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

More information

FACULTY OF COMPUTER M.Sc.Information Technology SCHEME OF EXAMINATION & Syllabus for M.Sc. Information Technology Examination

FACULTY OF COMPUTER M.Sc.Information Technology SCHEME OF EXAMINATION & Syllabus for M.Sc. Information Technology Examination FACULTY OF COMPUTER M.Sc.Information Technology SCHEME OF EXAMINATION & Syllabus for M.Sc. Information Technology Examination 2017-2018 ELIGIBILITY FOR ADMISSION Graduates possessing 50% marks in any faculty

More information

A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS

A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS A7-R3: INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered

More information

FUNDAMENTALS OF. Database S wctpmc. Shamkant B. Navathe College of Computing Georgia Institute of Technology. Addison-Wesley

FUNDAMENTALS OF. Database S wctpmc. Shamkant B. Navathe College of Computing Georgia Institute of Technology. Addison-Wesley FUNDAMENTALS OF Database S wctpmc SIXTH EDITION Ramez Elmasri Department of Computer Science and Engineering The University of Texas at Arlington Shamkant B. Navathe College of Computing Georgia Institute

More information

Ph.D. Written Examination Syllabus

Ph.D. Written Examination Syllabus Ph.D. Written Examination Syllabus August 11, 2016 1 Analysis of Algorithms Syllabus Philosophy: We are testing analytical ability: how well students think on their feet, rather than details of some data

More information

B.C.A. SECOND YEAR

B.C.A. SECOND YEAR B.C.A. SECOND YEAR CODE No. SUBJECT TITLE TEACHING PERIODS / WEEK Theory Practical MAXIMUM MARKS Theory / Practical (A) Internal Test Marks (B) TOTAL MARKS (A+B) DURATION OF EXAM. Hours SEMESTER 3: BCA.S3.1.

More information

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN. Sec. Name Office Office hour Mail id

SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN. Sec. Name Office Office hour Mail id SRM UNIVERSITY FACULTY OF ENGINEERING AND TECHNOLOGY SCHOOL OF COMPUTING DEPARTMENT OF CSE COURSE PLAN Course Code Course Title : DATA STRUCTURES AND ALGORITHMS Semester : I Course Time : July Dec 207

More information

SETH JAI PARKASH POLYTECHNIC, DAMLA COMPUTER ENGINEERING-5 TH SEMESTER

SETH JAI PARKASH POLYTECHNIC, DAMLA COMPUTER ENGINEERING-5 TH SEMESTER Lesson Plan Name of the Faculty : Rohit Mandhar Discipline : Computer Engg. Semester : 5 th Subject : RDBMS Lesson Plan Duration : 15 weeks (from July 2018 to Nov 2018) Work Load (Lecture / ) per week

More information

(DMCA201) ASSIGNMENT 1 M.C.A. DEGREE EXAMINATION, MAY 2018 Second Year SOFTWARE ENGINEERING. Maximum Marks 30 Answer all questions

(DMCA201) ASSIGNMENT 1 M.C.A. DEGREE EXAMINATION, MAY 2018 Second Year SOFTWARE ENGINEERING. Maximum Marks 30 Answer all questions ASSIGNMENT 1 M.C.A. DEGREE EXAMINATION, MAY 2018 SOFTWARE ENGINEERING Q1) Explain about software process frame work in detail. (DMCA201) Q2) Explain how both waterfall model and prototyping model can be

More information

Contact Hours / week: 4 Total hours: 64. Table of Contents Architecture 3 Data Modeling Using the Entity-

Contact Hours / week: 4 Total hours: 64. Table of Contents Architecture 3 Data Modeling Using the Entity- Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering Fourth Semester Subject: DATABASE MANAGEMENT SYSTEMS Contact Hours / week: 4 Total hours: 64 Table of

More information

Scheme and Syllabus. B. Sc. (IT) I to VI Semester. w.e.f. July 2011 ( Batch onwards)

Scheme and Syllabus. B. Sc. (IT) I to VI Semester. w.e.f. July 2011 ( Batch onwards) Scheme and Syllabus of B. Sc. (IT) I to VI Semester w.e.f. July 2011 (2011 2014 Batch onwards) Devi Ahilya Vishwavidyalaya, Indore (M.P.), 452001 CLASS /SEMESTER Proposed Syllabus & Scheme for B. Sc. (IT)

More information

ADMINISTRATIVE MANAGEMENT COLLEGE

ADMINISTRATIVE MANAGEMENT COLLEGE First Semester ADMINISTRATIVE MANAGEMENT COLLEGE BACHELOR OF COMPUTER APPLICATION COURSE OUTCOME (CO) Problem solving techniques Using C CO 1: Understand the basic concepts of programming, software and

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT Bachelor of Computer Application

VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT Bachelor of Computer Application VEER NARMAD SOUTH GUJARAT UNIVERSITY SURAT Bachelor of Computer Application Program Structure Semester-wise break up for the courses is given below: SEMESTER - 3 Course Code Title Teaching per week Course

More information

MAHARAJA KRISHNAKUMARSINHJI BHAVNAGAR UNIVERSITY NAAC Accreditation Grade B (With effect from Academic Year: )

MAHARAJA KRISHNAKUMARSINHJI BHAVNAGAR UNIVERSITY NAAC Accreditation Grade B (With effect from Academic Year: ) BACHELOR OF COMPUTER APPLICATIONS (B.C.A.) Structure for B.C.A. CBCS Programme Semester-III (SY) COURSE NO. COURSE TYPE SUBJECT CREDIT BCA-EC-301 ELECTIVE 02 BCA-FC-301 FOUNDATION 02 BCA-CC-301 CORE Operating

More information

Systems:;-'./'--'.; r. Ramez Elmasri Department of Computer Science and Engineering The University of Texas at Arlington

Systems:;-'./'--'.; r. Ramez Elmasri Department of Computer Science and Engineering The University of Texas at Arlington Data base 7\,T"] Systems:;-'./'--'.; r Modelsj Languages, Design, and Application Programming Ramez Elmasri Department of Computer Science and Engineering The University of Texas at Arlington Shamkant

More information

Master of Computer Applications

Master of Computer Applications Master of Computer Applications SECOND SEMESTER EXAMINATION Paper ID Paper Paper L T/P Credit Code 044102 MCA 102 Data and File Structures 3 1 4 044104 MCA 104 Object Oriented Programming in C++ 3 1 4

More information

SYED AMMAL ENGINEERING COLLEGE

SYED AMMAL ENGINEERING COLLEGE CS6302- Database Management Systems QUESTION BANK UNIT-I INTRODUCTION TO DBMS 1. What is database? 2. Define Database Management System. 3. Advantages of DBMS? 4. Disadvantages in File Processing System.

More information

D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK

D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK D.K.M COLLEGE FOR WOMEN(AUTONOMOUS),VELLORE DATABASE MANAGEMENT SYSTEM QUESTION BANK UNIT I SECTION-A 2 MARKS 1. What is meant by DBMs? 2. Who is a DBA? 3. What is a data model?list its types. 4. Define

More information

JAIPUR NATIONAL UNIVERSITY, JAIPUR

JAIPUR NATIONAL UNIVERSITY, JAIPUR Paper Code: MCA - 101 Paper Title: Fundamental of Computer Master of Computer Application (MCA) (i) Differentiate between data and information. Which is more useful to the people and why? (ii) Explain

More information

; Spring 2008 Prof. Sang-goo Lee (14:30pm: Mon & Wed: Room ) ADVANCED DATABASES

; Spring 2008 Prof. Sang-goo Lee (14:30pm: Mon & Wed: Room ) ADVANCED DATABASES 4541.564; Spring 2008 Prof. Sang-goo Lee (14:30pm: Mon & Wed: Room 302-208) ADVANCED DATABASES Syllabus Text Books Exams (tentative dates) Database System Concepts, 5th Edition, A. Silberschatz, H. F.

More information

Syllabus for Computer Science General Part I

Syllabus for Computer Science General Part I Distribution of Questions: Part I Q1. (Compulsory: 20 marks). Any ten questions to be answered out of fifteen questions, each carrying two marks (Group A 3 questions, Group B, Group C and Group D 4 questions

More information

SEMESTER 4. BCA401: Operational Research (Complementary) ( Syllabus as approved by Board of Studies of Mathematics ( UG)

SEMESTER 4. BCA401: Operational Research (Complementary) ( Syllabus as approved by Board of Studies of Mathematics ( UG) SEMESTER 4 BCA401: Operational Research (Complementary) ( Syllabus as approved by Board of Studies of Mathematics ( UG) BCA402 : Microprocessors and PC Hardware (Core) Unit1: Introduction to the concept

More information

Modern Algebra (MC - 301) L T P C

Modern Algebra (MC - 301) L T P C Modern Algebra (MC - 301) L T P C UNIT-I Groups, Abelian groups, Subgroups, Order of a group and an element, Coset, Lagrange s Theorem, Cyclic groups, Cyclic subgroups of prime order, Cayley s theorem.

More information

CHOICE BASED CREDIT SYSTEM (With effect from )

CHOICE BASED CREDIT SYSTEM (With effect from ) B.Sc. Computer Science Syllabus Under the CHOICE BASED CREDIT SYSTEM (With effect from 2017-18) DEPARTMENT OF COMPUTER SCIENCE University College,TU,Nizamabad-503322 Syllabus for Computer Science (With

More information

SEMESTER - V SEMESTER V

SEMESTER - V SEMESTER V SEMESTER - V MICROPROCESSOR THEORY & APPLICATIONS (EC(ID) - 5001) Course Code EC(ID) 5001 Credits : 4 L-3, T-1, P-0 Name of the Course MICROPROCESSOR THEORY & APPLICATIONS Lectures to be 52 (1 Hr Each)

More information

First Semester First August to 31 st January. Second Semester First February to 31 st July. COURSE STRUCTURE

First Semester First August to 31 st January. Second Semester First February to 31 st July. COURSE STRUCTURE Courses of Studies for the P. G. Diploma in Computer Application Examination (To be Effective from the academic session 2012-13) Course Structure First Semester First August to 31 st January. Second Semester

More information

SARVEPALLI RADHAKRISHNAN UNIVERSITY, BHOPAL (M.P.) Scheme of Examination. Second Semester-Master of Computer Application

SARVEPALLI RADHAKRISHNAN UNIVERSITY, BHOPAL (M.P.) Scheme of Examination. Second Semester-Master of Computer Application Scheme of Examination Second Semester-Master of Computer Application S.No Subject Code 1 MCA 201 2 MCA 202 3 MCA 203 4 MCA 204 5 MCA 205 6 MCA 206 7 MCA 207 Subject Name Periods per week Credits L T P

More information

The Bhopal School of Social Sciences, Bhopal

The Bhopal School of Social Sciences, Bhopal Marking scheme for M.Sc. (Computer Science) II Sem. Semester II Paper Title of the paper Theory CCE Total I Data Structure & Algorithms 70 30 100 II Operating System 70 30 100 III Computer Networks with

More information

COMPUTER SCIENCE (ELECTIVE) Paper-A (100 Marks) Section-I: INTRODUCTION TO INFORMATION TECHNOLOGY Computer and its characteristics, Computer Organization & operation, Components of Computer, Input/Output

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY [DMSIT 01] M.Sc. (Previous) DEGREE EXAMINATION, DEC 2013 First Year INFORMATION TECHNOLOGY Paper I BASICS OF INFORMATION TECHNOLOGY Time : 3 hours Max. Marks : 75 Section A (3x15 = 45) Answer any THREE

More information

Course Name: B.Tech. 3 th Sem. No of hours allotted to complete the syllabi: 44 Hours No of hours allotted per week: 3 Hours. Planned.

Course Name: B.Tech. 3 th Sem. No of hours allotted to complete the syllabi: 44 Hours No of hours allotted per week: 3 Hours. Planned. Course Name: B.Tech. 3 th Sem. Subject: Data Structures No of hours allotted to complete the syllabi: 44 Hours No of hours allotted per week: 3 Hours Paper Code: ETCS-209 Topic Details No of Hours Planned

More information

M.C.A. DEGREE EXAMINATION, MAY First Year. Paper I INFORMATION TECHNOLOGY. SECTION A (3 15 = 45 marks) Answer any THREE of the following.

M.C.A. DEGREE EXAMINATION, MAY First Year. Paper I INFORMATION TECHNOLOGY. SECTION A (3 15 = 45 marks) Answer any THREE of the following. Paper I INFORMATION TECHNOLOGY Answer any THREE of the following. 1. Explain Architecture of computer in detail. 2. Explain in detail about Input and Output technologies. 3. What is MODEM? What factors

More information