Podcast
Questions and Answers
What is determined only at run time?
What is determined only at run time?
- Variable's value
- The scope (correct)
- Named constant's value
- Function's scope
What is a collection of all variables that are visible in a statement?
What is a collection of all variables that are visible in a statement?
- Referencing Environment (correct)
- Variable's Scope
- Named Constant
- Storage Binding
What is the term for binding a variable to a value when it is bound to a storage?
What is the term for binding a variable to a value when it is bound to a storage?
- Variable Declaration
- Initialization (correct)
- Storage Binding
- Scope Determination
What is a variable that is bound to a value only once?
What is a variable that is bound to a value only once?
What is the process of allocating memory to a variable?
What is the process of allocating memory to a variable?
What determines the scope of a variable?
What determines the scope of a variable?
What is the term for the lifetime of a variable?
What is the term for the lifetime of a variable?
What is the process of deallocating memory from a variable?
What is the process of deallocating memory from a variable?
What is the term for the value of a variable that cannot be changed?
What is the term for the value of a variable that cannot be changed?
What is the process of binding a variable to a storage location?
What is the process of binding a variable to a storage location?