Chapter |
Lessons |
Link |
Mark |
Rmk |
Revision of Class IX |
2. Introduction to Java |
1. Various Kinds of Software 2. Introduction to Java, 3. Importance of Java |
|
30 |
NEW |
3. Values and Data Types |
1. Character Set 2. Tokens in General, 3. Keywords |
|
30 |
|
4. Identifiers |
|
30 |
|
5. Literals |
|
30 |
|
6. Data Types and Type Conversion |
|
30 |
|
7. Punctuators |
|
10 |
|
4. Operators |
1. Assignment 2. Sign (Unary + and Unary -) 3. Arithmetic and Arithmetic Assignment |
|
30 |
|
3. Increment and Decrement |
|
20 |
|
4. Concatenate |
|
10 |
|
5. Relational and Logical |
|
20 |
|
6. Conditional Operator 6. Form of Operators 6. Operator Precedence |
|
20 |
|
7. Expressions |
|
20 |
|
5. Input in Java |
1. Various Input in Java 2. Various Statements |
|
30 20 |
|
6. Mathematical Library Methods |
1. Math Methods |
|
50 |
|
7. Conditional Construct |
1. if else, simple if, if else if else and Nested if |
| 40 |
|
2. switch case |
| 20 |
|
8. Iterative Construct |
1. for, while, do while 2. Jump Statements |
| 30 20 |
|
Class X |
2. Class as the Basis of all Computations |
1. Three Programming Models, 2. Definitions, Examples, ... 3. Princiciples of OOP, 4. Concepts of Class and Objects |
|
30 |
NEW |
3. User-defined Methods |
1. Class Methods and Member Methods 2. Return Types, 3. Arguments, etc. |
| 50 |
NEW |
4. Constructors |
1. Default and Parameterized Constructors etc. |
| 40 |
|
5. Library classes |
1. System, Scanner and BufferedReader Classes 2. Wrapper Classes |
| 60 |
|
6. Arrays |
1. Definition, accepting data of single dimensional array, 2. Bubble sort, Linear search, etc. |
| 40 |
|
7. String Handling |
1. String Class Methods: charAt() to valueOf() |
| 40 |
|