Language processors MCQs

61 MCQs  — Computer Programming MCQs  (Page 4 of 7)

A loader is_________________?
A. A program that places programs into memory and prepares them for execution
B. A program that automate the translation of assembly language into machine language
C. Is a program that appears to execute a source program as if it were machine language
D. Program that accepts a program written in a high level language and produces an object program
In analyzing the compilation of PL/I program, the term “Syntax analysis” is associated with________________?
A. Creation of more optional matrix
B. Recognition of basic syntactic constructs through reductions
C. Recognition of basic elements and creation of uniform symbols
D. Use of macro processor to produce more optimal assembly code
Loaders that allow for program relocation are called__________________?
A. Relative loaders
B. Relocating loaders
C. Both a and b
D. None of the above
In analyzing the compilation of PL/I program, the term “Lexical analysis” is associated with________________?
A. Creation of more optional matrix
B. Recognition of basic syntactic constructs through reductions
C. Recognition of basic elements and creation of uniform symbols
D. Use of macro processor to produce more optimal assembly code
Job Control Language (JCL) statements are Used to___________________?
A. Allocate the cpu to a job
B. Specify, to the operating system, the beginning and end of a job in a batch
C. Read the input from the slow-speed card reader to the high-speed magnetic disk
D. All of the above
Multiprogramming was made possible by____________________?
A. Operating systems
B. Input/output units that operate independently of the cpu
C. Both a and b
D. Neither a nor b
An algorithm is best described as_______________?
A. A computer language
B. A branch of mathematics
C. A step by step procedure for solving a problem
D. All of the above