When a computer is first turned on or restarted, a special type of absolute loader, called a ___________ is executed?
(A) bootstrap loader
(B) loader
(C) linker
(D) None of the above
In an absolute loading scheme, which loader function is accomplished by assembler________________?
(A) Linking
(B) Loading
(C) Allocation
(D) Reallocation
A sequence of instructions, in a computer language, to get the desired result, is known as______________?
(A) Program
(B) Algorithm
(C) Decision Table
(D) All of the above
Which table is a permanent databases that has an entry for each terminal symbol ?
(A) Reductions
(B) Literal table
(C) Identifier table
(D) Terminal table
Convert the CHARI h#000F, s assembly language instructions into hexadecimal machine language________________?
(A) 40
(B) DA000F
(C) 0111EF
(D) 9001000000
The advantage(s) inherent to using high level languages is/are________________?
(A) A greater degree of machine independence
(B) Improved debugging capability, and superior documentation
(C) Fewer people, less management and shorter transition in learning time
(D) All of the above
Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops_______________?
(A) ASRA
(B) ADDA h#01FE, i
(C) LOADA h#OD4E, i
(D) STOREA h#014B, d
In analyzing the compilation of PL/I program, the term “Machine independent optimization” is associated with______________?
(A) creation of more optional matrix
(B) recognition of basic syntactic constructs through reductions
(C) recognition of basic elements and creation of uniform symbols
(D) use of macro processor to produce more optimal assembly code
Which of the following systems software does the job of merging the records from two flies into one ?
(A) Utility program
(B) Security software
(C) Networking software
(D) Documentation system
Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language________________?
(A) F8
(B) 03 16
(C) 0111EF
(D) 42 65 61 72