Exam 10: Control II - Procedures and Environments
Exam 1: Introduction50 Questions
Exam 2: Language Design Criteria50 Questions
Exam 3: Functional Programming50 Questions
Exam 4: Logic Programming50 Questions
Exam 5: Object-Oriented Programming50 Questions
Exam 6: Syntax50 Questions
Exam 7: Basic Semantics50 Questions
Exam 8: Data Types50 Questions
Exam 9: Control I - Expressions and Statements50 Questions
Exam 10: Control II - Procedures and Environments50 Questions
Exam 11: Abstract Data Types and Modules50 Questions
Exam 12: Formal Semantics50 Questions
Exam 13: Parallel Programming51 Questions
Select questions type
Variables declared in the calling method are said to be in the ____ environment.
(Multiple Choice)
4.8/5
(36)
The ____ maintains the location of the current activation record.
(Multiple Choice)
4.8/5
(38)
____ occurs when multiple access links must be followed to arrive at a nonlocal variable.
(Multiple Choice)
4.8/5
(40)
You call a procedure by stating its name,together with arguments to the call.
(True/False)
4.9/5
(38)
Pass by value implies that changes cannot occur outside the procedure through the use of parameters.
(True/False)
4.8/5
(40)
If a pointer is passed by value,the procedure cannot modify the contents of the pointer.
(True/False)
4.7/5
(37)
In a(n)____ environment,activation records are not removed as long as there are references to any of its local objects.
(Multiple Choice)
4.7/5
(40)
An activation record is a stored log recording each time a procedure or function is activated.
(True/False)
4.9/5
(33)
A procedure declaration creates a constant procedure value and associates a symbolic name with that value.
(True/False)
4.8/5
(36)
The ____ is the memory allocated for the local objects of a procedure block.
(Multiple Choice)
4.8/5
(33)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)