Statements Exam Questions Complete
Latest 2025/2026 with Correct Answers
and Rationales GRADED A+
Terms in this set (33) Original
Booleans Data type with values true or false
Control statements Statements controlling program computations
Conditional statements executing code based
If Statements
on a condition
Statements iterating over elements in a
For Loops
sequence
, Operators (e.g., <, >, =, !) for evaluating
Logical operators
conditions
Simulations Imitating real-world processes with code
Choosing items without any specific order or
Random selection
pattern
Comparison Operators Symbols (e.g., ==, !=, <) to compare values
Statements comparing values and returning a
Comparison expressions
bool
Assignment statements Assigning values to variables in code
Function composition Combining functions to create new functions
Individual things Single entities like numbers or characters
Commands Actions performed on individual things