Recent questions tagged activation-record

2.2k
views
1 answers
1 votes
Does Heap Allocation support both recursion and dynamic memory allocation? Because,a stack can be implemented using dynamic memory allocation.Please correct me.Test Series answer shows only dynamic memory allocation
1.8k
views
3 answers
0 votes
As actual parameters are stored in the Actual parameter field in case of Activation record then where does formal parameters will be stored?f(a,b){a(e,f) ... field,but where does formal parameters a,b will be stored for f activation record?
1.6k
views
4 answers
2 votes
Consider the following two statements$:$ $S_{1}:$ Activation records can have a permanent lifetime in case of static allocation.$S_{2}:$ Activation records can ... $S_{2}$ respectivelyTrue, True True, False False, True False, False
425
views
1 answers
1 votes
I searched a lot and tried understanding access link in activation record, but didn't get very far. Please explain?Access link points to activation record associated with nearest enclosing scope of program. What does it mean?
1.2k
views
1 answers
0 votes
What is the difference between an Activation Record and Program Control Block?Could anyone define each of them first, and then describe how they are different.
6.2k
views
1 answers
0 votes
In each activation of a procedure , the local variables names in that procedure is bound to ----------- storage location ?1) Diff2) same3) None
3.8k
views
3 answers
2 votes
Which of the following is NOT represented in a subroutine's activation record frame for a stack-based programming language?Values of local variablesReturn addressHeap areaInformation needed to access non local variables
To see more, click for the full list of questions or popular tags.