python Flashcards

(6 cards)

1
Q

what is a variable?

A

a place in memory that stores data.

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

what is a condition-controlled loop?

A

a loop that repeats until a certain outcome is given.

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

what is a count-controlled loop?

A

a loop that repeats a certain number of times, no matter the outcome.

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

what is a sequence?

A

the order in which instructions are given.

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

what is selection?

A

decisions or questions.

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

what is iteration?

A

repetition of code.

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