edited by
12,737 views
44 votes
44 votes

Which combination of the following features will suffice to characterize an OS as a multi-programmed OS?

  1. More than one program may be loaded into main memory at the same time for execution
  2. If a program waits for certain events such as I/O, another program is immediately scheduled for execution
  3. If the execution of a program terminates, another program is immediately scheduled for execution.
  1. (a)
  2. (a) and (b)
  3. (a) and (c)
  4. (a), (b) and (c)
edited by

5 Answers

0 votes
0 votes
In batch processing processes halt in between executions and and there is no preemptive scheduling.So option d.
Answer:

Related questions

25 votes
25 votes
1 answer
1
Kathleen asked Sep 15, 2014
4,242 views
We require a four state automaton to recognize the regular expression $(a\mid b)^*abb$Give an NFA for this purposeGive a DFA for this purpose
30 votes
30 votes
3 answers
2
Kathleen asked Sep 15, 2014
9,276 views
In $2's$ complement addition, overflowis flagged whenever there is carry from sign bit additioncannot occur when a positive value is added to a negative valueis flagged w...