Posts

Showing posts from April, 2014

CLASS XII-IP- (2014-15) (THEORY)-SYLLABUS

COURSE DESIGN CLASS XII-IP- (2014-15) (THEORY) Unit Topic Period Total Periods Theory Practical 1. Networking and Open Standards 20 4 24 2. Programming 46 44 90 3. Relational Database Management System 50 40 90 4. IT Applications 10 26 36 Unit 1: Networking and Open Standards 10 Marks (20 Theory+4 Practical) Periods Computer Networking:  Networking: a brief overview;  Communication Media: Wired Technologies - Co-Axial, Ethernet Cable, Optical Fiber; Wireless Technologies - Blue Tooth, Infrared, Microwave, Radio Link, Satellite Link;  Network Devices: Hub, Switch, Repeater, Gateway - and their functions;  Types of network: LAN, MAN, WAN, PAN;  Network Topologies: Star, Bus, Tree;  Network Protocols: HTTP, TCP/IP, PPP;  Identifying computers and users over a network: Basic concept of domain name, MAC (Media Access Control), and IP Address, domain name resolution;  Network security: denial of service, intrusion proble...

GUIDELINES FOR PROJECTS (Class XI and XII)

GUIDELINES FOR PROJECTS (Class XI and XII) 1. Preamble   1.1 The academic course in Computer Science includes one Project in each year. The Purpose behind this is to consolidate the concepts and practices imparted during the course and to serve as a record of competence. 1.2 A group of 2-4 students as team may be allowed to work on one project. 2. Project content 2.1 Project for class XI can be selected from the topics mentioned in the syllabus or domains on the similar lines 2.2 Project for class XII should ensure the coverage of following areas of curriculum: a. Problem Solving b. Object Oriented Programming in Python c. File Handling Theme of the project can be • Any Scientific or a fairly complex algorithmic situation • Quizzes/Games   • Tutor/Computer Aided Learning Systems 2.3 The aim of the project is to highlight the abilities of algorithmic formulation, modular programming, systematic documentation and other associated ...

Class XII (Theory) - C++ SYLLABUS for 2015 CBSE Exam.

Class XII (Theory) - C++ SYLLABUS for 2015 CBSE Exam. Duration : 3 hours Total Marks: 70 Unit No.       Unit Name          MARKS   1. OBJECT ORIENTED PROGRAMMING IN C++ 30 2. DATA STRUCTURE 14 3. DATABASE MANAGEMENT SYSTEM AND SQL 8 4. BOOLEAN ALGEBRA 8 5. NETWORKING AND OEN SOURCE SOFTWARE 10   UNIT 1: OBJECT ORIENTED PROGRAMMING IN C++ (50 Theory + 40 Practical) Periods REVIEW: C++ covered in Class - XI, Object Oriented Programming: Concept of Object Oriented Programming - Data hiding, Data encapsulation, Class and Object, Abstract class and Concrete class, Polymorphism (Implementation of polymorphism using Function overloading as an example in C++); Inheritance, Advantages of Object Oriented Programming over earlier programming methodologies, Implementation of Object Oriented Programming concepts in C++: Definition of a class, Member of a class - Data Members and Memb...