A compiler for a high-level language that runs on one machine and produces code for a different machine is called________________?
A. cross compiler
B. one pass compiler
C. multipass compiler
D. optimizing compiler
A. cross compiler
B. one pass compiler
C. multipass compiler
D. optimizing compiler
A. to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized
B. to assign storage to all temporary locations that are necessary for intermediate results
C. to assign storage to all variables referenced in the source program
D. All of the above
A. A computer language
B. A branch of mathematics
C. A step by step procedure for solving a problem
D. All of the above
A. is a term that refers to the control programs of an operating system
B. allows multiple programs to reside in separate areas of core at the same time
C. allows the programmer to write base registers and displacements explicitly in the source program
D. is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain
A. assembler
B. load and go
C. linking loader
D. cross compiler
A. A logical error in a program
B. A difficult syntax error in a program
C. Documenting programs using an efficient documentation tool
D. All of the above
A. many functions do not have to be implemented twice
B. more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros
C. Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler
D. All of the above