Numbers and BooleansIntroduces numbers and booleans in Python, covering numeric types, arithmetic operations, logical operations, and comparisons.
Control structures in programmingExplores control structures in programming, emphasizing logical operators, branching, loops, and potential pitfalls of break and continue statements.
Common Errors in Type BoolAddresses common mistakes with the bool type in C++, explaining its use for conditions and providing examples of correct usage.
Computer Arithmetic (Integers)Covers binary representation, two's complement, overflow detection, and operations in MIPS for computer arithmetic with integers.
Python Programming BasicsIntroduces Python programming basics, covering variables, methods, conditions, loops, and boolean logic.