Answer :

Employing Stack-Dynamic Local Variables to Implement Subprograms: Record of Activation

Although the format of the activation record is static, its size could be variable (reason to be the last item to be created in the activation records)

The dynamic link directs users to the top of a particular instance of the caller's activation record.

Subprogram when all local variables are stack-dynamic?

Subprograms cannot be history sensitive, that is, they cannot keep track of the values of local variables between calls, when all local variables are stack dynamic. 13.

When putting into action subprograms What is the purpose of the EP register?

EP is the activation record instance's starting point, or first address. It is necessary to manage how a subprogram is executed. 14.

To know more about Implement Subprograms visit:-

https://brainly.com/question/13046811

#SPJ4