Split up Syllabus (Session )

Similar documents
AIR FORCE SCHOOL,BAMRAULI COMPUTER SCIENCE (083) CLASS XI Split up Syllabus (Session ) Contents

SPLIT UP SYLLABUS SUBJECT : COMPUTER SCIENCE (083) SESSION: Class XI (Theory) C++ Duration: 3 hours Total Marks: 70

KENDRIYA VIDYALAYA SANGATHAN BHUBANESWAR REGION SPLITUP SYLLABUS FOR COMPUTER SCIENCE CLASS XI

Multiple Choice Questions ( 1 mark)

Main Program. C Programming Notes. #include <stdio.h> main() { printf( Hello ); } Comments: /* comment */ //comment. Dr. Karne Towson University

COMPUTER SCIENCE (083)

COMPUTER SCIENCE (Code No. 083) (For the session only)

UNIT- 3 Introduction to C++

KENDRIYA VIDYALAYA SANGATHAN ERNAKULAM REGION Split up syllabus Computer Science (083)

Chapter1 Overview of computers

A function is a named group of statements developed to solve a sub-problem and returns a value to other functions when it is called.

Fundamental Data Types. CSE 130: Introduction to Programming in C Stony Brook University

Introduction to Algorithms and Data Structures. Lecture 6 - Stringing Along - Character and String Manipulation

3. Functions. Modular programming is the dividing of the entire problem into small sub problems that can be solved by writing separate programs.

Contents. Preface. Introduction. Introduction to C Programming

Arrays, Strings, & Pointers

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University

6.096 Introduction to C++ January (IAP) 2009

1 Pointer Concepts. 1.1 Pointer Examples

Downloaded from

C-LANGUAGE CURRICULAM

Part II Answer to all the questions (2 Marks):

Chapter 8 C Characters and Strings

DEPARTMENT OF COMPUTER AND MATHEMATICAL SCIENCES UNIVERSITI TEKNOLOGI MARA CAWANGAN PULAU PINANG

Writing an ANSI C Program Getting Ready to Program A First Program Variables, Expressions, and Assignments Initialization The Use of #define and

CS201- Introduction to Programming Latest Solved Mcqs from Midterm Papers May 07,2011. MIDTERM EXAMINATION Spring 2010

Fundamentals of Programming. Lecture 11: C Characters and Strings

KENDRIYA VIDYALAYA SANGTHAN PATNA REGION

BRAIN INTERNATIONAL SCHOOL. Term-I Class XI Sub: Computer Science Revision Worksheet

C Programs: Simple Statements and Expressions

Long Questions. 7. How does union help in storing the values? How it differs from structure?

m) sin() n) endl o) getch() p) cout

Computer Science XII Important Concepts for CBSE Examination Questions

AHLCON PUBLIC SCHOOL, MAYUR VIHAR I, DELHI ASSIGNMENT CLASS XI Session Chapter 1: Computer Overview

cs3157: another C lecture (mon-21-feb-2005) C pre-processor (3).

Appendix A Developing a C Program on the UNIX system

OBJECTIVE QUESTIONS: Choose the correct alternative:

C mini reference. 5 Binary numbers 12

IECD Institute for Entrepreneurship and Career Development Bharathidasan University, Tiruchirappalli 23.

CHAPTER 3 Expressions, Functions, Output

Differentiate Between Keywords and Identifiers

Scheme G. Sample Test Paper-I. Course Name : Computer Engineering Group Course Code : CO/CD/CM/CW/IF Semester : Second Subject Tile : Programming in C

CS3157: Advanced Programming. Outline

Review: Exam 1. Your First C++ Program. Declaration Statements. Tells the compiler. Examples of declaration statements

CSI33 Data Structures

Chapter 8 - Characters and Strings

Review for Test 1 (Chapter 1-5)

Introduction to Computers and C++ Programming p. 1 Computer Systems p. 2 Hardware p. 2 Software p. 7 High-Level Languages p. 8 Compilers p.

