System Software and Compiler
Description: System software and compiler RelationshipsSystem Software and CompilersCompiler Design | |
Number of Questions: 25 | |
Created by: Prabha Kade | |
Tags: System software and compiler Relationships System Software and Compilers Compiler Design |
Which of the following programs is used to manage the storage and processing resources of the computer and perform other management and monitoring functions?
Which of the following techniques takes the list of tokens produced by the lexical analysis and arranges the tokens in a tree structure?
Which of the following programs is used to perform a specific task for the computer user such as sales analysis, payroll analysis etc.?
Which of the following tools is a software system that accepts the specification of a program to be generated and generates a program in the target PL?
Which of the following techniques analyses the syntax tree to determine if the program violates certain consistency requirements?
Which of the following techniques is used to represent the automatic generation of a program and source language is a specification language of an application domain?
Which of the following programs is used to execute from a storage area other than the one designated for it at the time of its coding or translation?
Which of the following tools incorporates a context search which permits the user to indicate a position in the text by specifying a character string?
In which of the following object file formats, the data also may be incomplete because of unresolved references to labels in other files?
In which of the following techniques, there are some address dependent locations in the program and address constant must be adjusted according to allocated space?
Which of the following object file formats associates addresses with external labels in the source file and lists unresolved references?
Which of the following programs is stored on the system residence device to perform a specific standard function?
Which of the following object file formats is used to describe the size and position of the other peices of file?
Which of the following techniques is defined as the process of merging many object modules to form a single machine language program?
By using which of the following tools, context searches and editing operations can be performed uniformly through the text?
In which of the following object file formats, the debugger can find which instruction addresses correspond to lines in a source file and print the data structures in readable form?
In which of the following techniques, the text is read and divided into tokens, each of which corresponds to a symbol in the programming language?
Which of the following programs contains information regarding its address sensitivity and the code to make use of this information to relocate the address sensitive part of its code?
Which of the following tools is used to transform human readable specification of tokens and white spaces into efficient programs?
In which of the following techniques, the storage requirement of a particular constituent is calculated from various information items like its length and dimensionality stored in the tables?
Which of the following tools can be constructed to recognise virtually all programming language constructs for which context free grammers can be written?
Which of the following techniques is used to locate a program in an appropriate area of the main storage of a computer when it is to be executed?
Which of the following programs does not contain information about address sensitivity of parts of the programs?
Which of the following tools takes the input as a string of individual letters and divides the string into tokens?
Which of the following techniques arises due to the difference between the manner in which a software designer describes the ideas concerning the behavior of a software and the manner in which these ideas are implemented in a computer system?