SO Lab 08 Quiz

SO Lab 08 Quiz

University

5 Qs

quiz-placeholder

Similar activities

Quick CPU Quiz

Quick CPU Quiz

9th Grade - University

10 Qs

Assembly Language

Assembly Language

University

10 Qs

APPJ2MCQ

APPJ2MCQ

University

10 Qs

Ch08-Deadlock

Ch08-Deadlock

University

10 Qs

CS6801- Multi­core Architectures and Programming

CS6801- Multi­core Architectures and Programming

University

10 Qs

Bab 2 | Latihan Pengukuhan II

Bab 2 | Latihan Pengukuhan II

12th Grade - University

10 Qs

Operating Systems CT-1 Sep_2024

Operating Systems CT-1 Sep_2024

University

10 Qs

Thread class, Lifecycle

Thread class, Lifecycle

University

8 Qs

SO Lab 08 Quiz

SO Lab 08 Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Anonymous Anonymous

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Which would be worse: To live as a monster, or to die as a good man?"

Teddy, Shutter Island

Paarthurnax, TES 5: Skyrim

V, Cyberpunk

Anakin Skywalker, Star Wars: A New Hope

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable placed in the Thread-Local Storage

is unique to each thread

is common for every thread

can be accessed only be certain threads

can be accessed only by the OS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A cooperative scheduler

allows the threads to yield their place on the CPU

removes threads from the CPU when the time slice expires

creates a socialist utopia on the CPU

removes threads from the CPU randomly

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

User-level threads run on the same

Kernel-level thread

CPU

Cache level

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "lock" do in x86 assembly

Makes the instruction after it atomic

Locks the CPU

Locks the door

Makes all the instructions after it atomic