Language Processors Job Control Language (JCL) statements are Used to Allocate the CPU to a job All of these Specify, to the operating system, the beginning and end of a job in a batch Read the input from the slow-speed card reader to the high-speed magnetic disk Allocate the CPU to a job All of these Specify, to the operating system, the beginning and end of a job in a batch Read the input from the slow-speed card reader to the high-speed magnetic disk ANSWER DOWNLOAD EXAMIANS APP
Language Processors The table created by lexical analysis to describe all literals used in the source program, is: Reductions Identifier table Literal table Terminal table Reductions Identifier table Literal table Terminal table ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about an interpreter? Interpreter generates an object program from the source program Interpreter is a kind of translator Interpreter analyses each source statement every time it is to be executed All of these Interpreter generates an object program from the source program Interpreter is a kind of translator Interpreter analyses each source statement every time it is to be executed All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the BRNE h#01E6, i assembly language instructions into hexadecimal machine language: 9000000000 40 0111EF DA000F 9000000000 40 0111EF DA000F ANSWER DOWNLOAD EXAMIANS APP
Language Processors 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 non-reusable module recursive module serially reusable reenterable module non-reusable module recursive module serially reusable ANSWER DOWNLOAD EXAMIANS APP
Language Processors The task(s) of the Lexial analysis phase is/are: All of these to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table to build a uniform symbol table All of these to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP