Scheduling and Threads

Scheduling and Threads

University

8 Qs

quiz-placeholder

Similar activities

OS Introduction

OS Introduction

University

12 Qs

OS structure & architecture

OS structure & architecture

University

10 Qs

Operating Systems Quick Quiz Module 1

Operating Systems Quick Quiz Module 1

11th Grade - University

10 Qs

Threads, Processes, and Programs

Threads, Processes, and Programs

University

8 Qs

ReflectiveQuizDDT1A_07102020

ReflectiveQuizDDT1A_07102020

University

10 Qs

Operating System by Baba

Operating System by Baba

University

12 Qs

Operating Systems

Operating Systems

University

10 Qs

Operating System

Operating System

University

10 Qs

Scheduling and Threads

Scheduling and Threads

Assessment

Quiz

Computers

University

Medium

Created by

Trevor Bakker

Used 222+ 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%