An algorithm is best described as A computer language All of these A branch of mathematics A step by step procedure for solving a problem TRUE ANSWER : ? YOUR ANSWER : ?
Loaders that allow for program relocation are called relative loaders None of these both (a) and (b) relocating loaders TRUE ANSWER : ? YOUR ANSWER : ?
A compiler 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 : ?
The advantage(s) of incorporating the macro processor into pass 1 is/ are: many functions do not have to be implemented twice more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler All of these TRUE ANSWER : ? YOUR ANSWER : ?
A self-relocating program is one which can itself perform the relocation of its address-sensitive portions 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 consists of a program and relevant information for its relocation All of these TRUE ANSWER : ? YOUR ANSWER : ?
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 immediately upon completion of the assembly? compiler two pass assembler load-and-go assembler macroprocessor TRUE ANSWER : ? YOUR ANSWER : ?
Assembly code data base is associated with consists of a full or partial list or the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure a permanent table which lists all key words and special symbols of the language in symbolic form assembly language version of the program which is created by the code generation phase and is input to the assembly phase TRUE ANSWER : ? YOUR ANSWER : ?
Convert the CHARI h#000F, s assembly language instructions into hexadecimal machine language: 0111EF DA000F 9000000000 40 TRUE ANSWER : ? YOUR ANSWER : ?
Indicate whether the statement LDA B is a statement, in Machine language High level language All of these Assembly language TRUE ANSWER : ? YOUR ANSWER : ?
The Process Manager has to keep track of: the status of each program both (a) and (b) the information management support to a programmer using the system the priority of each program TRUE ANSWER : ? YOUR ANSWER : ?