Ch. 11 Programming
11.1 Programming basics
Pseudocode
Use built-in functions and library routines
11.2 Constructs
IF statement (ENDIF)
CASE structure (ENDCASE)
Count-controlled loop (FOR i ← x TO Y … ENDFOR)
Post-condition loop (REPEAT … UNTIL)
Pre-condition loop (WHILE … ENDWHILE)
Justify why one loop structure may be better suited to solve a problem than the others
11.3 Structured programming
