Multiple choice

Which unit of activation record is a static link field that stores the information of data which is outside the local scope?

  1. Control link

  2. Machine status

  3. Local data

  4. Access link

  5. Actual parameter

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Access link stores the information of data that is outside the local scope. It is also called static link field.