Which of the following program is not a utility? Spooler Debugger Editor All of these TRUE ANSWER : ? YOUR ANSWER : ?
Loaders that allow for program relocation are called relative loaders both (a) and (b) None of these relocating loaders TRUE ANSWER : ? YOUR ANSWER : ?
A compiler for a high-level language that runs on one machine and produces code for a different machine is called multipass compiler one pass compiler cross compiler optimizing compiler TRUE ANSWER : ? YOUR ANSWER : ?
In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun? reenterable module recursive module non-reusable module serially reusable TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following system program forgoes the production of object code to generate absolute machine code and load it into the physical main storage location from which it will be executed immediately upon completion of the assembly? macroprocessor two pass assembler compiler load-and-go assembler TRUE ANSWER : ? YOUR ANSWER : ?
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: 03 16 F8 0111EF 42 65 61 72 TRUE ANSWER : ? YOUR ANSWER : ?
Assembly code data base is associated with a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure assembly language version of the program which is created by the code generation phase and is input to the assembly phase consists of a full or partial list or the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation a permanent table which lists all key words and special symbols of the language in symbolic form TRUE ANSWER : ? YOUR ANSWER : ?
In analyzing the compilation of PL/I program, the description "resolving symbolic address (labels) and generating machine language" is associated with Code generation Assembly and output Syntax analysis Storage assignment TRUE ANSWER : ? YOUR ANSWER : ?
A translator which reads an entire programme written in a high level language and converts it into machine language code is: compiler translator system software assembler TRUE ANSWER : ? YOUR ANSWER : ?
A loader is a program that places programs into memory and prepares them for execution program that accepts a program written in a high level language and produces an object program is a program that appears to execute a source program as if it were machine language a program that automate the translation of assembly language into machine language TRUE ANSWER : ? YOUR ANSWER : ?