Podcast
Questions and Answers
What is a(n) _______________ variable?
What is a(n) _______________ variable?
- Variable that can only be used once
- Variable that cannot be changed
- Variable declared inside of a function (correct)
- Variable declared outside of a function
What are ____________________ loops used for?
What are ____________________ loops used for?
- To execute code only once
- To repeat code a specific number of times (correct)
- To repeat code indefinitely
- To skip over a block of code
What is a(n) ____________________ statement used for?
What is a(n) ____________________ statement used for?
- To send information from a function back to the program (correct)
- To execute a block of code
- To repeat a block of code
- To declare a variable
Flashcards are hidden until you start studying