Advantage(s) of using assembly language rather than machine language is/are: It is mnemonic and easy to read All of these Addresses any symbolic, not absolute Introduction of data to program is easier 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 : ?
The function(s) of the Syntax phase is/ are: 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 to recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs TRUE ANSWER : ? YOUR ANSWER : ?
Assembly code data base is associated with 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 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 a permanent table which lists all key words and special symbols of the language in symbolic form TRUE ANSWER : ? YOUR ANSWER : ?
A base register table is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain allows the programmer to write base registers and displacements explicitly in the source program allows multiple programs to reside in separate areas of core at the same time is a term that refers to the control programs of an operating system TRUE ANSWER : ? YOUR ANSWER : ?
A system program that combines the separately compiled modules of a program into a form suitable for execution load and go assembler cross compiler linking loader 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? compiler load-and-go assembler two pass assembler macroprocessor TRUE ANSWER : ? YOUR ANSWER : ?
A loader is a program that automate the translation of assembly language into machine language a program that places programs into memory and prepares them for execution is a program that appears to execute a source program as if it were machine language program that accepts a program written in a high level language and produces an object program TRUE ANSWER : ? YOUR ANSWER : ?
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: F8 42 65 61 72 0111EF 03 16 TRUE ANSWER : ? YOUR ANSWER : ?
The table created by lexical analysis to describe all literals used in the source program, is: Identifier table Reductions Literal table Terminal table TRUE ANSWER : ? YOUR ANSWER : ?