Multiple Choice
Critical Thinking Questions Case 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" until the procedure is called by the larger program.
C) It is "alive" with the same contents during all executions of the procedure by the program.
D) It is "alive" from the time the procedure begins executing until the procedure ends.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: When defining a variable,the keyword _ appears
Q23: The style of the text displayed in
Q33: The prefix _ should be used for
Q38: A(n)_ Exception occurs when the user enters
Q65: The _ property of a TextBox object
Q70: The character D is the literal-type character
Q73: A TextBox object allows a user to
Q75: The * operator is the _ arithmetic
Q86: The memory allocation for the Char data
Q99: A(n) _ object is a GUI object