mca syllabus teaching scheme (cbcs) - ganpat universitymca syllabus teaching scheme (cbcs) m.c.a....

28
214 Appendix-K MCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per Week Credits Type Th. Tu. Pr. Th. Tu. Pr. Tot. 1 P11A1ADP Algorithm Development & Introduction to Programming 3 0 4 3 0 2 5 A 2 P11A2IDE Introduction to Digital Electronics 3 0 2 3 0 1 3 A 3 P11A3IDD Introduction to Data Analysis & Data Management 3 0 2 3 0 1 4 A 4 P11A4IIT Introduction to Information Technology and System Maintenance 3 0 --- 3 0 --- 3 A 5 P11A5FOS Fundamentals of Operating System 3 0 4 3 0 2 5 A 6 P11B6CS1 Communication Skill-I 4 0 --- 4 0 --- 4 B Total 19 0 12 19 0 6 25 M.C.A. Semester-II Program Structure Sr. No. Course Code Course Name Instruction Hours per Week Credits Type Th. Tu. Pr. Th. Tu. Pr. Tot. 1 P12A1DS Data Structure 2 0 2 2 0 1 3 A 2 P12A2OOP Object Oriented Programming Concept 3 0 4 3 0 2 5 A 3 P12A3IWD T Introduction to web development tool 3 0 4 3 0 2 5 A 4 P12A4NT Networks Technology 3 0 --- 3 0 --- 3 A 5 P12A5DB1 Database Management System-I 3 0 4 3 0 2 5 A 6 P12B6CS2 Communication Skill-II 4 0 --- 4 0 --- 4 B Total 18 0 14 18 0 7 25

Upload: others

Post on 11-Mar-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

214

Appendix-K MCA Syllabus Teaching Scheme (CBCS)

M.C.A. Semester-I Program Structure Sr.

No.

Course Code

Course Name Instruction Hours per Week

Credits Type

Th. Tu. Pr. Th. Tu. Pr. Tot.1 P11A1ADP Algorithm Development &

Introduction to Programming3 0 4 3 0 2 5 A

2 P11A2IDE Introduction to Digital Electronics

3 0 2 3 0 1 3 A

3 P11A3IDD Introduction to Data Analysis & Data Management

3 0 2 3 0 1 4 A

4 P11A4IIT Introduction to Information Technology and System Maintenance

3 0 --- 3 0 --- 3 A

5 P11A5FOS Fundamentals of Operating System

3 0 4 3 0 2 5 A

6 P11B6CS1 Communication Skill-I 4 0 --- 4 0 --- 4 B

Total 19 0 12 19 0 6 25

M.C.A. Semester-II Program Structure Sr. No.

Course Code

Course Name Instruction Hours per Week

Credits Type

Th. Tu. Pr. Th. Tu. Pr. Tot.1 P12A1DS Data Structure 2 0 2 2 0 1 3 A

2 P12A2OOP Object Oriented Programming Concept

3 0 4 3 0 2 5 A

3 P12A3IWDT

Introduction to web development tool

3 0 4 3 0 2 5 A

4 P12A4NT Networks Technology 3 0 --- 3 0 --- 3 A

5 P12A5DB1 Database Management System-I

3 0 4 3 0 2 5 A

6 P12B6CS2 Communication Skill-II 4 0 --- 4 0 --- 4 B

Total 18 0 14 18 0 7 25

Page 2: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

215

Total Sessions: 75 (35 Theory +25 Practical)

Concepts of C: (9)

Overview of C (5) Brief history of C, Importance of C, Features of ‘C’ language(1), Basic Structure of C Programs(1), Programming Style, Steps to execute ‘C’ Program(1), Understanding the terminologies: Source Program, Object Program, Executable Program, Linker, Loader(1), Debug, Compilation process, Interpreter(1),.

Constants, Variables and Data Types: (4) Character set, C tokens, keywords and identifiers (1), constants, variables (1), data types (1), declaration of variables, assigning value to variable, defining symbolic constants (1).

Operators and Managing I/O (9)

