Scheduling and Threads

Scheduling and Threads

University

8 Qs

quiz-placeholder

Similar activities

K22YG 2

K22YG 2

University

10 Qs

Deadlock Concepts Quiz

Deadlock Concepts Quiz

University

5 Qs

คอมพิวเตอร์เบื้องต้น

คอมพิวเตอร์เบื้องต้น

University

10 Qs

3.1 Computer Architecture Cambridge IGCSE 0478

3.1 Computer Architecture Cambridge IGCSE 0478

10th Grade - University

10 Qs

OS structure & architecture

OS structure & architecture

University

10 Qs

CHAPTER 8: Operating System Support Quiz

CHAPTER 8: Operating System Support Quiz

University

10 Qs

MDE4112 - Chapter 2 & 3

MDE4112 - Chapter 2 & 3

University

10 Qs

SSK20193 KUIZ DUA

SSK20193 KUIZ DUA

12th Grade - University

10 Qs

Scheduling and Threads

Scheduling and Threads

Assessment

Quiz

Computers

University

Medium

Created by

Trevor Bakker

Used 228+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

the switching of the CPU from one process or thread to another is called

task switch

context switch

preemption

process inheritance

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

I will remember to calculate CPU utilization I use 1 - p^n where n is the number of processes and p is the percentage of time the processes wait

yes

no

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Cooperative multitasking

the process yields the CPU voluntariuly

the process yields the CPU involuntarily

the OS makes the process to yeild

the OS requests the process yield

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Preemptive multitaking

The process yields the CPU coluntarily

The OS forces the process to yield

The OS requests the process yeild

The process preempts the OS

5.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Scheduling algorithm goals

Fairness

Process enforcement

Balance

Performance

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An area of code or variables shared by threads is called

Critical region

Shared memory

Shared fabric

Scope

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I will know how to do FCFS, SJN, SJN with preemption, Priority and Priority with preemption

True

False

8.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Given 8GB of RAM, the OS taking 2GB of RAM and each user program taking 2GB we can run 3 user programs at once. With an 80% average I/O wait the CPU utilization is:

48.8%

72%

20%

25%