Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. Which combination of the following features will suffice to characterize an operating system as a multi-programmed operating system?
    (A) More than one programs may be loaded into main memory at the same time for execution.
    (B) If a program waits for certain events such as IN/ OUT, another program is immediately scheduled for execution.
    (C) If the execution of a program terminates, another program is immediately scheduled for execution.
    1. (A) only
    2. (A) and (B)
    3. (A) and (C)
    4. (A), (B) and (C)
Correct Option: B

Multi-programmed :- More than one program can run on single CPU, when one is blocked.
(A) Is true and a characteristic of multi-programmed
(B) Is true & also characterize a multi-programmed OS
(C) Is true but no necessary for this type this happens in all OS, even in batch processor.
Hence (b) is correct option.



Your comments will be displayed only after manual approval.