Programming- Control Flow- Iteration Flashcards

1
Q

Iteration

A

A group of instructions is executed repeatedly until a

condition is met (a loop).

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

Nesting

A

When control structures are inserted within other control

structures.

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

Rogue value

A

A value that will not occur as normal input and which is

used to interrupt a process.

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