Description
- Module 1: 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.
- Module 2: Control Flow: This section covers conditional statements such as if, if-else, if-elif, if-elif-else Loops: while, for, range(), loops control, and nesting of loops.
- Module 3: Data Collections: In this section, the focus is on list construction, indexing, slicing, methods, and comprehensions; it covers Tuples, Dictionaries, and Strings.
- Module 4: Functions and Exceptions: This part of the exam covers the definition of function and invocation parameters, arguments, and scopes. It also covers Recursion, Exception hierarchy, Exception handling, etc.
Reviews
There are no reviews yet.