Operating System - Study Mode

[#361] Operating system
Correct Answer

(B) provides a layered, user-friendly interface

Explanation

Solution: Operating system provides a layered, user-friendly interface. Layered Structure is a type of system structure in which the different services of the operating system are split into various layers, where each layer has a specific well-defined task to perform.

[#362] Software that measures, monitors, analyzes, and controls real-world events is called:
Correct Answer

(B) real-time software

Explanation

Solution: Software that measures, monitors, analyzes, and controls real-world events is called real-time software

[#363] The details of all external symbols and relocation formation (relocation list or map) is provided to linker by
Correct Answer

(B) Translator

Explanation

Solution: The details of all external symbols and relocation formation (relocation list or map) is provided to linker by Translator

[#364] The macro processor must perform
Correct Answer

(D) all of the above

Explanation

Solution: A macro processor enables you to define and to use macros in your assembly programs. When you define a macro, you provide text (usually assembly code) that you want to associate with a macro name. Then, when you want to include the macro text in your assembly program, you provide the name of the macro.

[#365] A development strategy whereby the executive control modules of a system are coded and tested first, is known as
Correct Answer

(B) Top-down development

Explanation

Solution: A development strategy whereby the executive control modules of a system are coded and tested first, is known as Top-down development.