Concepts Of Programming Languages
Concepts Of Programming Languages
12th Edition
ISBN: 9780134997186
Author: Sebesta, Robert W.
Publisher: Pearson,
Expert Solution & Answer
Book Icon
Chapter 6, Problem 1RQ

Explanation of Solution

Descriptor:

  • The descriptor is nothing but collection of the attributes of a variable.
  • It is an area of memory which stores the attributes of a variable in an implementation.
  • If the attributes are all static, then the descriptors are required only at compile time. These descriptors are built by the compiler, usually as a part of the symbol table, and are used during compilation.
  • For dynamic attributes, all of the descriptor must be maintained during execution. Here, the descriptor is used by the run-time system.
  • Generally, it is used for type checking and building the code for the allocation and deallocation operations.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
What is a descriptor?
Define relational operator
Explain relational operators in programming languages.