Compiler Design - 1
Description: Compiler Design - 1 | |
Number of Questions: 15 | |
Created by: Darshan Khurana | |
Tags: Compiler Design - 1 Compiler Design |
Which kind of errors are corrected by Minimum Hamming Distance Method?
Which of the following is associated with the term “Machine independent optimisation” in analysing the compilation of PL/I programme?
If the control signals (m, n, p, q, r, s, t) for same micro-instructions and their corresponding 17 CC's are: {m, q, s, t, m, n, q, p, t, q, r, t}, which of the following are to be removed to determine the minimum MCC cover?
A programmer, by mistake, writes an instruction 'divide' instead of 'multiply'. Which of the following will detect such kind of error?
Which of the following optimisations avoids a test at every iteration?
Which of the following is not true for a non-relocatable programme?
The advantage(s) of incorporating the macro-processor into pass I is/are that
The process, when we divide a project into segments and smaller units in order to simplify the analysis, design and programming efforts, is known as
A language, with string manipulation facilities, uses the following operations: head (s): First character of a string tail (s): All, but the first character of a string concat (s1, s2) : s1 s2 For the string acbc, what will be the output of concat (head (s), head (tail (tail(s))))?
Which of the following is true about an ideal compiler?
Which of the following parts of the system software must reside in the main memory under all circumstances?
Which of the following system-programmes forgoes the production of object code to generate absolute machine code and loads it into the physical main storage location from which it will be executed immediately upon completion of the assembly?
Which of the following means 'reduction in strength'?
Which of the following is true in case of 'C language'?
If two finite state machines M and N are isomorphic, which of the following is true?