2013 Syllabus 11 Computer Science
2013 Syllabus 11 Computer Science
Competencies: The student will develop the following proficiency: 1. 2. 3. Identifying Computer Components / Subsystems / Peripherals Problem Solving using Object Oriented Programming Database Handling
Class XI (Theory)
Duration: 3 hours Unit No. 1. 2. 3. 4. Unit Name Th COMPUTER FUNDAMENTALS INTRODUCTION TO C++ PROGRAMMING METHODOLOGY PROGRAMMING IN C++ 10 25 10 65 110 Periods Pr Tot Th 5 15 10 20 45 14 10 20 10 35 100 36 70 180 70 Total Marks: 70 Marks Pr Total 2 8 2 18 30 12 22 12 54 100
Interactive (GUI based), Real Time and Distributed; Commonly used operating systems: UNIX, LINUX, Windows, Solaris, BOSS (Bharat Operating System Solutions); Mobile OS - Android, Symbian. Illustration and practice of the following tasks using any one of the above Operating Systems: Opening/Closing Windows Creating/Moving/Deleting Files/Folders Renaming Files/Folders Switching between Tasks Utility Software: Anti Virus, File Management tools, Compression tools and Disk Management tools (Disk Cleanup, Disk Defragmenter, Backup) Application software: Office Tools - Word Processor, Presentation Tool, Spreadsheet Package, Database Management System; Domain specific tools - School Management System, Inventory Management System, Payroll System, Financial Accounting, Hotel Management, Reservation System and Weather Forecasting System Number System: Binary, Octal, Decimal, Hexadecimal and conversion amongst these number systems. Internal Storage encoding of Characters: ASCII, ISCII (Indian scripts Standard Code for Information Interchange), and UNICODE (for multilingual computing) Microprocessor: Basic concepts, Clock speed (MHz, GHz), 16 bit, 32 bit, 64 bit processors, 128 bit processors; Types - CISC Processores (Complex Instruction set computing), RISC Processors (Reduced Instruction set computing), and EPIC (Explicitly parallel Instruction computing). Memory Concepts: Units: Byte, Kilo Byte, Mega Byte, Giga Byte, Tera Byte, Peta Byte, Exa Byte, Zetta Byte, Yotta Byte Primary Memory: Cache, RAM, ROM Secondary Memory: Fixed and Removable Storage - Hard Disk Drive, CD/DVD Drive, Pen Drive, Blue Ray Disk Input Output Ports/Connections: Serial, Parallel and Universal Serial Bus, PS-2 port, Infrared port, Bluetooth, Firewire. Note : Exploring inside computer system in the computer lab class.
Operator and Expressions : Operators: Arithmetic operators (-,+,*,/,%), Unary operator (-), Increment (++) and Decrement (--) Operators, Relation operator (>,>=,<,<=,= =,!=), Logical operators (!, &&,||), Conditional operator: <condition>? <if true>:<if false>; Precedence of Operators; Automatic type conversion in expressions, Type casting; C++ shorthands (+=, -=, *=, /=, %=)
String Functions
string.h
math.h stdlib.h
156
Introduction to user-defined function and its requirements. Defining a function; function prototype, Invoking/calling a function, passing arguments to function, specifying argument data types, default argument, constant argument, call by value, call by reference, returning values from a function, calling functions with arrays, scope rules of functions and variables local and global variables. Relating the Parameters and return type concepts in built-in functions. Structured Data Type: Arrays: Introductory to Array and its advantages. One Dimensional Array : Declaration/initialisation of One-dimensional array, Inputting array elements, Accessing array elements, Manipulation of Array elements (sum of elements, product of elements, average of elements, linear search, finding maximum/minimum value) Declaration/Initialization of a String, string manipulations (counting vowels/ consonants/digits/special characters, case conversion, reversing a string, reversing each word of a string) Two-dimensional Array Declaration/initialisation of a two-dimensional array, inputting array elements Accessing array elements, Manipulation of Array elements (sum of row element, column elements, diagonal elements, finding maximum/minimum values) User-defined Data Types: Introduction to user defined data types. Structure Defining a Structure (Keyword Structure), Declaring structure variables, Accessing structure elements, Passing structure to Functions as value and reference argument/parameter, Function returning structure, Array of structures, passing an array of structure as an argument/ a parameter to a function Defining a symbol name using typedef keyword and defining a macro using #define directive.
Class XI (Practical)
157
Duration: 3 hours Total Marks: 30 1. Programming in C++ 10 One programming problem in C++ to be developed and tested in Computer during the examination. Marks are allotted on the basis of following: Logic : 5 Marks Documentation/Indentation : 2 Marks Output presentation : 3 Marks 2 Project Work 06 Problems related to String, Number and Array manipulation General Guidelines: Initial Requirement, developing an interface for user (it is advised to use text based interface screen), developing logic for playing the game and developing logic for scoring points 1. Memory Game: A number guessing game with application of 2 dimensional arrays containing randomly generated numbers in pairs hidden inside boxes. 2. Cross 'N Knots Game: A regular tic-tac-toe game 3. Hollywood/Hangman: A word Guessing game 4. Cows 'N Bulls: A word/number Guessing game or Similar projects may be undertaken in other domains (As mentioned in general guidelines for project, given at the end of the curriculum in a group of 2-4 students) 3. Presentation based on research 02 It will be a group presentation based on a detailed study of at least two technology inventions in the field of information technology, which may include Inventor's name with country, out of box contributions year of invention, characteristics, social impact and uses. A partial list of inventors is in the Annexure. (The project can be done in a group of 2-3 students) 4 Practical File 06 (a) Record of the configuration of computer system used by the student in the computer lab (by exploring inside computer system in the first 2 lab classes). (b) Must have minimum 15 programs from the topics covered in class XI course. 5 Programs on Control structures 4 Programs on Array manipulations 4 Programs on String Manipulations 2 Programs on structure manipulations 5 Viva Voce 06 Viva will be asked from the syllabus covered in class XI and the project developed by the student(s).