b) Give the output of the following program: 6,70,70 2,70 210,282,59290

Programming in C. Part 1: Introduction

today cs3157-fall2002-sklar-lect05 1

C++ PROGRAMMING SKILLS Part 4: Arrays

Characters, c-strings, and the string Class. CS 1: Problem Solving & Program Design Using C++

Programming. C++ Basics

Fundamentals of Computer Programming Using C

CHAPTER 1 Introduction to Computers and Programming CHAPTER 2 Introduction to C++ ( Hexadecimal 0xF4 and Octal literals 031) cout Object

C: How to Program. Week /May/28

Introduction to Programming Using Java (98-388)

COURSE OUTLINE & WEEK WISE BREAKAGE

case control statement (switch case)

Strings and Library Functions

KENDRIYA VIDYALAYA SANGATHAN, GUWAHATI REGION HALF-YEARLY EXAMINATION-2015 CLASS XI : COMPUTER SCIENCE Time Allotted : 3 hrs. Max.

C++ Programming: From Problem Analysis to Program Design, Third Edition

Introduction to C Language

Programming Fundamentals (CS 302 ) Dr. Ihsan Ullah. Lecturer Department of Computer Science & IT University of Balochistan


Numerical Computing in C and C++ Jamie Griffin. Semester A 2017 Lecture 2


Questions Bank. 14) State any four advantages of using flow-chart

Muntaser Abulafi Yacoub Sabatin Omar Qaraeen. C Data Types

Review for COSC 120 8/31/2017. Review for COSC 120 Computer Systems. Review for COSC 120 Computer Structure

Scientific Programming in C V. Strings

C Programming Multiple. Choice

Computer Programming : C++

M1-R4: Programing and Problem Solving using C (JULY 2018)

vinodsrivastava.wordpress.com Question Bank Term-1

Euclid s algorithm, 133

Converting a Lowercase Letter Character to Uppercase (Or Vice Versa)

Absolute C++ Walter Savitch

Chapter 1 Getting Started Structured Programming 1

VALLIAMMAI ENGINEERING COLLEGE SRM NAGAR, KATTANGULATHUR

Independent Representation

C++ Basic Elements of COMPUTER PROGRAMMING. Special symbols include: Word symbols. Objectives. Programming. Symbols. Symbols.

Lecture 4 Tao Wang 1

Page. No. 1/15 CS201 Introduction to Programmming Solved Subjective Questions From spring 2010 Final Term Papers By vuzs Team

A. Introduction to Function 1. Modular Programming input processing output functions library functions 2. Function 1. Benefit of Using Functions

CSc 10200! Introduction to Computing. Lecture 4-5 Edgardo Molina Fall 2013 City College of New York

CS201 Some Important Definitions

Objectives. Chapter 2: Basic Elements of C++ Introduction. Objectives (cont d.) A C++ Program (cont d.) A C++ Program

c++ keywords: ( all lowercase ) Note: cin and cout are NOT keywords.

Chapter 2: Basic Elements of C++

Chapter 2: Basic Elements of C++ Objectives. Objectives (cont d.) A C++ Program. Introduction

CS 31 Review Sheet. Tau Beta Pi - Boelter Basics 2. 2 Working with Decimals 2. 4 Operators 3. 6 Constants 3.

COMPUTER SCIENCE HIGHER SECONDARY FIRST YEAR. VOLUME II - CHAPTER 10 PROBLEM SOLVING TECHNIQUES AND C PROGRAMMING 1,2,3 & 5 MARKS

Aryan College. Fundamental of C Programming. Unit I: Q1. What will be the value of the following expression? (2017) A + 9

Technical Questions. Q 1) What are the key features in C programming language?

UNIT-2 Introduction to C++

Chapter 2 Basic Elements of C++

Computer Programming C++ (wg) CCOs

Model Viva Questions for Programming in C lab

Transcription:

