python Flashcards
(6 cards)
1
Q
what is a variable?
A
a place in memory that stores data.
2
Q
what is a condition-controlled loop?
A
a loop that repeats until a certain outcome is given.
3
Q
what is a count-controlled loop?
A
a loop that repeats a certain number of times, no matter the outcome.
4
Q
what is a sequence?
A
the order in which instructions are given.
5
Q
what is selection?
A
decisions or questions.
6
Q
what is iteration?
A
repetition of code.