Which describes a symbol table?

Which describes a symbol table? 



A. A table of all the special characters in the ASCII character set used in the source code.
B. A table that matches names of labels to the addresses of the memory words that instructions occupy.
C. A list of needed and supplied program locations.
D. A list of all globally declared data in the program.
E. A table that contains no information.
F. A table containing the operations codes of all the assembly language instructions.
G. The list of ASCII characters used in the program code.

Answer:


B. A table that matches names of labels to the addresses of the memory words that instructions occupy.
C. A list of needed and supplied program locations.


Learn More :