Recent questions tagged symbol-table

2.5k
views
1 answers
3 votes
Which of the following are applications of symbol table?Storage allocationChecking type compatibilitySuppressing duplicate error messagesChoose the correct answer from the options given below: ... $\text{(ii)}$ and $\text{(iii)}$
348
views
1 answers
0 votes
Symbol Table can be used for :Checking type compatibilitySuppressing duplication of error messageStorage allocationAll of these
1.8k
views
1 answers
1 votes
Which data structure is used by the compiler for managing variables and their attributes?Binary treeLink listSymbol tableParse table
316
views
1 answers
0 votes
what is the usage of symbol table in code optimization phase please explain???
2.2k
views
1 answers
3 votes
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 to create symbol table? among which takes less time???
1.6k
views
1 answers
3 votes
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 it updates symbol table.
858
views
1 answers
0 votes
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. Range Searchd. symbol table look up
3.8k
views
3 answers
0 votes
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 analysis and syntax analysis
2.7k
views
1 answers
0 votes
Which of the following symbol table implementation is based on the property of locality of reference?Search TreeHash TreeSelf-organizing ListArray
12.3k
views
1 answers
2 votes
Which of the following symbol table implementation is based on the property of locality of reference? Self-organizing list Hash tree Search tree Array
3.3k
views
2 answers
5 votes
Access time of the symbolic table will be logarithmic if it is implemented byLinear listSearch treeHash tableSelf organization list
6.4k
views
3 answers
7 votes
A symbol table of length $152$ is processing $25$ entries at any instant. What is occupation density?$0.164$127$8.06$6.08$
2.1k
views
2 answers
1 votes
Hash tables can contribute to the following problems except1) Counting distinct values2) Dynamiic dictonary3) Symbol table look up4) Range search
15.0k
views
2 answers
2 votes
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
663
views
1 answers
1 votes
During which phase symbol table is not modified.LexicalSemanticBothNone of these
7.9k
views
2 answers
3 votes
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.