Bhakta Kavi Narsinh Mehta University, Junagadh

Similar documents
KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

BCS2B02: OOP Concepts and Data Structures Using C++

Krishna Institute of Engineering & Technology, Ghaziabad Department of Computer Application MCA-213 : DATA STRUCTURES USING C

DATA STRUCTURES USING C

10CS35: Data Structures Using C

The C Programming Language course syllabus associate level

University of Pune Revised Structure for the B. Sc. (Computer Science) Course (Second Year to be implemented from Academic Year )

Syllabus for Computer Science. Proposed scheme for B.Sc Programme under Choice Based Credit System

PART-A Questions. 2. How does an enumerated statement differ from a typedef statement?

Curriculum Map. Discipline: Computer Science Course: C++

ALLIED PAPER : DISCRETE MATHEMATICS (for B.Sc. Computer Technology & B.Sc. Multimedia and Web Technology)

Bangalore University B.Sc Computer Science Syllabus ( Semester System)

Data Structure [Question Bank]

PES Institute of Technology-BSC QUESTION BANK

El Dorado Union High School District Educational Services

PROBLEM SOLVING SEVENTH EDITION WALTER SAVITCH UNIVERSITY OF CALIFORNIA, SAN DIEGO CONTRIBUTOR KENRICK MOCK UNIVERSITY OF ALASKA, ANCHORAGE PEARSON

Govt. Holkar Science College, Indore Department of Computer Science B.Sc. Computer Science

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING LESSON PLAN

Course Name: ADVANCE COURSE IN SOFTWARE DEVELOPMENT (Specialization:.Net Technologies)

C++ Programming Language

C++ INTERVIEW QUESTIONS

Objected oriented Programming: C++ Unit 1 1. Introduction 1.1. Introduction to Object Oriented Programming C++ fundamentals.

1) The postfix expression for the infix expression A+B*(C+D)/F+D*E is ABCD+*F/DE*++

CEC225 COURSE COMPACT

Java EE Web Development Course Program

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. Course Curriculum. DATA STRUCTURES (Code: )

Multichoice Quetions 1. Atributes a. are listed in the second part of the class box b. its time is preceded by a colon. c. its default value is

I PUC - Computer Science. Practical s Syllabus. Contents

WORKSPACE WEB DEVELOPMENT & OUTSOURCING TRAINING CENTER

1 p a g e 1 1. Syllabus of 3 rd Semester of B.Tech. Information Technology (Batch 2014 Onwards)

Android Application Development Course Program

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

B.Sc.(Computer Science) and. B.Sc.(IT) Effective From July 2011

Unit Write iterative and recursive C functions to find the greatest common divisor of two integers. [6]

Glossary of Object Oriented Terms

Scheme & Syllabus. B.Sc. (IT) I st to VI th Semester. w.e.f. July 2011 ( Batch onwards) Devi Ahilya Vishwavidyalaya, Indore(M.P.

AP Computer Science AB Syllabus 1

Subject Name: Object Oriented Programming in C++ Subject Code:

COMPUTER SCIENCE. 1. Computer Fundamentals and Applications

Basic Programming and PC Skills: Basic Programming and PC Skills:

Java Application Developer Certificate Program Competencies

Java Software Structures

B.Sc. (Computer Science) First Year

1. The memory address of the first element of an array is called A. floor address B. foundation addressc. first address D.

How To Teach C++ Data Structure Programming

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Advanced Computer Programming (Code: )

An Introduction to Programming and Computer Science

Sources: On the Web: Slides will be available on:

5. A full binary tree with n leaves contains [A] n nodes. [B] log n 2 nodes. [C] 2n 1 nodes. [D] n 2 nodes.

CompuScholar, Inc. Alignment to Utah's Computer Programming II Standards

Embedded Systems. Review of ANSI C Topics. A Review of ANSI C and Considerations for Embedded C Programming. Basic features of C

Fundamentals of Java Programming

Course Title: Software Development

Class XII (Theory) C++

Java (12 Weeks) Introduction to Java Programming Language

Laboratory Assignments of OBJECT ORIENTED METHODOLOGY & PROGRAMMING (USING C++) [IT 553]

Object Oriented Programming With C++(10CS36) Question Bank. UNIT 1: Introduction to C++

Object Oriented Software Design II

An Incomplete C++ Primer. University of Wyoming MA 5310

Java the UML Way: Integrating Object-Oriented Design and Programming

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET

Syllabus for CS 134 Java Programming

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation

ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science

Moving from CS 61A Scheme to CS 61B Java

Certified PHP Developer VS-1054

1. Relational database accesses data in a sequential form. (Figures 7.1, 7.2)

AFF 808. Sub. Code 4BIT1C1. B.Sc. DEGREE EXAMINATION, NOVEMBER First Semester. Information Technology

AGARWAL COLLEGE & WEB SERVICES TRUST. In Collaboration with KARANATAKA STATE OPEN UNIVERSITY

Storage Classes CS 110B - Rule Storage Classes Page 18-1 \handouts\storclas

Introduction to Programming System Design. CSCI 455x (4 Units)

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

C Programming. for Embedded Microcontrollers. Warwick A. Smith. Postbus 11. Elektor International Media BV. 6114ZG Susteren The Netherlands

Computing Concepts with Java Essentials

2. Advance Certificate Course in Information Technology

Data Structures. Level 6 C Module Descriptor

AP Computer Science Java Subset

Course notes Standard C++ programming

Questions 1 through 25 are worth 2 points each. Choose one best answer for each.

Sample Questions Csci 1112 A. Bellaachia

Java SE 8 Programming

: provid.ir

COMPUTER SCIENCE 1999 (Delhi Board)

Java 6 'th. Concepts INTERNATIONAL STUDENT VERSION. edition

AP Computer Science A - Syllabus Overview of AP Computer Science A Computer Facilities

Assessment Plan for CS and CIS Degree Programs Computer Science Dept. Texas A&M University - Commerce

FOPR-I1O23 - Fundamentals of Programming

Lecture 11 Doubly Linked Lists & Array of Linked Lists. Doubly Linked Lists

Exam study sheet for CS2711. List of topics

C++FA 5.1 PRACTICE MID-TERM EXAM

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.)

