download Mastguru Android App

Question Detail

In real time OS, which is most suitable scheduling scheme

  • round robin
  • FCFS
  • pre-emptive scheduling
  • random scheduling
Similar Questions :

1. Which is single user operating system

  • MS-DOS
  • UNIX
  • XENIX
  • LINUX

2. Which is non pre-emptive

  • Round robin
  • FIFO
  • MQS
  • MQSF

3. Which one is true

  • The linkage editor is used to edit programs which have to later link together
  • The linkage editor links object module during compiling
  • The linkage editor links objects modules and resolves external references between them before loading
  • none of above

4. Multiprogramming systems

  • Are easier to develop than single programming systems
  • Execute each job faster
  • Execute more jobs in the same time
  • Are used only on large main frame computers

5. Dynamic allocation of storage areas with VSAM files is accomplished by

  • hashing
  • control splits
  • over flow areas
  • relative recording
Read more from - Operating System Questions Answers - Chapter 1
Post a comment

  • Richa 11 years ago

    In which of the following scheduling polices does context switching never take place?

  • shreyas 11 years ago

    why pre-emptive?

    mastguru 11 years ago replied

    Pre-emptive scheduling takes effect when two jobs compete for the same job slots. If a high-priority job is pending, It can suspend a lower-priority job that is running, and then start the high-priority job instead.

    So In real time, we have certain priority based jobs and pre-emptive scheduling can tackle it.