Operating System - Study Mode

[#326] In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with
Correct Answer

(B) recognition of basic elements and creation of uniform symbols

Explanation

Solution: In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with recognition of basic elements and creation of uniform symbols.

[#327] Resolution of externally defined symbols is performed by
Correct Answer

(A) Linker

Explanation

Solution: Resolution of externally defined symbols is performed by Linker

[#328] System generation is
Correct Answer

(C) varies in difficulty between systems

Explanation

Solution: In computing system generation or sysgen is the process of creating a particular unique instance of an operating system by combining user-specified options and parameters with manufacturer-supplied general-purpose program code to produce an operating system tailored for a particular hardware and software environment. A large general-purpose program such as an operating system has to provide support for all variations of Central processing unit (CPU) that it might be run on, for all supported main memory sizes, and for all possible configurations of input/output (I/O) equipment. No one installation requires all this support, so system generation provides a process for selecting the options and features actually required on any one system.

[#329] The Memory Address Register
Correct Answer

(C) contains the address of the memory location that is to be read from or stored into.

Explanation

Solution: The Memory Address Register contains the address of the memory location that is to be read from or stored into.

[#330] In virtual memory systems, Dynamic address translation
Correct Answer

(A) is the hardware necessary to implement paging

Explanation

Solution: In virtual memory systems, Dynamic address translation is the hardware necessary to implement paging