Structured Programming
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
Structured programming builds control flow from conditionals and loops rather than unrestricted jumps — keeping what sits inside an "if" or a loop visible in the source.
Show
A grading script whose branches nest on the page can be audited by reading.
Watch for
The jump keyword survives in low-level languages; recommended use does not.