Not started
Foundation Milestone: Concepts
42 min4 exercisescontent 2026.07.phase1.v1
OrientStep 1 of 12
What functions, decomposition, and debugging means
OrientStep 1 of 12
Get your bearings before the details.
What functions, decomposition, and debugging means
A function is a named set of instructions. Decomposition means splitting a program into small jobs so each job is easier to test and explain. 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.