MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPILER DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Access link points to the
A
Current activation record
B
Parent activation record
C
Child activation record
D
None of the other options
Explanation: 

Detailed explanation-1: -Compiler DesignProgramming LanguagesComputer Programming. An access link is a pointer to each activation record that obtains a direct implementation of lexical scope for nested procedures. In other words, an access link is used to implement lexically scoped language.

Detailed explanation-2: -1) A control link from record A points to the previous record on the stack. 2) Points to activation record of calling procedure. 3) The chain of control links traces the dynamic execution of the program.

There is 1 question to complete.