Defitsiit
Not started

Decisions and Repetition: Practice

46 min5 exercisescontent 2026.07.phase1.v1


OrientStep 1 of 13

What branching and loop practice means


OrientStep 1 of 13

Get your bearings before the details.

What branching and loop practice means

Branching chooses between paths. Loop practice repeats the same instruction for each item so you do not copy and paste code. In a program, the computer follows each instruction exactly. Read the code slowly, name what each line does, then run one small change so the idea becomes visible.