Exam 5: Cpu Scheduling

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Systems using a one-to-one model (such as Windows, Solaris , and Linux) schedule threads using process-contention scope (PCS).

(True/False)
4.9/5
(34)

A significant problem with priority scheduling algorithms is _____.

(Multiple Choice)
4.8/5
(36)

In Pthread real-time scheduling, the SCHED_FIFO class provides time slicing among threads of equal priority.

(True/False)
4.9/5
(39)

For interactive systems, it is more important to minimize ________.

(Multiple Choice)
4.8/5
(35)

Which of the following circumstances can cooperative scheduling take place?

(Multiple Choice)
4.7/5
(31)

The length of a time quantum assigned by the Linux CFS scheduler is dependent upon the relative priority of a task.

(True/False)
4.8/5
(35)

The default scheduling class for a process in Solaris is ____.

(Multiple Choice)
5.0/5
(38)

The Completely Fair Scheduler (CFS) is the default scheduler for Linux systems.

(True/False)
4.7/5
(34)

Which of the following processes usually have highest priority?

(Multiple Choice)
4.8/5
(37)

Which of the following is preemptive?

(Multiple Choice)
4.8/5
(32)

Load balancing algorithms have no impact on the benefits of processor affinity.

(True/False)
4.8/5
(39)

In Solaris, if an interactive thread with priority 25 is waiting for I/O, what is its priority recalculated to when it is eligible to run again?

(Multiple Choice)
4.8/5
(36)

A multicore system allows two (or more) threads that are in compute cycles to execute at the same time.

(True/False)
4.8/5
(37)

Which of the following scheduling algorithms must be nonpreemptive?

(Multiple Choice)
4.7/5
(32)

Which of the following scheduling algorithm may suffer from convoy effect?

(Multiple Choice)
4.9/5
(29)

In Windows, how does the dispatcher determine the order of thread execution?

(Essay)
4.9/5
(39)

Providing a preemptive, priority-based scheduler guarantees hard real-time functionality.

(True/False)
4.9/5
(38)

The ready queue can be implemented as a _______________.

(Multiple Choice)
4.9/5
(33)

Explain the process of starvation and how aging can be used to prevent it.

(Essay)
4.8/5
(38)

SMP systems that use multicore processors typically run faster than SMP systems that place each processor on separate cores.

(True/False)
4.7/5
(29)
Showing 21 - 40 of 57
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)