Programming and Software Development CTAG Alignments

Summit Public Schools Summit, New Jersey Grade Level / Content Area: Mathematics Length of Course: 1 Academic Year Curriculum: AP Computer Science A

Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles

Lab Manual. Data Structures (Pr): COT-213 Data Structures (P): IT-215

Analysis of a Search Algorithm

Transcription:

Bhakta Kavi Narsinh Mehta University, Junagadh Draft Syllabus for B.Sc. (Computer Science) Bachelor of Science (Computer Science) (Semester - 1) Effective From June - 2016

B.Sc. (C.S.) (Semester - 1) CS-101: Programming Fundamentals using C C++ Objective: Through this subject students will learn about the fundamental of C programming language (Procedure Oriented Programming - POP) will learn in detail about C++ (Object Oriented Programming - OOP), Inheritance, Polymorphism Exception Hling. Unit No. Topic Details 1 Introduction History of C C++ to C C++ Overview of Procedural Programming Object-Orientation Data Types, Variables, Constants, Operators Basic I/O 2 Expressions, Conditional Statements Iterative Statements Programming Using main() function, Structure of c C++ program Compiling Executing Simple Programs in C C++. Data Types, Casting of Data Types Declaring, Defining Initializing Variables, Scope of Variables Using Named Constants, Keywords Operators (Arithmetic, Logical Bitwise) Using Comments in programs Character I/O (getc, getchar, putc, putchar etc), Formatted Console I/O (printf(), scanf(), cin, cout) Using Basic Header Files (stdio.h, iostream.h, conio.h etc).creating user defined header file,use of user defined header file Simple Expressions in C++ (including Unary Operator Expressions, Binary Operator Expressions), Understing Operators Precedence in Expressions Conditional Statements (if construct, switch-case construct) Understing syntax utility of Iterative Statements (while, do-while, for loops Use of break continue in Loops Using Nested Statements (Conditional as well as Iterative) Functions Arrays Utility of functions, Call by Value, Call by Reference, Functions returning value, Void functions, Inline Functions, Return data type of functions, Functions parameters, Differentiating between Declaration Definition of Functions, Comm Line Arguments/Parameters in Functions, Functions with variable number of Arguments. Creating Using One Dimensional Arrays ( Declaring Defining an Array, Initializing an Array, Accessing individual elements in an Array, Manipulating array elements using loops), Use Various types of arrays (integer, float character arrays / Strings) Two-dimensional Arrays (Declaring, Defining Initializing Two Dimensional Array, Working with Rows Columns), Introduction to Multi-dimensional arrays Page 2 of 6

3 Derived Data Types (Structures Unions) Memory Allocation Understing utility of structures unions, Declaring, initializing using simple structures unions, Manipulating individual members of structures unions, Array of Structures, Individual data members as structures, Passing returning structures from functions, Structure with union as members, Union with structures as members. Differentiating between static dynamic memory allocation, use of malloc, calloc free functions use of new delete operators, storage of variables in static dynamic memory allocation File I/O, Preprocesso r Opening closing a file (use of fstream header file, ifstream, ofstream Directives fstream classes) Reading writing Text Files, Using put(), get(), read() write() functions, Rom access in files Understing the Preprocessor Directives (#include, #define, #error, #if, #else, #elif, #endif, #ifdef, #ifndef #undef), Macros, comm line argument. 4 Pointers Understing a Pointer Variable, Simple use of Pointers (Declaring References in Dereferencing Pointers to simple variables), Pointers to Pointers, Pointers to C++ structures, Problems with Pointers Overview of Function Overloading Operator Overloading 5 Using Classes in C++ Inheritance, Polymorphis m Passing pointers as function arguments, Returning a pointer from a function using arrays as pointers, Passing arrays to functions. Pointers vs. References, Declaring initializing references, Using references as function arguments function return values Need of Overloading functions operators, Overloading functions by number type of arguments, Looking at an operator as a function call, Overloading Operators (including assignment operators, unary operators) Principles of Object-Oriented Programming Defining & Using Classes, Class Constructors, Characteristics of constructor, Constructor Overloading, Destructors Class Variables & Functions, Friendly functions, Const member, Objects as parameters Specifying the Protected Private Access, Copy Constructors, Overview of Template classes their use. Introduction to Inheritance (Multi-Level Inheritance, Multiple Inheritance), Polymorphism (Virtual Functions, Pure Virtual Functions), Basics Exceptional Hling (using catch throw, multiple catch Page 3 of 6

Exception Hling statements), Catching all exceptions, Restricting exceptions, Rethrowing exceptions. References Books 1. BjarneStroustrup, "The C++ Programming Language", 4th Edition, Addison-Wesley, 2013. 2. BjarneStroustroup, "Programming -- Principles Practice using C++", 2nd Edition, Addison- Wesley 2014. 3. E Balaguruswamy, "Object Oriented Programming with C++", Tata McGraw-Hill Education, 2008. 4. Paul Deitel, Harvey Deitel, "C++ How to Program", 8th Edition, Prentice Hall, 2011. 5. Programming in ANSI C Author : E. Balaguruswami. 6. Stanley B. Lippman, JoseeLajoie, Barbara E. Moo, "C++ Primer", Published by Addison-Wesley, 5th Edition, 2012 Page 4 of 6

B.Sc. (C.S.) (Semester - 2) CS-201: Data Structures Objective: Through this subject students will learn about data structure - basic techniques of algorithm analysis, writing recursive methods, several sub-quadratic sorting algorithms including quick sort, insertion sort, bucket sort, the implementation of linked data structures such as linked lists binary trees. Unit No. Topic Details 1 Arrays Single Multi-dimensional Arrays, Sparse Matrices (Array Linked Representation) pointers Pointers : Advantages disadvantages of pointers, Declaring initializing Introducti on 2 Stacks Linked Lists 3 Queues Recursion 4 Graph Trees pointers, pointer arithmetic, Array of pointers Introduction Primitive simple structures Linear nonlinear structures file organization. Implementing single / multiple stack/s in an Array Prefix, Infix Postfix expressions, Utility conversion of these expressions from one to another Applications of stack; Limitations of Array representation of stack Singly, Doubly Circular Lists (Array Linked representation) Normal Circular representation of Stack in Lists; Self Organizing Lists; Skip Lists Array Linked representation of Queue, De-queue, Priority Queues, Circular queue, Function to insert an element into the queue Function for deletion from circular queue, Circular queue with array implementation Developing Recursive Definition of Simple Problems their implementation Advantages Limitations of Recursion Understing what goes behind Recursion (Internal Stack Implementation) Introduction Adjacency matrix adjacency lists Graph traversal Depth first search (dfs) Implementation, Breadth first search (bfs) Implementation Shortest path problem Minimal spanning tree Introduction to Tree as a data structure; Binary Trees (Insertion, Deletion, Recursive Iterative Traversals on Binary Search Trees); Threaded Binary Trees (Insertion, Deletion, Traversals); Height-Balanced Trees (Various operations on AVL) Page 5 of 6

5 Searching Linear Search, Binary Search, Index Search,Comparison of Linear Binary Search Sorting Selection Sort, Insertion Sort, Bucket sorting, Shell Sort, Merge Sort, Bubble Sort, Quick Sort, Comparison of Sorting Techniques References Books 1. Adam Drozdek, "Data Structures algorithm in C++", Third Edition, Cengage Learning, 2012. 2. SartajSahni, Data Structures, "Algorithms applications in C++", Second Edition, Universities Press, 2011. 3. Aaron M. Tenenbaum, Moshe J. Augenstein, YedidyahLangsam, "Data Structures Using C C++:, Second edition, PHI, 2009. 4. Pointer in C Author : Kanitkar. 5. D.S Malik, Data Structure using C++,Second edition, Cengage Learning, 2010. 6. Data Structure through C/C++ Author : Tennaunbuam. 7. Data File Structure Author : Trembley & Sorrenson. Page 6 of 6