The Process Manager has to keep track of___________________?
A. the status of each program
B. the priority of each program
C. both A and B
D. the information management support to a programmer using the system
A. the status of each program
B. the priority of each program
C. both A and B
D. the information management support to a programmer using the system
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. a program that accepts a program written in a high level language and produces an object program
A. operating systems
B. input/output units that operate independently of the CPU
C. both A and B
D. neither A nor B
A. Linking
B. Loading
C. Allocation
D. Reallocation
A. to build a uniform symbol table
B. to build a literal table and an identifier table
C. to parse the source program into the basic elements or tokens of the language
D. to recognize the major constructs of the language and to call the appropriate action routines that will generate the intermediate form or matrix for these constructs
A. Interpreter is a kind of translator
B. Interpreter generates an object program from the source program
C. Interpreter analyses each source statement every time it is to be executed
D. All of the above
A. Physically place the machine instructions and data into memory
B. Allocate space in memory for the programs and resolve symbolic references between object decks
C. Adjust all address dependent locations, such as address constants, to correspond to the allocated space
D. All of the above