What is pseudocode?
Pseudocode is not a programming code but uses english words and phrases clear enough to be converted into programming code
What is the purpose of pseudocode?
Pseudocode is used as a detailed step in developing a program
What are the three types of statements?
Assignment
Output
Input
What are control statements?
These statements are used to control the amount of time a statement or sequence of statements is carried out based on some condition.
Three main types of control structures
Sequence
Selection
Repetition
if then statements
if then statements suggest that one or two more statements will only be considered based on a condition or the answer to the question