Language Processors Indicate which of the following is not true about an interpreter? All of these Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program Interpreter is a kind of translator All of these Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program Interpreter is a kind of translator ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following systems software does the job of merging the records from two flies into one? Documentation system Utility program Networking software Security software Documentation system Utility program Networking software Security software ANSWER DOWNLOAD EXAMIANS APP
Language Processors When a computer is first turned on or restarted, a special type of absolute loader, called a ______ is executed linker None of these loader bootstrap loader linker None of these loader bootstrap loader ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language F8 0111EF 42 65 61 72 03 16 F8 0111EF 42 65 61 72 03 16 ANSWER DOWNLOAD EXAMIANS APP
Language Processors The table created by lexical analysis to describe all literals used in the source program, is: Terminal table Identifier table Literal table Reductions Terminal table Identifier table Literal table Reductions ANSWER DOWNLOAD EXAMIANS APP
Language Processors The function(s) of the Storage Assignment is/are: All of these to assign storage to all temporary locations that are necessary for intermediate results to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized to assign storage to all variables referenced in the source program All of these to assign storage to all temporary locations that are necessary for intermediate results to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized to assign storage to all variables referenced in the source program ANSWER DOWNLOAD EXAMIANS APP