| Topic | Details |
| Topic 1 | - parameters, arguments, and scopes. It also covers Recursion, Exception hierarchy, Exception handling, etc.
|
| Topic 2 | - Control Flow: This section covers conditional statements such as if, if-else, if-elif, if-elif-else
|
| Topic 3 | - Functions and Exceptions: This part of the exam covers the definition of function and invocation
|
| Topic 4 | - Computer Programming Fundamentals: This section of the exam covers fundamental concepts such as interpreters, compilers, syntax, and semantics. It covers Python basics: keywords, instructions, indentation, comments in addition to Booleans, integers, floats, strings, and Variables, and naming conventions. Finally, it covers arithmetic, string, assignment, bitwise, Boolean, relational, and Input
- output operations.
|
| Topic 5 | - Loops: while, for, range(), loops control, and nesting of loops.
|