Writing an algorithm using pseudocode to solve a given problem, including: INPUT/READ, WRITE/PRINT, FOR...NEXT, FOR...NEXT...STEP, IF...ELSE...ENDIF, WHILE...ENDWHILE, REPEAT...UNTIL, CASE...ENDCASE, Comparison operators >, <, =, Arithmetic operators +, -, *, /
Using appropriate input and error messages
Identifying errors in an algorithm/program flowchart for a given scenario