Saturday 14 November 2015

Class XII (Practical) - C++ CBSE guidelines

Class XII (Practical) - C++

Duration: 3 hours                                                                                                                  Total Marks : 30

1. Programming in C++                                                                                                  12
One programming problem in C++ to be developed and tested in Computer during the examination. Marks are allotted on the basis of following:
Logic :                                      7 Marks
Documentation/Indentation :        2 Marks
Output presentation :                   3 Marks
Notes: The types of problem to be given will be of application type from the following topics
  • Arrays (One dimensional and two dimensional)
  • Class(es) and objects
  • Stack using arrays and or linked implementation
  • Queue using arrays (circular) and or linked implementation
  • Binary File operations (Creation, Displaying, Searching and modification)
  • Text File operations (Creation, Displaying and modification)

2. SQL Commands                                                                                                                                            05
Five Query questions based on a particular Table / Relation to be tested practically on Computer during the examination. The command along with the result must be written in the answer sheet.
3. A digital circuit diagram (after reduction using k-map) to be given during the examination .The question must be written in the answer sheet.                                                                                      02
4. Project Work                                                                                                                                                 05
The project has to be developed in C++ language with Object Oriented Technology and also should have use of Data files. (The project is required to be developed in a group of 2-4 students)
Presentation on the computer
Project report (Listing, Sample, Outputs, Documentations)
Viva
 * 1 mark is for innovation while writing programme.
5. Practical File                                                                                                                                                 03+01*
Must have minimum 20 programs from the following topics
Arrays (One dimensional and two dimensional, sorting, searching, merging, deletion‟ & insertion of elements)
  • Class(es) and objects
  • Stacks using arrays and linked implementation
  • Queue using arrays & linked implementation (circular also).
  • File (Binary and Text) operations (Creation, Updation, Query)
  • Any computational Based problems
  • 15 SQL commands along with the output based on any table/relation:

6. Viva Voce                                                                                                                                                      02

Viva will be asked from syllabus covered in class XII and the project developed by student.

Guidelines for Projects (Class XII)

Guidelines for Projects (Class XI and XII)



Guidelines for Projects (Class XII)


1. Preamble
 1.1 The academic course in Computer Science includes on 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-3 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) Flow of control
b) Data Structure
c) Object Oriented Programming C++
d) Data File Handling
Theme of the project can be
·         Any subsystem of a System Software or Tool
·         Any Scientific or a fairly complex algorithmic situation
·         School Management, Banking, Library Information System, Hotel or Hospital Management System, Transport query system
·         Quizzes / Games;
·         Tutor, Computer Aided Learning Systems

2.3 It is suggested to prepare a bilingual (English and other Indian language) user manual part of project file.


2.4 The aim of the project is to highlight the abilities of algorithmic formulation, modular programming, optimized code preparation, systematic documentation and other associated aspects of Software Development.

Tuesday 27 October 2015

COMPUTER SCIENCE

COMPUTER SCIENCE



Learning Objectives: 

1. To develop logic for Problem Solving
2. To understand the concept of Object Oriented Methodology
3. To implement Object Oriented Programming using C++
4. To understand the concept of working with Relational Database
5. To understand the basic concept of Logic of Computing
6. To understand the basic concepts of Communication and Networking technologies
7. To understand Open Source Software

Competencies: 

The student will develop the following proficiency:

 1. Identifying Computer Components / Subsystems / Peripherals
2. Problem Solving using Object Oriented Programming
3. Database Handling