Multiprogramming was made possible by both (a) and (b) input/output units that operate independently of the CPU operating systems neither (a) nor (b) TRUE ANSWER : ? YOUR ANSWER : ?
In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun? non-reusable module recursive module serially reusable reenterable module TRUE ANSWER : ? YOUR ANSWER : ?
The table created by lexical analysis to describe all literals used in the source program, is: Literal table Terminal table Reductions Identifier table TRUE ANSWER : ? YOUR ANSWER : ?
A non-relocatable program is one which consists of a program and relevant information for its relocation 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 can itself perform the relocation of its address-sensitive portions All of these TRUE ANSWER : ? YOUR ANSWER : ?
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: 03 16 42 65 61 72 0111EF F8 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? load-and-go assembler compiler macroprocessor two pass assembler TRUE ANSWER : ? YOUR ANSWER : ?
The task(s) of the Lexial analysis phase is/are: to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table to build a uniform symbol table All of these TRUE ANSWER : ? YOUR ANSWER : ?
A development stategy whereby the executive control modules of a system are coded and tested first, is known as All of these Top-down development Left-Right development Bottom-up development TRUE ANSWER : ? YOUR ANSWER : ?
If special forms are needed for printing the output, the programmer specifies these forms through Utility programs JCL Load modules IPL TRUE ANSWER : ? YOUR ANSWER : ?
In an absolute loading scheme, which loader function is accomplished by loader? Linking Reallocation Loading Allocation TRUE ANSWER : ? YOUR ANSWER : ?