Multiple Choice
Case 4-1 Brian is trying his best to understand the concept of variable scope, so he calls his friend Molly for guidance. Brian has defined another variable called strNumberOfSingers within a procedure, and he asks Molly what the lifetime of that variable is. What does she tell him?
A) It is "alive" for the entire duration of the program.
B) It is "alive" with the same contents during all executions of the procedure by the program.
C) It is "alive" until the procedure is called by the larger program.
D) It is "alive" from the time the procedure begins executing until the procedure ends.
Correct Answer:

Verified
Correct Answer:
Verified
Q23: The style of the text displayed in
Q33: The prefix _ should be used for
Q58: Whenever data is stored in RAM,it does
Q58: When defining a variable, the keyword _
Q61: MOD operations occur before any other arithmetic
Q67: A property identifies a value required by
Q75: The * operator is the _ arithmetic
Q95: A(n)_ data type must be used in
Q98: Integer variables can be used to store
Q105: The _ function available with each of