Class XII Computer Science Reduced Syllabus PDF

Summary

This document outlines the reduced syllabus for Class XII Computer Science, covering topics such as C programming, operators, expressions, functions, and arrays. It provides a guide to the key areas of study for the course.

Full Transcript

Reduce Syllabus, REDUCED SYLLABUS FOR BOARD CLASS XII (Science General) Subject: COMPUTER SNO CHAPTERS...

Reduce Syllabus, REDUCED SYLLABUS FOR BOARD CLASS XII (Science General) Subject: COMPUTER SNO CHAPTERS TOPICS i) Chapter No 1 Excluded Concept of computer Programming ii) Chapter No 2 Excluded Algorithms and flowcharts iii) Chapter No 3 Includes: Overview of C language C introduction IDE’s Compiling the source code Basic structure of C program Compiling and running a program Comments Escape sequences iv) Chapter No 4 Includes: C fundamentals Identifiers Date types (Most important) Constants (With its types) Variables and its types Declaration of variables Arrays v) Chapter No 5 Includes: Operators and Expressions Types of operators (Assignment, athematic, logical (types), relational and increment and decrement operators vi) Chapter No 6 Includes: Input and output statements String functions Gets( ), getch( ) Puts( ) Putch( ) with syntax vii) Chapter No 7 Includes: Selection and control structures Control structure functions Which includes (if, if – else, else – if, and switch with its syntax viii) Chapter No 8 Includes: Iteration and control structures All types of loops (for, while and do while) with its syntax Break and continue statement ix) Chapter No 9 Includes: Functions System defined functions/ pre-defined functions with syntax Difference between local and global variable Function prototype, function definition and calling Four method of user define functions x) Chapter No 10 Includes: Arrays Declaration of more than one array Array initialization One and 2D array Multidimensional array xi) Chapter No 11 Includes: Strings Definition of string Functions like Strlen( ), strcpy( ), strmp( ), strcat( ) with syntax xii) Chapter No 12 Includes: Pointers Initialization and declaration with examples. ************