logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What are short, long and medium-term scheduling?


  • Correct Answer
  • Long term scheduler determines which programs are admitted to the system for processing It controls the degree of multiprogramming Once admitted, a job becomes a process Medium term scheduling is part of the swapping function This relates to processes that are in a blocked or suspended state They are swapped out of real-memory until they are ready to execute The swapping-in decision is based on memory-management criteria Short term scheduler, also know as a dispatcher executes most frequently, and makes the finest-grained decision of which process should execute next This scheduler is invoked whenever an event occurs It may lead to interruption of one process by preemption 


  • Operating Systems problems


    Search Results


    • 1. What is thrashing?
    • Discuss
    • 2. Explain the concept of Reentrancy?
    • Discuss
    • 3. Which command displays the present workig directory in UNIX?

    • Options
    • A. $who
    • B. $pwd
    • C. $who are you
    • D. None
    • Discuss
    • 4. Which among the following are the components of windows registry?

    • Options
    • A. Keys
    • B. SubKeys
    • C. Values
    • D. All the above
    • Discuss
    • 5. The PS command prints the process status for only some of the running processes.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 6. What is the Translation Lookaside Buffer (TLB)?
    • Discuss
    • 7. What is the resident set and working set of a process?
    • Discuss
    • 8. What is cycle stealing?
    • Discuss
    • 9. In the context of memory management, what are placement and replacement algorithms?
    • Discuss
    • 10. In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment