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?
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?
Loaders that allow for program relocation are called
Loaders that allow for program relocation are called
Indicate which of the following is not true about 4GL?
Indicate which of the following is not true about 4GL?
The task(s) of the Lexial analysis phase is/are:
The task(s) of the Lexial analysis phase is/are:
Multiprogramming was made possible by
Multiprogramming was made possible by
Convert the CHARI h#000F, s assembly language instructions into hexadecimal machine language:
Convert the CHARI h#000F, s assembly language instructions into hexadecimal machine language:
In analyzing the compilation of PL/I program, the term "Machine independent optimization" is associated with
In analyzing the compilation of PL/I program, the term "Machine independent optimization" is associated with
A base register table
A base register table
Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
Indicate which of the following is not true about an interpreter?
Indicate which of the following is not true about an interpreter?
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language:
Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language:
An Interpreter is
An Interpreter is
Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language:
Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language:
The advantage(s) inherent to using high level languages is/are:
The advantage(s) inherent to using high level languages is/are:
The function(s) of the Syntax phase is/ are:
The function(s) of the Syntax phase is/ are:
The Process Manager has to keep track of:
The Process Manager has to keep track of:
Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language
Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language
Convert the ASLA assembly language instructions into hexadecimal machine language:
Convert the ASLA assembly language instructions into hexadecimal machine language:
Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
The table created by lexical analysis to describe all literals used in the source program, is:
The table created by lexical analysis to describe all literals used in the source program, is:
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with
If special forms are needed for printing the output, the programmer specifies these forms through
If special forms are needed for printing the output, the programmer specifies these forms through
A system program that combines the separately compiled modules of a program into a form suitable for execution
A system program that combines the separately compiled modules of a program into a form suitable for execution
Advantage(s) of using assembly language rather than machine language is/are:
Advantage(s) of using assembly language rather than machine language is/are:
In an absolute loading scheme, which loader function is accomplished by loader?
In an absolute loading scheme, which loader function is accomplished by loader?
A development stategy whereby the executive control modules of a system are coded and tested first, is known as
A development stategy whereby the executive control modules of a system are coded and tested first, is known as
The system/370 assembler language
The system/370 assembler language
In analyzing the compilation of PL/I program, the description "resolving symbolic address (labels) and generating machine language" is associated with
In analyzing the compilation of PL/I program, the description "resolving symbolic address (labels) and generating machine language" is associated with
Which of the following program is not a utility?
Which of the following program is not a utility?
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?
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?
A non-relocatable program is one which
A non-relocatable program is one which
The function(s) of the Storage Assignment is/are:
The function(s) of the Storage Assignment is/are:
In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register?
In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register?
When a computer is first turned on or restarted, a special type of absolute loader, called a ______ is executed
When a computer is first turned on or restarted, a special type of absolute loader, called a ______ is executed
Convert the BRNE h#01E6, i assembly language instructions into hexadecimal machine language:
Convert the BRNE h#01E6, i assembly language instructions into hexadecimal machine language:
A compiler for a high-level language that runs on one machine and produces code for a different machine is called
A compiler for a high-level language that runs on one machine and produces code for a different machine is called
Which of the following systems software does the job of merging the records from two flies into one?
Which of the following systems software does the job of merging the records from two flies into one?
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
A sequence of instructions, in a computer language, to get the desired result, is known as
A sequence of instructions, in a computer language, to get the desired result, is known as
Job Control Language (JCL) statements are Used to
Job Control Language (JCL) statements are Used to
Systems software is a program that directs the overall operation of the computer, facilitates its use and interacts with the users. What are the different types of this software?
Systems software is a program that directs the overall operation of the computer, facilitates its use and interacts with the users. What are the different types of this software?
A translator which reads an entire programme written in a high level language and converts it into machine language code is:
A translator which reads an entire programme written in a high level language and converts it into machine language code is:
Assembler is
Assembler is
An algorithm is best described as
An algorithm is best described as
Which of the following might be used to convert high-level language instructions into machine language?
Which of the following might be used to convert high-level language instructions into machine language?
The macro processor must perform
The macro processor must perform
A self-relocating program is one which
A self-relocating program is one which
Which table is a permanent databases that has an entry for each terminal symbol?
Which table is a permanent databases that has an entry for each terminal symbol?
Indicate whether the statement LDA B is a statement, in
Indicate whether the statement LDA B is a statement, in
A relocate program form is the one which
A relocate program form is the one which
The action of parsing the source program into the proper syntactic classes is known as
The action of parsing the source program into the proper syntactic classes is known as
In an absolute loading scheme, which loader function is accomplished by assembler
In an absolute loading scheme, which loader function is accomplished by assembler
The advantage(s) of incorporating the macro processor into pass 1 is/ are:
The advantage(s) of incorporating the macro processor into pass 1 is/ are:
Which of the following functions is/ are performed by the loader?
Which of the following functions is/ are performed by the loader?
A compiler is
A compiler is
Terminal Table
Terminal Table
Assembly code data base is associated with
Assembly code data base is associated with
In which way(s) can a macro processor for assembly language be implemented?
In which way(s) can a macro processor for assembly language be implemented?
In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with
In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with