Programming constructs Flashcards

(6 cards)

1
Q

Sequence

A

Code is executed line by line, top to bottom

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

Branching/Selection

A

A certain block of code is run if a specific condition is met.

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

Iteration

A

A block of code is executes a certain number of times or while a condirion is met.

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

Examples of selection

A

IF

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

Examples of Iteration

A

FOR, WHILE, UNTIL

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