[go: up one dir, main page]

0% found this document useful (0 votes)
157 views2 pages

Computer Science, Class XII (2014-15) : MISSION 2015 Blue Print

The document provides a blueprint for a Computer Science exam covering 12 topics. It lists each topic, the number of expected questions for that topic, and the total marks allocated. Topics include functions of header files, operators, pointers, structures, classes, functions, errors, OOP concepts, inheritance, arrays, stacks/queues, infix/postfix expressions, databases, logic gates, networks, and diagrams. The exam focuses on both theoretical concepts and writing programs involving these concepts. It aims to prepare students for their board exam in 2015.

Uploaded by

amishadalal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
157 views2 pages

Computer Science, Class XII (2014-15) : MISSION 2015 Blue Print

The document provides a blueprint for a Computer Science exam covering 12 topics. It lists each topic, the number of expected questions for that topic, and the total marks allocated. Topics include functions of header files, operators, pointers, structures, classes, functions, errors, OOP concepts, inheritance, arrays, stacks/queues, infix/postfix expressions, databases, logic gates, networks, and diagrams. The exam focuses on both theoretical concepts and writing programs involving these concepts. It aims to prepare students for their board exam in 2015.

Uploaded by

amishadalal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Computer Science, Class XII (2014-15)

MISSION 2015
Blue Print
Q.No Topic/Chapter
1

Header File- Functions of following header files


stdio.h, string.h, math.h, ctype.h, stdlib.h, iomanip.h, conio.h etc.
Output
Increment/Decrement operator, Call By Value/Reference, Global/Local
variable, Change string (isupper/ tolower/ toupper/ toupper/ isdigit).
Pointer/ Structure/ Class/ Functions
Random function
Error- Syntax error (Function/Structure/Class)
Theory- Chapter 1, 2, 3
Types of errors, Data Types, Call by Value/Reference, Global/Local Scope,
#Define/Macro, Jump Statements, Types of Loops, Default Arguments,
Actual/Formal parameters, Basic Concept of OOPs, Function Prototype, Type
Conversion(Implicit/Explicit), Function Overloading. etc.
Theory- Chapter 4,5,6,8
Private/Protected/Public Access Specifiers of class, Data hiding, Inline
function, Constructor Vs Destructor, Types of Constructor (Default,
Parameterized, Copy), Temporary instance, Constructor overloading, Types of
inheritance(Single, Multiple, Multilevel, Hierarchical, Hybrid), Visibility
modes(private, protected, public), Containership, Static and Dynamic memory
allocation, new and delete operator, memory leaks, this pointer. etc.
Constructor identification & its calling
Program on Class (Using if else, strcmp, random function, constructor assign,
function calling/returning)
Inheritance- (Type of inheritance, members access by object/member
function, size of object/class, order of constructor/destructor calling, name of
base & derived class)
Array numerical
Row major- Address of A[i][j]= B + W [ n c (i- l r ) + (j- l c )]
Column major- Address of A[i][j]= B + W [ (i- l r ) + n r (j- l c )]
Function on Array (1D/ 2D array)
Swapping in 1D, Sorting, Merging, Searching (Linear/Binary) etc.
Function on Insert/Delete an element/node in Stack/Queue
Swapping in 2D, Converting 1D to 2D, Diagonal elements,
addition/multiplication of row/column, mid row/column etc.
Conversion- Infix to postfix/prefix exp. OR
Evaluation- Postfix exp. using stack by stack operation
Theory- Types of modes, ifstream or ofstream functions OR
Fill in the blanks- read, write, seekg, seekp, tellg, tellp functions.
Function Count- characters(uppercase, lowercase, spaces, vowels, digits,
alphabets etc), words (total words, specifics word like is, do, the etc, word
starting with vowel etc ), lines(total lines, starting with A etc)
Function- Copying, searching, updating, writing in a binary file
(structure/class)
Mohd. Hashim, PGT (Computer Sc.), E-mail: hashim_mbd@yahoo.co.in, 7417786626

Marks Total
Marks
1

2
3
2
2
2

12

12
2
4
4

3
14
4
2
2
1
2
6
3
1

Computer Science, Class XII (2014-15)


5

Theory- DDL & DML commands, Relational terminology (relation, attribute,


tuple, degree, cardinality, domain), keys (primary, alternate, candidate,
foreign), view, constraints (primary key, unique, check, default, null, not null),
DBMS & its advantage, selection & projection, aggregate function etc.
Queries- select query using where, order by, group by & having clause.
insert, update, delete, create table, create view, drop table, alter table etc.
Output- select query using sum, avg, count, max, min etc and where condition.
Law- Absorption, Distributive, De-Morgan, Associative etc.
Gate to equation or vice-versa (Using OR, AND, NOT, NOR, NAND)
Truth table- Find SOP and POS.
SOP to POS or vice versa
(0,2,5,6) Find POS
(X+Y+Z).(X+Y+Z).(X+Y+Z).(X+Y+Z) Find SOP
K- Map (- SOP and - POS)
Theory- Internet/Intranet, Type of network (LAN, MAN, WAN), Topology
(star, ring, bus), Transmission media (Co-axial, Optical fiber, twisted pair,
Radiowave, Microwave, Laser, Satellite), Network device (Switch, Hub,
Gateway, Router, Modem, Bridge), Switching technique (circuit, message,
packet), Protocols(TCP/IP, Telnet, FTP, HTTP), Cyber Law, Cyber Crime,
mobile technologies (CDMA, GSM, WLL), Network security(Hackers &
crackers), Web technology (HTML, XML, Web browser), OSS & free s/w,
shareware, Proprietary s/w, GNU, FSF, OSI, W3C, Viruses (Trojan Horse &
worms), Web 2.0, Cloud computing etc.
Network Diagram
Design layout & suitable topology (Using Star or Bus)
Type of n/w (LAN, MAN, WAN) with reason.
Server position with reason.
Switch/Hub, Modem, Gateway, Bridge & Repeater position with
reason.
Type of transmission media (optical fiber, radiowave, satellite) with
reason.
Internet accessibility through Proxy server by using Dialup/Broadband
connection.

8
4
2
2
2
1
8

3
6

10
4

You have one thing common with successful people a 24 hour day.
Its how you see it that makes the difference.

All the Best for Board Exam 2015


Mohd. Hashim, PGT (Computer Sc.), E-mail: hashim_mbd@yahoo.co.in, 7417786626

You might also like