Operators – arithmetic, relational (1), logical, assignment, increment-decrement (1), conditional, bit-wise and special(1),Arithmetic expressions, evaluation of expressions, precedence of arithmetic operators(1), type conversions in expressions(1), operator precedence and associativity, mathematical functions.(1), Reading and writing a character Formatted input-output (3)

Decision Making branching and Looping: (10)

Decision Making Branching: Decision making with IF statement, simple IF statement, the IF-ELSE statement (1), nesting of IF … ELSE statements, the ELSE IF ladder (1), Switch statement (1), turnery (? :) operator(1), Go-To statement (1)

Looping : Looping statements – WHILE (1), DO (1) and FOR. (2) Nesting and Jumps in loops, Break & Continue (1)

GANPAT UNIVERSITY

M. C. A. SEM-I

P11A1ADP : ALGORITHM DEVELOPMENT & INTRODUCTION TO PROGRAMMING

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

3 0 2 40 20 60 30 100 50

Page 3: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

216

Array & Function (11)

Arrays: (4) Introduction to Array, Concept of Dimensions in arrays, (1) Initialization values in an array, Overflow and Underflow, (2) Concepts in Multidimensional Array. (1)

Functions: (7) Need for user-defined functions, the form of c function, return values and their types, (1)calling a function, category of functions, (1) no arguments and no return values, arguments with return values, (1) handling of non-integer functions, nesting of functions, recursion, functions with arrays,(2) the scope, visibility and lifetime of variables in functions.(2)

Structure: (06)

Structure definition, Assigning values into members,(1) structure initialization, comparison of structures, (1) arrays of structures, (2) arrays within structures,(2)

Reference Books:

1. “Programming in C” by Pradip dey and Manash Ghosh 2. Programming in ANSI C by Balaguruswami E. - TMH Publications 3. Let us ‘C’ by Yashwant Kanetkar –BPB Publications 4. Mastering Turbo C by Stan, Kelly,Bootle -BPB Publications 5. How to Solve it by Computer, R.G.Dromey-PHI Publication

Question Paper Scheme:

University Examination Duration: 3 Hours Note for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks -------------- X ----------------

Page 4: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

217

Total Sessions: 80 (55 Theory +25 Practical)

Data Representation and Number System: (15)

Number Systems: Introduction to Decimal, Binary, Octal, Hexadecimal Number Systems [2], Conversation of number from one number system to another number System [4], Binary Arithmetic: Addition, Subtraction (Simple method, using 1’s And 2’s Complement method) [3], Multiplication, Division (Simple method) [3]. Representation & Error detection and correction codes [03] Logic Gates and Boolean algebra: (15)

Logic Gates: 04

Introduction of Digital Electronics [1], Inverter, OR Gate, AND Gate, NOR Gate, NAND Gate, [1] Demorgan’s Theorems, EX-OR Gate, EX-NOR Gate [2] Boolean algebra: 11

Boolean Relation [1] , SOP Method and POS Method [2], Algebraic Simplification.(Only for Examples, not for theory)[1], Universal Building blocks (Only for Logic conversion, not for theory) [3], Implementation of Digital circuits using Universal gates, Pair, Quad, Octet [2], K-MAP Simplifications Data Processing Circuit and ALU:(14)

Data Processing Circuits: 08

Combinational circuits and sequential circuits [1], Multiplexer (4 to 1, 8 to 1,16 to 1), Demultiplexer (1 to 4, 1 to 8, 1 to 16) [3], Decoder (1 of 4, 1 of 8,1 of 16) Seven Segment Display, Decoder (1 of 4, 1 of 8, 1 of 10, BCD to Decimal), [2],Encoder (Decimal to BCD, Hexadecimal to BCD)[2]

Arithmetic Logic Unit: 06 Half Adder, Full Adder[2],Half Subtractor, Binary Adder[2], Signed binary number, 2’s complement Adder – Subtractor.[2] Flip-Flop,Memory,Regiter,Counter: (11)

Flip Flop, Memory : (6)

