Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: 0111EF 03 16 F8 42 65 61 72 TRUE ANSWER : ? YOUR ANSWER : ?
The task(s) of the Lexial analysis phase is/are: to build a uniform symbol table to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table All of these TRUE ANSWER : ? YOUR ANSWER : ?
Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: 42 65 61 72 F8 0111EF 03 16 TRUE ANSWER : ? YOUR ANSWER : ?
Multiprogramming was made possible by both (a) and (b) input/output units that operate independently of the CPU neither (a) nor (b) operating systems 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? recursive module reenterable module serially reusable non-reusable module TRUE ANSWER : ? YOUR ANSWER : ?
In analyzing the compilation of PL/I program, the term "Machine independent optimization" is associated with recognition of basic elements and creation of uniform symbols recognition of basic syntactic constructs through reductions creation of more optional matrix use of macro processor to produce more optimal assembly code TRUE ANSWER : ? YOUR ANSWER : ?
Advantage(s) of using assembly language rather than machine language is/are: It is mnemonic and easy to read Addresses any symbolic, not absolute Introduction of data to program is easier All of these TRUE ANSWER : ? YOUR ANSWER : ?
A non-relocatable program is one which All of these 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 can itself perform the relocation of its address-sensitive portions TRUE ANSWER : ? YOUR ANSWER : ?
In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with recognition of basic elements and creation of uniform symbols creation of more optional matrix recognition of basic syntactic constructs through reductions use of macro processor to produce more optimal assembly code TRUE ANSWER : ? YOUR ANSWER : ?
Bug means Documenting programs using an efficient documentation tool A logical error in a program All of these A difficult syntax error in a program TRUE ANSWER : ? YOUR ANSWER : ?