Ch. 4.2: The if Statement Flashcards
1
Q
What is a sequence structure?
A
Where statements are executed in sequence, without branching off in another direction.
2
Q
What is a decision structure?
A
Require a program to execute some statements only under certain circumstances.
3
Q
What is a conditional execution?
A
It is performed only when a certain condition exists.
4
Q
What is a null statement?
A
An empty statement that does nothing.