Split up Syllabus (Session- -17) COMPUTER SCIENCE (083) CLASS XI Unit No. Unit Name Marks 1 COMPUTER FUNDAMENTALS 10 2 PROGRAMMING METHODOLOGY 12 3 INTRODUCTION TO C++ 14 4 PROGRAMMING IN C++ 34 Total 70 nth Contents No. of Theory June UNIT 1: COMPUTER FUNDAMENTALS Evolution of computers; Basics of computer and its operation: Functional Components and their inter-connections, concept of Booting.Generations of Modern Computer. Types of Computer. 8 No. of Practical 4 Practicals July Software Concepts: Types of Software - System Software, Utility Software and Application Software; System Software: Operating System, Compilers, Interpreters and Assembler; Operating System: Need for operating system, Functions of Operating System (Processor Management, Memory Management, File Management and Device Management), Types of Operating system Interactive (GUI based), Time Sharing, Real Time and Distributed; Commonly used operating systems: Solaris, UNIX,LINUX, Mac OS, MS Windows; Mobile OS- Android, Symbian. Number System: Binary, Octal, Decimal, Hexadecimal and conversion amongst these number system. Internal Storage encoding of characters: ASCII, ISCII (Indian Script standard code for Information Interchange), and UNICODE(for Multilingual Computing). Microprocessor: Basic concepts, clock speed(mhz, Ghz), bit, 32 bit, 64 bit, 128 bit processors. Types CISC Processors( Complex Instruction Set Computing), RISC

Processors( Reduced Instruction Set Computing) and EPIC(Explicitly Parallel Instruction Computing). August Memory Concepts: Units: Byte, KB, MB, Gb, TB, PB, EB, ZB, YB. Primary Memory: Cache, RAM, ROM. Secondary Memory: Fixed and Removal Storage HDD,CD,DVD etc. Input/Output Port/ Connection: Serial, Parallel and Universal Serial Bus, PS-2 port, Infrared port, Bluetooth, Firewire. UNIT 3: INTRODUCTION TO C++ Programming by Example In C++ Language : C++ character set, C++ Tokens (Identifiers, Keywords, Constants, Operators), Structure of a C++ Program (include files, main function); Header files iostream.h, iomanip.h; cout, cin; Use of I/O operators (<< and >>), Use of endl and setw(), Cascading of I/O operators, Error Messages; Use of editor, basic commands of editor, compilation, linking and execution; standard input/output operations from C language: gets(), puts() of stdio.h header file; Data Types, Variables and Constants: Concept of Data types; Built-in Data types: char, int, float and double; Constants: Integer Constants, Character Constants (Backslash character constants - \n, \t ), Floating Point Constants, String Constants; Access modifier: const; Variables of built-in data types, Declaration/Initialisation of variables, Assignment statement; Type modifier: signed, unsigned, long; Operators and Expressions: Operators: Arithmetic operators (-,+,*,/,%), Unary operator (-), Increment and Decrement Operators (,++), Relational operators (>,>=,<,<=,==,!=), Logical operators (!, &&, ), Conditional operator: <condition>?<if true>:<else>; Precedence of Operators; Expressions; Automatic type conversion in expressions, Type casting; C++ shorthand s (+=, -=, *=, /=, %=); Program on basic syntax of C++ e.g. display message. Simple Program based on the data type, character constant and use of different type of operators in C++ for beginner September UNIT 4 : PROGRAMMING IN C++ Flow of control: Conditional statements: if-else, Nested if, switch..case..default, Nested switch..case, break statement (to be used in switch..case only); Loops: while, do - while, for and Nested loops; Periods Programming based on if else, nested if, all three types of loop, nested loop and switch case

