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 : ?
Which of the following functions is/ are performed by the loader? Physically place the machine instructions and data into memory All of these Allocate space in memory for the programs and resolve symbolic references between object decks Adjust all address dependent locations, such as address constants, to correspond to the allocated space TRUE ANSWER : ? YOUR ANSWER : ?
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ADDA h#01FE, i ASRA STOREA h#014B, d LOADA h#OD4E, i TRUE ANSWER : ? YOUR ANSWER : ?
Indicate which of the following is not true about 4GL? 4GL does not support a high-level of screen interaction All of these Many database management system packages support 4GLs A 4GL is a software tool which is written, possibly, in some third generation language TRUE ANSWER : ? YOUR ANSWER : ?
A self-relocating program is one which 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 All of these consists of a program and relevant information for its relocation can itself perform the relocation of its address-sensitive portions TRUE ANSWER : ? YOUR ANSWER : ?
A compiler for a high-level language that runs on one machine and produces code for a different machine is called optimizing compiler one pass compiler cross compiler multipass compiler TRUE ANSWER : ? YOUR ANSWER : ?
The macro processor must perform expand macro calls and substitute arguments save the macro definitions All of these recognize macro definitions and macro calls TRUE ANSWER : ? YOUR ANSWER : ?
Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: STOREA h#014B, d ADDA h#01FE, i LOADA h#OD4E, i ASRA TRUE ANSWER : ? YOUR ANSWER : ?
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with recognition of basic syntactic constructs through reductions use of macro processor to produce more optimal assembly code creation of more optional matrix recognition of basic elements and creation of uniform symbols TRUE ANSWER : ? YOUR ANSWER : ?
A development stategy whereby the executive control modules of a system are coded and tested first, is known as Left-Right development Bottom-up development All of these Top-down development TRUE ANSWER : ? YOUR ANSWER : ?