A loader is is a program that appears to execute a source program as if it were machine language a program that places programs into memory and prepares them for execution program that accepts a program written in a high level language and produces an object program a program that automate the translation of assembly language into machine language TRUE ANSWER : ? YOUR ANSWER : ?
The system/370 assembler language allows multiple programs to reside in separate areas of core at the same time is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain is a term that refers to the control programs of an operating system allows the programmer to write base registers and displacements explicitly in the source program TRUE ANSWER : ? YOUR ANSWER : ?
In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register? indirect mode immediate mode absolute mode index mode TRUE ANSWER : ? YOUR ANSWER : ?
The macro processor must perform save the macro definitions recognize macro definitions and macro calls All of these expand macro calls and substitute arguments TRUE ANSWER : ? YOUR ANSWER : ?
Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language 42 65 61 72 0111EF 03 16 F8 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 : ?
An algorithm is best described as All of these A step by step procedure for solving a problem A branch of mathematics A computer language TRUE ANSWER : ? YOUR ANSWER : ?
Convert the ASLA assembly language instructions into hexadecimal machine language: DA000F 40 9000000000 0111EF TRUE ANSWER : ? YOUR ANSWER : ?
The action of parsing the source program into the proper syntactic classes is known as general syntax analysis interpretation analysis syntax analysis lexical analysis TRUE ANSWER : ? YOUR ANSWER : ?
A sequence of instructions, in a computer language, to get the desired result, is known as All of these Algorithm Program Decision Table TRUE ANSWER : ? YOUR ANSWER : ?