logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What is CPU Scheduler?


  • Correct Answer
  • Selects from among the processes in memory that are ready to execute, and allocates the CPU to one of them CPU scheduling decisions may take place when a process: 1Switches from running to waiting state 2Switches from running to ready state 3Switches from waiting to ready 4Terminates Scheduling under 1 and 4 is non-preemptive All other scheduling is preemptive 


  • Operating Systems problems


    Search Results


    • 1. What are the operating system components?
    • Discuss
    • 2. What is an operating system?
    • Discuss
    • 3. Is Windows NT a full blown object oriented operating system? Give reasons.
    • Discuss
    • 4. By default, a Linux user falls under which group?

    • Options
    • A. same as userid (UPG)
    • B. system
    • C. staff
    • D. others
    • Discuss
    • 5. What happens during the bootstrap process?
    • Discuss
    • 6. What is cycle stealing?
    • Discuss
    • 7. Explain fork() system call?
    • Discuss
    • 8. How can you get/set an environment variable from a program?
    • Discuss
    • 9. A Map is an Array,which contains the addresses of the free space in swap device that are allocatable resources,and the number of the resource unit available there.

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 10. Which memory management technique involves dividing the memory into fixed sized blocks ?

    • Options
    • A. Paging
    • B. Scaling
    • C. Whiping
    • D. Tracking
    • Discuss


    Comments

    There are no comments.

Enter a new Comment