System Administrator 2026
Complex scheduling algorithms ____________
  • A. Are very appropriate for very large computers
  • B. Use minimal resources
  • C. Use many resources
  • D. All of the mentioned
What is FIFO algorithm?
  • A. First executes the job that came in last in the queue
  • B. First executes the job that came in first in the queue
  • C. First executes the job that needs minimal processor
  • D. First executes the job that has maximum processor needs
The strategy of making processes that are logically runnable to be temporarily suspended is called ____________
  • A. Non preemptive scheduling
  • B. Preemptive scheduling
  • C. Shortest job first
  • D. First come first served
What is Scheduling?
  • A. Allowing a job to use the processor
  • B. Making proper use of processor
  • C. All of the mentioned
  • D. None of the mentioned
Orders are processed in the sequence they arrive if _______ rule sequences the jobs.
  • A. Earliest due date
  • B. Slack time remaining
  • C. First come, first served
  • D. Critical ratio
Which of the following algorithms tends to minimize the process flow time?
  • A. First come first served
  • B. Shortest job first
  • C. Earliest deadline first
  • D. Longest job first
Under multiprogramming, turnaround time for short jobs is usually ________ and that for long jobs is slightly ___________
  • A. Lengthened; shortened
  • B. Shortened; lengthened
  • C. Shortened; shortened
  • D. Shortened; unchanged
Concurrent access to shared data may result in ____________
  • A. Data consistency
  • B. Data insecurity
  • C. Data inconsistency
  • D. None of the mentioned