Question 1
Marks : +2 | -2
Pass Ratio : 100%
What is the similarity between LR, LALR and SLR?
Explanation: The common grounds of these 3 parser is the algorithm but parsing table is different.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Advantage of incorporating the macro-processor into pass 1 is that _________
Explanation: A general-purpose macro processor or general purpose pre-processor is a macro designed primarily for string manipulation, macro definition.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
When there is a reduce/reduce conflict?
Explanation: It occurs when If a state does not know whether it will make a reduction operation using the production rule i or j for a terminal.
Question 7
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%
Assembler is a program that _________
Explanation: An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer’s processor can use to perform its basic operations.