Which of the following program is not a utility? All of these Editor Debugger Spooler TRUE ANSWER : ? YOUR ANSWER : ?
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: 03 16 F8 42 65 61 72 0111EF TRUE ANSWER : ? YOUR ANSWER : ?
A loader is 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 a program that places programs into memory and prepares them for execution a program that automate the translation of assembly language into machine language TRUE ANSWER : ? YOUR ANSWER : ?
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: LOADA h#OD4E, i ADDA h#01FE, i ASRA STOREA h#014B, d TRUE ANSWER : ? YOUR ANSWER : ?
The function(s) of the Storage Assignment is/are: 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 to assign storage to all variables referenced in the source program TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following might be used to convert high-level language instructions into machine language? system software applications software an interpreter an operating environment TRUE ANSWER : ? YOUR ANSWER : ?
Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language F8 42 65 61 72 03 16 0111EF TRUE ANSWER : ? YOUR ANSWER : ?
Assembler 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 a program that accepts a program written in a high level language and produces an object program is a program that appears to execute a source program as if it were machine language TRUE ANSWER : ? YOUR ANSWER : ?
Job Control Language (JCL) statements are Used to Specify, to the operating system, the beginning and end of a job in a batch Allocate the CPU to a job Read the input from the slow-speed card reader to the high-speed magnetic disk All of these TRUE ANSWER : ? YOUR ANSWER : ?
Advantage(s) of using assembly language rather than machine language is/are: Addresses any symbolic, not absolute Introduction of data to program is easier All of these It is mnemonic and easy to read TRUE ANSWER : ? YOUR ANSWER : ?