Compiler Design
Description: System Programming Design System Software and CompilersCompiler Design | |
Number of Questions: 30 | |
Created by: Sara Dalvi | |
Tags: System Programming Design System Software and Compilers Compiler Design |
Which of the following temporarily removes processes from main memory and places them on secondary memory?
Type of incompatibilities between operators and operands, and between formal and actual parameters are another common source of ___________.
A process is brought into existence by some other process executing the __________.
Which of the following is suitable in situations where one has enormous amount of data to quickly search and retrieve information?
Which memory allocation corresponds to non static local variables and call by value parameter variables?
Which of the following is an operating system utility that copies programs from a storage device to main memory, where they can be executed?
Which of the following can also refer to the development of successively more complex, faster programming environments?
Which of the following is the address specified by the programmer using origin statement?
Which intelx86 register holds the location of the input data stream?
In which register do all the major calculations take place in EAX making it similar to a dedicated intelx86 accumulator register?
Which of the following reads the source program one character at a time, carving the source program into a sequence of atomic units called token?
Which of the following is an open set of technical specifications that any person or company can license and use to develop microprocessor and other semiconductor based device on published industry standard?
Which of the following are used in machine instructions and eliminates the need to memorize numeric operation codes?
Which of the following indicates the symbolic mnemonic for each instruction and its length(two, four or six bytes)?
Which of the following allows a user to specify a possibly ambiguous grammer along with precedence and associativity information about operators?
Which of the following is a binding performed after the execution of a program has begun?
Which of the following identifies the sequence of actions necessary to implement the meaning of a source statement?
Which of the following governs the formation of valid statements in the source language?
Which of the following grammars impose no context requirement on derivations or reductions?
Which of the following is a data structure that contains all the information about a process within an operation system?
Which of the following is a gap between the semantics of programs, written in different programming languages?
Which of the following is used to store numbers, constants, differences encountered and their corresponding assignment locations?
Which of the following grammars production specifies that derivation or reduction of strings can take place only in specific contexts?
In which operating system would the assembly line continue to function but the production output might be lower as objects failed to appear at their designated time, causing the robot to be temporarily unproductive?
Which of the following has been designed to look familiar to a programmer, who has already written API based code in Windows?
Which of the following registers holds the location of the current stack frame?
Which of the following is an extension to the accumulator and useful for storing data related to the accumulator's current calculation?
Which of the following is a collection of object files that contains library routines and data?
Which of the following is a particular kind of unintentional memory consumption by a computer program, where the program fails to release memory when no longer needed?
Missing right paranthesis, extraneous comma, colon in place of semicolon, misspelled keyword and an extra blank are the examples of __________.