Search
.Management Sciences
Category: Language processors
Convert the BRNE h#01E6, i assembly language instructions into hexadecimal machine language______________?
A. 40
B. 0111EF
C. 9001000000
D. DA000F
Convert the ASLA assembly language instructions into hexadecimal machine language_______________?
A. 40
B. 0111EF
C. 9001000000
D. DA000F
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language________________?
A. F8
B. 03 16
C. 0111EF
D. 42 65 61 72
A self-relocating program is one which_________________?
A. consists of a program and relevant information for its relocation
B. can itself perform the relocation of its address-sensitive portions
C. 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
D. All of the above
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 immedia________________?
A. compiler
B. macroprocessor
C. two pass assembler
D. load-and-go assembler
The macro processor must perform________________?
A. save the macro definitions
B. recognize macro definitions and macro calls
C. expand macro calls and substitute arguments
D. All of the above
Advantage(s) of using assembly language rather than machine language is/are____________________?
A. Introduction of data to program is easier
B. Addresses any symbolic, not absolute
C. It is mnemonic and easy to read
D. All of the above
Which of the following functions is/ are performed by the loader ?
A. Physically place the machine instructions and data into memory
B. Allocate space in memory for the programs and resolve symbolic references between object decks
C. Adjust all address dependent locations, such as address constants, to correspond to the allocated space
D. All of the above
Indicate whether the statement LDA B is a statement, in_________________?
A. Machine language
B. Assembly language
C. High level language
D. All of the above
The action of parsing the source program into the proper syntactic classes is known as________________?
A. lexical analysis
B. syntax analysis
C. general syntax analysis
D. interpretation analysis
Recent Comments