CSC 351 - Chapter 10 Flashcards

1
Q

Subprogram Linkage

A
  • subprogram call and return operations together
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Activation Record Instances

A
  • contain formal parameters and local variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Subprograms with Static Dynamic Local Variables and Nested Subprogram Components

A
  • actual code

- activation record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Static Chains

A
  • primary method of implementing access to nonlocal variables in static scoped languages.
  • connects activation records instances in the stack.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Dynamic Chains

A
  • access to nonlocal variables in dynamic scoped languages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly