Operating System - Study Mode
[#401] Which of the following is not true about documentation?
Correct Answer
(B) Documentation increases the maintenance time and cost
Explanation
Solution: Documentation is any communicable material that is used to describe, explain or instruct regarding some attributes of an object, system or procedure, such as its parts, assembly, installation, maintenance and use. Documentation can be provided on paper, online or on digital or analog media, such as audio tape or CDs.
[#402] The system/370 assembler language
Correct Answer
(A) allows the programmer to write base registers and displacements explicitly in the source program.
Explanation
Solution: The system/370 assembler language allows the programmer to write base registers and displacements explicitly in the source program.
[#403] Scheduling is
Correct Answer
(A) allowing jobs to use the processor
Explanation
Solution: The process scheduling is the activity of the process manager that handles the removal of the running process from the CPU and the selection of another process on the basis of a particular strategy. Process scheduling is an essential part of Multiprogramming operating systems.
[#404] What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?
Correct Answer
(A) preemptive scheduling
Explanation
Solution: Preemptive Scheduling: A scheduling discipline is preemptive if, once a process has been given the CPU can taken away. The strategy of allowing processes that are logically runable to be temporarily suspended is called Preemptive Scheduling and it is contrast to the "run to completion" method.
[#405] In an absolute loading scheme, which loader function is accomplished by the loader
Correct Answer
(D) Loading
Explanation
Solution: In an absolute loading scheme, Loading function is accomplished by the loader