Programming Concepts Flashcards

1
Q

Sequence

A

Instructions will always execute in order which they are written

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

Selection

A

One path through the code is chosen where multiple possible paths exist

Using if, else code

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

Indefinite iteration

A

Where loop will be repeated if the looping variable is met or not met depending on what is said

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

Iteration

A

Looping

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

Definite iteration

A

We know how many times the loop will run

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

Nesting

A

Involves placing of one program structure inside another

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