NOR Latch, NAND Latch, R S Flip Flop[2], ROM, PROPM (Programmable ROM)[1], EPROM (Erasable Programmable ROM),EEPROM (Electrically Erasable programmable

GANPAT UNIVERSITY

M. C. A. SEM - I

P11A2IDE : INTRODUCTION TO DIGITAL ELECTRONICS

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

3 0 1 40 20 60 30 100 50

Page 5: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

218

ROM), RAM, Dynamic RAM, Static RAM, Hexadecimal Addresses [3]

Registers and counters: (5) Registers: 05 Buffer Register, Shift left register[2],Shift right register, Asynchronous and Synchronous Counter(Ring Counter, Ripple Counter) [3] Reference Books:

1. Digital Electronics by R.P.Ajwalia –Atul Prakashan 2. Digital Computer Electronics by Malvino & Brown, Third Edition – TMH Publications. 3. Fundamentals of computer by V.Rajaraman-PHI Publications. 4. Digital Principles and applications by Malvino & Leach – TMH Publication.

Question Paper Scheme:

University Examination Duration: 3 Hours Note for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

-------------- X ----------------

Page 6: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

219

Total Sessions: 60 (40 Theory + 20 Practical) Open Office – Writer (8)

Selecting the application package Working with Documents- Formatting Documents - Setting Page style- Creating Tables-

Drawing Tools - Printing Documents - Operating with MS Word documents Mail Merge Watermark, Drop cap Macro

Open Office-Calc (12) Introduction to Spreadsheets Overview of a Worksheet Creating Worksheet & Workbooks Organizing files, Managing files & workbooks Functions & Formulas Working with Multiple sheets Creating Charts & Printing Charts

Open Office-Math (5) Introduction-Formula Editor Math Menus Toolbars

Open Office -Base (8)

Introduction- Database Concepts Advantages of OPEN OFFICE -BASE Overview of Database Creating a New Database Creating Tables

Open Office -Impress (7) Introduction – Creating Presentation Advantages of OPEN OFFICE -IMPRESS Saving Presentation Files, Master Templates & Re-usability, Slide Transition.

GANPAT UNIVERSITY

M. C. A. SEM - I

P11A3IDD : INTRODUCTION TO DATA ANALYSIS & DATA MANAGEMENT

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

3 - 1 40 20 60 30 100 50

Page 7: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

220

Text & Reference Books:

1. Open Office Basic: An Introduction Paperback by Prof James Steinberg. 2. PC Software for windows made simple by Taxali R.K.-Tata McGraw-Hill

Publishing Co. LTD. 3. Taming Apache OpenOffice: Getting Started By Jean Hollis Weber. 4. ACCESS 2000 ,BPB Publications, Celeste Robinson . 5. 10 Minute guide to MS-ACCESS 2000 ,PHI publication, Faithe wempen .

Question Paper Scheme:

University Examination Duration: 3 Hours Note for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

Page 8: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

221

Total Sessions: 40

Introduction to Computer, Information Technology, Hardware and processor (12)

History of Computer Definition of computer Block Diagram of computer Characteristics of computer Generation of computer:Digital computer, mini, micro, mainframe, super Hybrid computer Data and Information Features of Information System Hardware Processor Architecture Computer Arithmetic Instruction Set Architecture

Introduction to Language, Processor and software (12) Types of Languages: Low level v/s High level languages, Introduction of Machine Language, Introduction of Assembly Language Language Processor: Compilers, Interpreter, Assemblers Difference between Compiler-Assembler-Interpreter Types of Software: System Software, Application Software

Peripheral Device(8) FDD, Types of FDD Hard disk drive Types of HDD Tape Drives CD-DVD Drives USB Cache memory Pen Drive Port Introduction: USB, Serial, Parallel and PS2

GANPAT UNIVERSITY

M. C. A. SEM - I

P11A4IIT : INTRODUCTION TO INFORMATION TECHNOLOGY AND SYSTEM MAINTENANCE

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

3 - - 40 - 60 - 100 -

Page 9: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

222

Input Devices: Key Board, Mouse , Touch screen, Scanner, OMR,MICR,OCR Output Devices: VDU, Printer Communication Devices: MODEM, NIC

System security and Management(8)

Backup and Restore Defragment Disk Management Installation of OS and Applications Driver Installation Booting system Securing system from virus or unauthorized

