You are on page 1of 2

Target Paper of Computer Science XII

Chapter 01:

 Programming (Definition)
 Steps of Programming
 Errors and its types

Chapter 02:

 Algorithm ( Advantages/Disadvantages) , Algorithmic Notations


 Pseudo code (Definition)
 Flowchart (Types, Symbols, Advantages/Disadvantages)

Chapter 03:

 Summary of C language.
 IDE.
 Structure of C Language.
 Arguments (Definition)
 Comments (Definition)
 Escape Sequence (Definition)

Chapter 04:

 Identifiers & Keywords.


 All data types
 Constants ( All )
 Symbolic Constants
 Pre-processor directive
 Variables

Chapter 05:

 Operators (with Precedence and Associativity)


 Order of Precedence & Associativity.
 Casts
 Library Functions

Chapter 06:

 Input Functions (Any 3 and scanf( ) is mandatory)


 Output Functions (Any 3 and printf( ) is mandatory)

Chapter 07:

 If , If-else , If else if , Nested if


 Switch statement

Chapter 08:

 Iteration Control Structure


 Break and Continue statement

Chapter 09:

 Functions (Definition, Structure , Types , Characteristics or


Advantages)
 Ways to write a function.

Chapter 10:

 Array(Definition, Types)

Chapter 11:

 Strings (Definition)

Note:
 Write examples with every question.
 These topics are for subjective purpose. Read the whole book and
understand the concepts for MCQ’s purpose.

You might also like