Computer Operating System - Quiz

  • Aa hardware
  • Ba software
  • Ccan be a hardware as well as software
  • Dcan neither be a hardware nor a software
  • AMultiprocessing
  • BMultithreading
  • CMultiprocessing
  • DMulticapable
  • AProcess management
  • BMemory Management
  • CInternet Server management
  • DFile Management
  • ASynchronization problem
  • BNon preemption
  • CHold and wait
  • DCircular wait
  • AFirst-Come, First-Served (FCFS)
  • BRound Robin (RR)
  • CShortest Job First (SJF)
  • DPriority Scheduling
  • AIt keeps track of the main memory and checks which part is in use and by which process. Italso keeps track of the part that is not in use.
  • BIt checks whether the RAM is physically broken or not and gives a relevant message duringthe booting process.
  • CIt makes a decision on which process will get memory when and by how much.
  • DIt allocates the memory according to the requirement of the process.