ICSE (Class X)
Syllabus (2013)
Subject: Computer Applications
Class: X
There will be one written paper of two hours duration carrying 100 marks and Internal Assessment of 100 marks.
The paper will be divided into two sections A and B.
Section A (Compulsory – 40 marks) will consist of compulsory short answer questions covering the entire syllabus.
Section B (60 marks) will consist of questions which will require detailed answers and there will be a choice of questions in this section
THEORY – 100 Marks
1. Revision of Class IX Syllabus
-
Elementary Concept of Objects and Classes.
-
Values and types.
-
Conditionals and non-nested loops.
2. Class
Class as the Basis of all Computation Objects and Classes
Objects encapsulate state and behaviour – numerous examples; member
variables; attributes or features. Variables define state; member functions;
Operations/methods/ messages/ functions define behaviour. Classes as
abstractions for sets of objects; class as an object factory; concept of type,
primitive data types, composite data types. Variable declarations for both
types; difference between the two types. Objects as instances of a class.
Consider real life examples for explaining the concept of class and object.