Computer Science - Block-Based Programming - Loops in block programming - Loop Race
Quick-fire loop prediction challenges. For each question, predict the output WITHOUT running the code. Q1: '[repeat 3: say "hi"]' - How many times does the cat say hi? (3). Q2: '[repeat 5: move 10]' - Total distance moved? (50 steps). Q3: '[repeat 4: turn 90]' - Final direction? (Same as start - ful