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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a decision structure?

A

Require a program to execute some statements only under certain circumstances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a conditional execution?

A

It is performed only when a certain condition exists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a null statement?

A

An empty statement that does nothing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly