Recent questions tagged symbol-table

0 votes
1 answer
2
1 votes
1 answer
3
Which data structure is used by the compiler for managing variables and their attributes?Binary treeLink listSymbol tableParse table
0 votes
1 answer
4
what is the usage of symbol table in code optimization phase please explain???
3 votes
1 answer
7
which DS takes less time to create Symbol table???a) Hash TableB) Linked Listis there is any other method to create Symbol table??what are the various option available t...
3 votes
1 answer
8
Which of the following phases update the symbol table ?Lexical analysis, syntax analysis and semantic analysis .Please also tell what kind of updates a phase performs if ...
0 votes
1 answer
9
Hsh tables can contribute to an efficient average case solution for all of the following problems described below except?a. Counting Distinct Valuesb. Dynamic Dictionaryc...
0 votes
3 answers
10
A symbol is a compile time data structure. In which of the following phase/s a symbol is modified ?Only semantic analysisNone of theseOnly lexical analysisLexical analysi...
0 votes
1 answer
11
Which of the following symbol table implementation is based on the property of locality of reference?Search TreeHash TreeSelf-organizing ListArray
2 votes
1 answer
12
Which of the following symbol table implementation is based on the property of locality of reference? Self-organizing list Hash tree Search tree Array
5 votes
2 answers
13
Access time of the symbolic table will be logarithmic if it is implemented byLinear listSearch treeHash tableSelf organization list
7 votes
3 answers
14
A symbol table of length $152$ is processing $25$ entries at any instant. What is occupation density?$0.164$$127$$8.06$$6.08$
1 votes
2 answers
15
Hash tables can contribute to the following problems except1) Counting distinct values2) Dynamiic dictonary3) Symbol table look up4) Range search
2 votes
2 answers
16
Which of the following symbol table implementations is best suited if access time is to minimum?(a) Linear list(b) Search table(c) Hash table(d) Self-organization list
1 votes
1 answer
17
During which phase symbol table is not modified.LexicalSemanticBothNone of these
3 votes
2 answers
18
Access time of the symbol table will be logarithmic, if it is implemented by alinear list search tree hash table none of the above
To see more, click for the full list of questions or popular tags.