recategorized
2,954 views

2 Answers

2 votes
2 votes

Answer : Symbol Table

The symbol table is created by the compiler front-end as a stand-alone file. The purpose of the table is to provide information that the linker and the debugger need to perform their respective functions.

Connection of Directory with symbol Table

The symbol table is comprised of several subtables. The symbolic header acts as a directory for the subtables. it provides the locations of the subtables and gives their sizes.

Reference : is Here

1 votes
1 votes
Answer should be symbol table

A directory keeps information about the files inside it in form of look up table. It is quite analogous to symbol table
Answer:

Related questions

3 votes
3 votes
1 answer
1
khushtak asked Dec 28, 2015
2,070 views
a computer system uses a single level directory structure.The directory occupies 2 disk blocks.The disk block size is 2KB. Directory entry size is 4 bytes. What is the ma...