Multiple choice

Each stack record accommodates the variables for one activation of a block, hence we call it a/an

  1. local variable

  2. activation base

  3. block

  4. activation record

  5. statically allocated variable

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

Each stack record accommodates the variables for one activation of a block, hence we call it an Activation record.