scopes and list Flashcards
1
Q
Which kind of loop is used when you know ahead of time how many passes you want to make through a loop.
A
for
2
Q
a value that can be passed from a function back to the calling part of a program
A
return value
3
Q
a group of instructions that can be used to organize a program or perform a repeated task
A
function
4
Q
a value that can be passed from a function back to the calling part of a program
A
return value
5
Q
A