Multiple choice What is control flow? Something that... makes code more readable allows us to select between multiple outcomes allows functions to be called allows the interpreter to print values to the console Reveal answer Fill a bubble to check yourself B Correct answer Explanation Control flow refers to the order in which individual statements, instructions, or function calls are executed. It allows programs to make decisions (branching) and repeat actions (looping) based on conditions.