Text & Reference Books:

1. PC Hardware in a Nutshell,2ndEditionByBarbara FritchmanThompson,Robert Bruce Thompson- O’Reilly Publisher

2. Fundametal Of computer Organization By Albert Zomaya 3. Fundamentals of Computer Organization and Architecture By Mostafa AB-EL-BARR and

Hesham EL-REWNI

Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: - (I) Questions 1 and 4 are compulsory with no options.(II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

Page 10: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

223

GANPAT UNIVERSITY, KHERVA

M. C. A. SEM - I P11A5FOS: FUNDAMENTALS OF OPERATING SYSTEM

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

3 - 2 40 20 60 30 100 50

Total Sessions: 60 (36 Theory + 24 Practical + 0 Tutorial)

Introduction To Operating System(20) Introduction to Operating System, Evolution of operating system, Structure of Operating , OS Operations OS Organizations , Distributed Systems , Open source Operating systems , Process Management , Memory Management , Storage Management , Computing Environment Installing , upgrading and managing Windows – 7 (10) gathering hardware devices , Preparing to install windows 7 , upgrading and migrating to windows 7 , Clean and Image based installation , Configuring Application Compatibility , administrating windows features , Disk management , installing and configuring device drivers File Access, Printers and Network connectivity with Windows – 7 (24) Introduction to Authentication and Authorization , Managing file access , Shared Folders , File compression , file archiving , managing printers , connecting windows 7 client with server , configuring ipv4 & ipv6 connectivity , Implementing APIPA , Introduction to Name resolution , troubleshooting network issues , Overview of wireless network , configuring wireless network Securing , Optimizing and maintaining windows 7 Client (20) Overview of local security management , local security policy settings , EFS and Bitlocker , Application restrictions , UAC , Windows Firewall , Administrating IE8 , Windows Defender Configuring Mobile Computing and Remote Access in windows 7 (10) Configure Mobile computer and device settings , Remote desktop , remote assistance , direct access , branch cache Text & Reference Books: 1.Operating System Concepts 8th Edition By Silberschatz, Galvin and Gagne- John Wiley and Sons,Inc Publisher. 2. Microsoft Windows 7 –Microsoft Press Book

Page 11: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

224

Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

Page 12: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

225

GANPAT UNIVERSITY M. C. A. SEM-I

P11B6CS1: COMMUNICATION SKILL - I

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

4 - - 40 - 60 - 100 -

Internal Assessment (30 ) External Examination (70 )

Theory – I LSRW ( Theory-II+ Viva)

Theoyr – I LSRW (Theory-II+viva)

40/2 40/2 60/2 60/2 Communication skills in English (semester-1)

S.NO. Module Duration

1 Introduction to Communication skills : -Process of communication and its application -Types of communication -Activities on Verbal and non -verbal Communication -Activities on Formal & Informal Communication -Activities on Upward. downward and horizontal Communication -Barriers in communication -Signal language and symbol language -The relative value of words, voice and expressions in communication -Positive communication -Proactive communication -Situations specific communication -Telephonic communication -LSRW skills and its relevance in professional life

9 hours

2 Parts of speech-Noun; adjective; verb and adverb 3 hours

3 Sentence formation -Subject-verb agreement -Auxiliary verb; Regular and Irregular verb -Tense chart-Noun and Pronoun -Positive; Negative; Interrogative and Interrogative negative sentences -Usage of tenses

6 hours

Page 13: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

226

4 Active and passive voice 3 hours

5 Direct speech and Indirect speech 3 hours

6 Listening Skills: -Role of listening in acquisition of English Language -Types of listening -Exercises on active, passive and selective listening -Listening skills-audio/Video sessions on Indian accent - Listening skills-audio/Video sessions on British/American and various other types of accent

9 hours

7 Presentation Skills: -The art of presenting one’s ideas effectively -Planning, Preparation and Performance -How to give a formal presentation individually/in a group (Do’s and Don’ts) and mock presentations -How to give a seminar presentation individually/in a group (Do’s and Don’ts) and mock presentations

12 hours

8 Assessments and evaluation 3 hours

Total 48 hours

Question Paper Scheme: University Examination Duration: 3 Hours Note for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks ---------X---------

Page 14: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

227

GANPAT UNIVERSITYM.C.A. SEM-II

P12A1DS : DATA STRUCTURE

Credit (Hrs Per Week)

Examination scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

2 0 2 40 20 60 30 100 50

Total Sessions: 45

Overview of Data Structure (03)

Introduction to data structure, (01) Classification of Data Structure – Primitive data Structure, Non Primitive Data Structure, (01) Linear Data Structure, Non Linear Data Structure(01)

Linear Data Structures (22)

Introduction to Stack, Operations of Stack(3), Applications of Stack – Polish Notation (Prefix, Infix, Postfix)(5), Recursion, Stack Machine(2), Introduction to Queue, Simple Queue, Circular Queue, Double Ended Queue, Priority Queue, Applications of Queue, (5) Introduction to Linked List, Singly Linked List, Doubly Linked List, Circular Linked List, Doubly Circular Linked List, Reverse a List, (4) Merge a List, Multilinked Structures, Applications of Linked List(3)

Non Linear Data Structures (12)

Terminologies of Tree, General Tree, Binary Tree and its Representation, Binary Search Tree, (04) Operations of Binary Search Tree – Insert, Delete, Search, Traversal – PreOrder, InOrder, PostOrder, Threaded Tree (Excluding Algorithms), B Tree and B+ Tree (Excluding Algorithms) (04), Height Balanced Tree (AVL) (Excluding Algorithms), Weight Balanced Tree (Excluding Algorithms), Terminologies of Graph, Representation of Graph, Graph Traversal Algorithms – BFS, DFS (04)

Searching & Sorting (08)

Introduction, Types of Searching – Sequential Search, Binary Search (04)

Introduction, Types of Sorting – Selection, Bubble, Insertion, Shell (04)

Page 15: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

228

Reference Books:

Classic Data Structures by Debasis Samanta, PHI Publications

Data Management and File Structures By Mary E. S. Loomis-PHI Publications

An Introduction to Data Structure with Applications by Tremblay J. and Sorenson,

Publisher- Tata McGraw-Hill international Edition, 1087

Expert Data Structures with C by R.B.Patel, Khanna Publications, Delhi, India

Data Structure Using C & C++ By Langsam, Yedidyah and Augenstein-PHI Publication

Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: -(I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

-------------- X -------------

Page 16: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

229

GANPAT UNIVERSITY M.C.A. SEM-II

P12A2OOP: OBJECT ORIENTED PROGRAMMING CONCEPT

Credit Examination scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu Pr Th. Pr. Th. Pr. Th. Pr.

3 0 2 40 20 60 30 100 50

Total Session: 62 (Theory (44) + Practical (18) Introduction to Java and Basic Concepts: (13)

Introduction to Java(6) Object-Oriented Paradigm (2) Basic Concepts: Data Abstraction, Encapsulation, Inheritence, Polymorphism, Dynamic Binding (1) What is Java, JDK and JRE ? (1) The main() method, A First Java Program, Compiling and Interpreting Applications (2) Data types and Variables: (4) Primitive Datatypes, Declarations and scope (1) Variables and constants (1) Numeric Literals, Character Literals, String, String Literals (1) Arrays, Non-Primitive Datatypes (1)

Operators and Expressions: (3) Expressions, Assignment Operator, Arithmetic Operators, Relational Operators, Logical Operators, Increment and Decrement Operators, Operate-Assign Operators (+=, etc.), The Conditional Operator, Operator Precedence. (2) Implicit Type Conversions , The Cast Operator , Generic type casting (1)

Decision Making, Branching and Looping (4)

If..Else statements, Nesting of IF.. Else statements, Else..if ladder. Switch, break and continue Statement (2) While loop, do-while, for loop (1) Enhanced for loop (1)

Introduction to Class, Method and Object: (8)

Creating class and Methods (1) Calling Methods, Defining Methods, Method Parameters, Creating objects, new keyword, Scope (2) Constructors, destructors and garbage collector (1) Accessing class members and member functions,

Page 17: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

230

method overloading, method overriding (1) Static, final, abstract methods and classes, interface (1) Public, private, protected, default, friend access (1) Inheritance : Extending classes, Subclass, Multilevel inheritance, Hierarchical inheritance (1)

Array, String, Vectors, Interfaces (11) • Arrays, Strings, Vectors: (7)

Creating and initializing array, Two-dimensional array, Variable size array (3) String, String array, String methods, StringBuffer class (2) Vectors (1) ,Wrapper classes , autoboxing and Unboxing (1)

• Interfaces : (4) Introduction, Defining and extending interfaces Implementing interfaces (2) Accessing interface variables, Concept of multiple inheritance (2)

Packages, Exception: (8) • Packages (3)

Using system package, Naming conventions, creating packages, accessing package (2) Static import (1)

• Managing errors and Exceptions: (5) Types of error, Compile time and run time errors (1) Exceptions, Exception handling code and syntax (1) Try-catch blocks, multiple catch statements. Finally block (2) User-defined exceptions, difference between throw and throws (1)

REFERENCE BOOKS:

1. Programming with Java by E. Balagurusamy, Tata McGraw Hill Publication 2. Programming java by Sachin Malhotra & Saurabh Chaudhary, Oxford Publication 3. Head first java by Kathy Sierra & Bert Bates, O'Reilly 4. Complete reference Java by Herbert Schildt, Tata McGraw Hill 5. The Unified Modeling Language User Guide By Booch, Rumbaugh, Jacobson

Low Price Edition Publication Note for Examiner Q-1 must be common from any topics from syllabus. Q-2 and onwards must be from specific topics and internal choice or option can be given

Page 18: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

231

Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks -----------------X----------------

Page 19: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

232

GANPAT UNIVERSITY

M.C.A. SEM-II

P12A3IWDT: Introduction to Web Development Tool

Credit Examination scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu Pr Th. Pr. Th. Pr. Th. Pr.

3 0 2 40 20 60 30 100 50

Total Sessions: 67 (47 Theory + 20 Practical) HTML5 Basic: (14) What is HTML5?, New features of HTML5, Browser support(1) New Elements in HTML5, (3)The New <canvas> Element(1), New Media Elements(1), New Form Elements(1), New Semantic/Structural Elements(3), Removed Elements, HTML5 Semantic Elements(2) HTML5 New Input Types, HTML5 form elements, HTML 5 form attributes(2) HTML5 Advanced (11) HTML5 canvas(2), HTML5 SVG (Scalable Vector Graphics)(2), HTML5 media: embedding video on web(2), embedding Audio(1) HTML5 API: Geolocation, handling errors and rejections, Drag and Drop elements, HTML5 web storage object, local storage object, sessionStorage object, Application cache, updating cache, cache manifest file (4) CSS3 (10) CSS3 introduction (1), Styling tables with Pseudoclassess(2), Making Links Printable with: after and content(2), Creating multi column Layouts(2), Building mobile interface with media queries(2), 2D transforms, 3D transforms(1) jQuery (12) Loading jquery to web pages(1), Jquery basic syntax(1), methods to modify content (1), creating elements(2), jquery selectors(2), event methods(2), effects: hide/show, fade, slide, animate, callback, , stop() (3)

Reference Books: HTML5 & CSS3 by Brian P. Hogan w3schools.com

Page 20: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

233

Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

------------ X -----------

Page 21: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

234

GANPAT UNIVERSITY

B.C.A. SEM-II

P12A4NT : NETWORKS TECHNOLOGY

Credit

Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th.

Tu. Pr.

Th. Pr. Th. Pr.

Th.

Pr.

3

- -

40 - 60 -

100

-

Objective: The basic objective of this course is to create awareness about the Computer networks, it's component, protocols and basic design principles. Total Session: 45 Introduction To Computer Network (3) Need of Computer Network, Advantages of Computer Network, Uses of Computer Network(1), Network Models, Categories of Networks and Internetworks(1), Line Configurations, Network Topologies ( Bus, Star, Ring, Star Bus, Star Ring and Physical Mesh) (1) Study of Reference Models (6) Study of Reference Models, Need of Layers, Design Issues of Layers, ISO/OSI Model(3), TCP/IP Model(1), A Comparison of OSI and TCP Reference Model(1), Asynchronous Transfer Mode (ATM) (1)

Network Concepts And Components (5) Network Concepts : Wireless Networks, Layered Approach, Interfaces, Services, Protocols(1), Brief Study of X.25 Protocol(1), Intranet and Extranet, Network Components : Cabling and Connector Standards(1), Network Interface Card, Concentrators, Hubs, Repeaters, Gateways(1),SDN,ridges/Switches,Routers(1) TCP/IP protocols (10) IP Addressing, sub netting (2), ARP, IARP, ICMP, IGMP, UDP, TCP, Client- server model, BOOTP, DHCP, DNS, Telnet, FTP, TFTP, SMTP, SNMP, HTTP, WWW. (08) Practical Approaches (11)

Page 22: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

235

1. How to make a LAN Cable with RJ45 connector and crimping tool (Straight cabling and Cross cabling). (1) 2. How to configure an IP address of LAN computers. (1) 3. How to use a LAN computer for sharing a printer and file sharing.(2) 4. How to configure a Wireless Access Point to broadcast Internet(2) 5. How to configure a server operating system with DNS & DHCP. (2) 6. How to give a remote support to another computer a. For LAN "Remote desktop connection" b. Internet connected pc "Team Viewer", "VNC", etc.(2) 7. Firewall configuration. (1) REFERENCE BOOKS:

1. Computer Network, S.S.Shinde, New Age International (P) Limited, Publishers

2. B.A. Forouzan: Data Communication and Networking, Tata McGraw Hill. Web Link : http://www.protocols.com/pbook/tcpip1.htm

Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: - (I) Questions 1 and 4 are compulsory with no options.(II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

------------ X -----------

Page 23: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

236

GANPAT UNIVERSITY M.C.A. SEMESTER – II

P12A5DB1: DATABASE MANAGEMENT SYSTEM-I

Credit Examination scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu Pr Th. Pr. Th. Pr. Th. Pr.

3 0 2 40 20 60 30 100 50

Prerequisite: • Must know about Basic Methodology of Computer • Must know about basics of data and information • Working knowledge of any one database like MS Access is preferable Total Sessions: 60 (45 Theory +15 Tutorials) Database Concepts and Architecture ( 7 sessions)

• Introduction of Database, Benefits of Database Approach(01)

• Structure of the Database System, Types of Database Users and Roles of Database

Administrator(01)

• Introduction to RDBMS?, Codd’s rules for RDBMS, DBMS Vs. RDBMS (02)

• Overview of Database System Architecture, Introduction to Distributed

Database(02)

• Database terms: Relation, Entity, Attribute, Attribute Value, Primary key, Candidate

key, Alternate key (01)

Normalization & Transaction Control ( 15 sessions)

Normalization(4)

• First, second and third normal forms (2)

• Boyce / Codd normal form(1)

• multi-valued dependencies and fourth normal form (1)

• Join dependencies and fifth normal form

Transaction Control(11)

Transaction concepts, properties of transactions( 02)

Page 24: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

237

serializability of transactions, testing for serializability(02)

System recovery, Two- Phase Commit protocol (02)

Recovery and Atomicity, Log-based recovery, concurrent executions of

transactions and related problems(03)

Interactive SQL Part – I (24 Sessions)

• Introduction to SQL, Logging into SQL * Plus, Naming Rules and Conventions, Data Types (03) • Creating a Table, Viewing data in the tables, Sorting data in a table, Delete operations, Updating contents of a table, Modifying the structure of tables, Renaming, Truncating and Destroying tables (10) • Examining objects created by a user (01) • Constraints (I/O and Business rule constraints) (04) • DDL, DML, DCL/TCL, DQL(Select Clause) (01) • Computations on table data(Range Searching Pattern Matching) (02)

User Management : Creating a new user in Oracle, Assigning rights to the user & changing the password of an existing user(01)

Security Management using SQL Security using Grant and Revoke Statements (02)

Interactive SQL Part – II (14 sessions) (Book 3 and Book 4)

• Oracle Built-in Functions (Single row Functions and Group Functions) (03) • Set Operators, Sub query(03) • Group by Clause, Having Clause, Group by using ROLLUP and CUBE operator, EXISTS/ NOT EXISTS operator (03) • Different Types of Joins(02) • Index, View, Sequence(03) • Setting environment using SET command(01)

Advance features in SQL * Plus (02) • Code a tree structured Query, Code a Matrix Report in SQL , Dump function(02)

Reference Books: 1. Database System Concepts- Silberschatz, Korth, Sudarshan, Fifth Edition,

McGraw Hill An 2. Introduction to Database Systems by C.J.Date (Eighth Edition) 3. Database Systems Using ORACLE by Nilesh Shah (Second Edition),

Prentice Hall of India SQL,

Page 25: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

238

4. PL/SQL The Programming Language of Oracle by Ivan bayross(4 th Edition), BPB Publications

Note for Examiner Q-1 must be common from any topics from syllabus. Q-2 and onwards must be from specific topics and internal choice or options can be given Question Paper Scheme: University Examination Duration: 3 HoursNote for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

------------ X -----------

Page 26: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

239

GANPAT UNIVERSITY M. C. A SEM-II

P12B6CS2: COMMUNICATION SKILL-II

Credit Examination Scheme (Marks)

INTERNAL EXTERNAL TOTAL

Th. Tu. Pr. Th. Pr. Th. Pr. Th. Pr.

4 - - 40 - 60 - 100 -

Internal Assessment (30 ) External Examination (70 ) Theory – I LSRW

( Theory-II+ Viva) Theoyr – I LSRW (Theory-II+viva)

40/2 40/2 60/2 60/2

S.NO. Module Duration

1 Reading Skills: -Reading as a skill and the process: information---interpretation-----analysis---logical correlation----comprehension and response -Reading books/novels/magazines/articles as per one’s interest and improving general understanding of English language, vocabulary building, understanding of correct sentence structure etc. -Reading English Newspaper, understanding the headlines /articles and improving formal understanding of English language, vocabulary building, understanding of correct sentence structure etc. -Exercises on reading comprehension

9 hours

2 Pronouns; Prepositions; Conjunctions and Interjections 3 hours

3 Writing Skills: -Understanding business communication, types and it’s nuances -The golden rules of business communication -Paragraph writing; Essay writing and Précis writing -Note making; Notice ; Memos and Circulars -How to write formal letters/cover letters effectively (Do’s and Don’ts) and practice exercises on various situations -How to write formal e mails effectively (Do’s and Don’ts) and practice exercises on various situations

9 hours

4 Vocabulary building: -roots; Prefix and suffix

9 hours

Page 27: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

240

-synonyms and antonyms -idioms and phrases -phrasal verbs -words often confused -contextual vocabulary -Analogy

5 Simple, compound and complex sentences 3 hours

6 Integrated module) Speaking Skills & Writing Skills: -Writing and Speaking self-introduction effectively - Writing and Speaking on my daily life/routine activities - Writing and Speaking on topics pertaining to my mother/father/village/school/college etc. effectively - Writing and Speaking on my favourite book/role model/tourist destination/actor/freedom fighter etc. effectively - Writing and Speaking on experiences and sharing of events from school life, college life, personal life etc

6 hours

7 Grooming and etiquette 3 hours

8 JAM Session 3 hours

9 Assessments and evaluation 3 hours

Total 48 hours

Page 28: MCA Syllabus Teaching Scheme (CBCS) - Ganpat UniversityMCA Syllabus Teaching Scheme (CBCS) M.C.A. Semester-I Program Structure Sr. No. Course Code Course Name Instruction Hours per

241

Question Paper Scheme: University Examination Duration: 3 Hours Note for Examiner: - (I) Questions 1 and 4 are compulsory with no options. (II) Internal options should be given in questions 2, 3, 5 and 6.

SECTION - I Q.1 –8 Marks Q.2 –11 Marks Q.3 –11 Marks

SECTION - II Q.4 –8 Marks Q.5 –11 Marks

Q.6 –11 Marks

----------X---------