The function(s) of the Storage Assignment is/are: to assign storage to all variables referenced in the source program All of these to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized to assign storage to all temporary locations that are necessary for intermediate results TRUE ANSWER : ? YOUR ANSWER : ?
A system program that combines the separately compiled modules of a program into a form suitable for execution assembler cross compiler load and go linking loader TRUE ANSWER : ? YOUR ANSWER : ?
Assembly code data base is associated with assembly language version of the program which is created by the code generation phase and is input to the assembly phase a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure 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 : ?
Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: F8 03 16 42 65 61 72 0111EF TRUE ANSWER : ? YOUR ANSWER : ?
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with recognition of basic elements and creation of uniform symbols recognition of basic syntactic constructs through reductions use of macro processor to produce more optimal assembly code creation of more optional matrix TRUE ANSWER : ? YOUR ANSWER : ?
In analyzing the compilation of PL/I program, the term "Machine independent optimization" is associated with creation of more optional matrix recognition of basic syntactic constructs through reductions use of macro processor to produce more optimal assembly code recognition of basic elements and creation of uniform symbols TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following might be used to convert high-level language instructions into machine language? an interpreter an operating environment applications software system software TRUE ANSWER : ? YOUR ANSWER : ?
A relocate program form is the one which cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation consists of a program and relevant information for its relocation All of these can itself perform the relocation of its address-sensitive portions TRUE ANSWER : ? YOUR ANSWER : ?
Indicate whether the statement LDA B is a statement, in Machine language High level language All of these Assembly language TRUE ANSWER : ? YOUR ANSWER : ?
Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ASRA LOADA h#OD4E, i STOREA h#014B, d ADDA h#01FE, i TRUE ANSWER : ? YOUR ANSWER : ?