Question 2
Marks : +2 | -2
Pass Ratio : 100%
Explanation: A permanent database that has entry for each terminal symbols such as arithmetic operators, keywords, punctuation characters such as ‘;’, ‘,’etc Fields: Name of the symbol.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
When ß is empty (A -> ß.,a), the reduction by A-> a is done by _________
Explanation: The next token is considered in this case it’s a.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of these is true about LR parsing?
Explanation: LR parsers are a type of bottom-up parsers that efficiently handle deterministic context-free languages in guaranteed linear time.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
A loader is a program that _________
Explanation: A loader is the part of an operating system that is responsible for loading programs and libraries. It is important in the process of placing the programs into memory and executing them.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Uniform symbol table _________
Explanation: Each pass scans the program, the first pass generates the symbol table and the second pass generates the machine code.