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