Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ASRA STOREA h#014B, d LOADA h#OD4E, i ADDA h#01FE, i TRUE ANSWER : ? YOUR ANSWER : ?
The system/370 assembler language is a term that refers to the control programs of an operating system 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 allows the programmer to write base registers and displacements explicitly in the source program TRUE ANSWER : ? YOUR ANSWER : ?
A base register table 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 allows multiple programs to reside in separate areas of core at the same time TRUE ANSWER : ? YOUR ANSWER : ?
A compiler 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 : ?
In an absolute loading scheme, which loader function is accomplished by assembler Reallocation Loading Linking Allocation TRUE ANSWER : ? YOUR ANSWER : ?
Job Control Language (JCL) statements are Used to Allocate the CPU to a job Read the input from the slow-speed card reader to the high-speed magnetic disk Specify, to the operating system, the beginning and end of a job in a batch All of these TRUE ANSWER : ? YOUR ANSWER : ?
A non-relocatable 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 consists of a program and relevant information for its relocation can itself perform the relocation of its address-sensitive portions All of these TRUE ANSWER : ? YOUR ANSWER : ?
Convert the CHARI h#000F, s assembly language instructions into hexadecimal machine language: 0111EF 9000000000 DA000F 40 TRUE ANSWER : ? YOUR ANSWER : ?
The advantage(s) inherent to using high level languages is/are: Improved debugging capability, and superior documentation Fewer people, less management and shorter transition in learning time A greater degree of machine independence All of these 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 : ?