UNIT 2: PROGRAMMING METHODOLOGY General Concepts; Modular approach; Clarity and Simplicity of Expressions, Use of proper Names for identifiers, Comments, Indentation; Documentation and Program Maintenance; Running and Debugging programs, Syntax Errors, Run-Time Errors, Logical Errors; Problem Solving Methodology and Techniques: Understanding of the problem, Identifying minimum number of inputs required for output, Step by step solution for the problem, breaking down solution into simple steps, Identification of arithmetic and logical operations required for solution, Using Control Structure: Conditional control and looping (finite and infinite); statements. October UNIT 4: PROGRAMMING IN C++ (Continued) Structured Data Type: Array Declaratrion/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); 15 10 Programming based on single dimension array like linear search, avg. of marks, sum and product of elements, largest and smallest value. November String Functions: Header File: string.h Functions: isalnum(), isalpha(), isdigit(), islower(), isupper(), tolower(), toupper(); Character Functions: Header File: ctype.h Functions: isalnum(), isalpha(), isdigit(), islower(), isupper(), tolower(), toupper(), strcpy(), strcat(), strlen(), strcmp(), strcmpi(); Prog. On string e.g. length finding, concating of two string, reverse of string, string comparision, change case. Mathematical Functions: Header File: math.h, stdlib.h; Functions: fabs(), log(), log10(), pow(), sqrt(), sin(), cos(), abs(), Other Functions: Header File: stdlib.h; Functions: randomize(), random(); Half Yearly Examination

December January 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 Functions: 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; STRUCTURES I ntroduction Referencing structure Elements Nested structure Structure and Array USER DEFINED Data type #Define Preprocessor directives. 10 15 February Revision 15 8 12 12 Prog. Based on two dim. Array like sum/ subtraction multiplication and transpose of matrix, sorting of any array etc. All the prog. through function. Database of students. Marksheet creation, display on the basis of per. SUBJECT -Comp. Sc. CLASS-XI SC BLUE PRINT FOR UNIT TEST-I M.M-40 TIME-90 MINUTES UNIT CHAPTER VSA 1 Marks SA-I 2 Marks SA-II 3 Marks LA 4 Marks TOTAL UNIT-I Ch -1 Computer 1(1) 2(4) 3(2) 15 Overview Ch-2 Working with 1(1) 2(2) 3(2) 4(1) 15 Operating System Ch -3 Data - 2(5) - - 10 Representation Total 1(2) 2(11) 3(4) 4(1) 40(18)

SUBJECT - Comp. Sc. CLASS-XI SC BLUE PRINT FOR UNIT TEST-II M.M-40 TIME-90 MINUTES UNIT CHAPTER VSA SA-I SA-II LA TOTAL 1 2 3 4 UNIT-I CH-4 1(1) 2(2) - - 5 UNIT- III CH-5 1(1) 2(1) 3(1) - 6 CH-6 1(1) 2(3) - - 7 CH-7-2(3) - - 6 CH-8-2(2) - 4(2) 12 CH-10-2(2) - - 4 TOTAL 1(3) 2(12) 3(1) 4(2) 40(18) SUBJECT -Comp. Sc. CLASS-XI SC BLUE PRINT FOR UNIT TEST-III M.M-40 TIME-90 MINUTES UNIT CHAPTER VSA SA-I SA-II LA TOTAL 1 2 3 4 UNIT- CH-11 1(1) 2(4) 3(1) 4(2) IV CH-12 1(1) 2(4) 3(1) 4(2) TOTAL 1(2) 2(8) 3(2) 4(4) 40 () TIME- 3 HRS HALF YEARLY- Class- XI Comp. Sc. BLUE PRINT M.M-70 UNIT VSA SA-I SA-II LA TOTAL Unit -1 1(2) 2(4) - - 10 Unit -2-2(3) 3(2) - 12 Unit -3 1(1) 2(8) 3(5) 4(4) 48 Total 1(3) 2(15) 3(7) 4(4) 70(29)

SESSION ENDING EXAMINATION - 17 Class- XI Comp. Sc. TIME- 3 HRS. BLUE PRINT VSA SA-I SA-II LA TOTAL UNIT 1 1(2) 2(4) - - 10 UNIT II - 2(3) 3(2) - 12 UNIT- III - 2(4) 3(2) 14 UNIT IV 1(2) 2(5) 3(2) 4(4) 34 M.M-70 Total 1(4) 2() 3(6) 4(4) 70(30)