CSC 351 - Chapter 10 Flashcards
1
Q
Subprogram Linkage
A
- subprogram call and return operations together
2
Q
Activation Record Instances
A
- contain formal parameters and local variables
3
Q
Subprograms with Static Dynamic Local Variables and Nested Subprogram Components
A
- actual code
- activation record
4
Q
Static Chains
A
- primary method of implementing access to nonlocal variables in static scoped languages.
- connects activation records instances in the stack.
5
Q
Dynamic Chains
A
- access to nonlocal variables in dynamic scoped languages