2.2 Programming Fundamentals Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the definition of sequence?

A

the order in which instructions occur and are processed

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

What is the definition of selection?

A

determines which path a program takes when it is running

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

What is the definition of iteration?

A

he repeated execution of a section of code when a program is running

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

What are the two types of iteration?

A

count-controlled iteration

condition-controlled iteration

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

What is count controlled iteration?

A

repeatedly executes a section of code a fixed number of predetermined times

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

What is condition controlled iteration?

A

repeatedly executes a section of code until a condition is met - or no longer met

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

==

A

equal to

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

!=

A

not equal to

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