An Introduction To Programming: With Pseudocode
An Introduction To Programming: With Pseudocode
A B C D
4
Move right 3 squares
Created by P.Jones 2014
How do I get Minion Stuart to move to D1 then to
D4?
A B C D
4
Move right 3 squares
Move down 3 squares
Created by P.Jones 2014
How do I get Minion Stuart to move to D1 then to D4,
then move to A4 and finally to A1?
A B C D
Computer Programmers use pseudocode to help plan out the code they will
need.
For game making
Creating websites
Level 4 Think through the algorithm and use pseudocode to plan this out
allowing the final format to be read easily before programming
Level 5 Analyse and present the algorithm for the task, refine the
sequence by adding the IF question.
Reflect on the pseudocode created to better prepare for future tasks.
WORKBOOK TASK 1
A B C D Your Turn
1
2
Extension = Can you
add a question to
say if the minion
3 reaches a banana?
A B C D