Program Flow control Flashcards

1
Q

What is sequence?

A

A set of instructions where each instruction follows the previous one

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

What is selection?

A

Code that only runs if a given condition is met

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

What is iteration

A

The repetition of code until a condition is met

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

What is flow control?

A

The order in which instructions are executed ( run)

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

Which flow diagram instruction is this the symbol for?

A

input/output

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

Which flow diagram instruction is this the symbol for?

A

decision (sometimes known as the decision diamond)

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

What is the flow diagram symbol for process?

A

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

What is the flow diagram symbol for start/end?

A

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

What symbol do you use in a flow diagram to connect different sections on the same page?

A

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

Which flow diagram symbols do you use to connect different pages of your diagram?

A

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