Pseudocode
A. understand and use pseudocode for assignment, using ‘<—’
Decimal BASIC (download)
Quick BASIC 64 (needs download)
Just BASIC (download)
Codecademy (registration required)
B. understand and use pseudocode, using the following conditional statements:
i. IF … THEN … ELSE … ENDIF
ii. CASE … OF … OTHERWISE … ENDCASE
C. understand and use pseudocode, using the following loop structures:
i. FOR … TO … NEXT
ii. REPEAT … UNTIL
iii. WHILE … DO … ENDWHILE
Notes