OS-Multithreading

OS-Multithreading

University

8 Qs

quiz-placeholder

Similar activities

ITT440 - Chapter 1 Introduction to Process Model

ITT440 - Chapter 1 Introduction to Process Model

University

10 Qs

Threads, Processes, and Programs

Threads, Processes, and Programs

University

6 Qs

Java Prelab-IV

Java Prelab-IV

University

10 Qs

React-Native Mastermind Challenge

React-Native Mastermind Challenge

University

10 Qs

N6 OS

N6 OS

University

13 Qs

Java Quiz

Java Quiz

University

10 Qs

Concurrency

Concurrency

University

5 Qs

OSCO_Chapter_2

OSCO_Chapter_2

University

13 Qs

OS-Multithreading

OS-Multithreading

Assessment

Quiz

Computers

University

Easy

Created by

Jenny Ragay

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

OPEN ENDED QUESTION

1 min • 5 pts

What is a thread?

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Each thread can belong to more than one process but no thread can exist outside a process.

TRUE

FALSE

3.

OPEN ENDED QUESTION

2 mins • 5 pts

What is the difference between a thread and a process?

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

In user level threads, the thread management kernel is not aware of the existence of threads.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

The operating system scheduler selects a thread from the pool of ready threads and allows it to run on the CPU. The thread remains in this state until it either voluntarily yields the CPU or is preempted by a higher priority thread.

New

Runnable

Running

Waiting

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

While in the blocked/waiting state, the thread is not eligible to run, and it remains blocked until a particular condition is met.

TRUE

FALSE

7.

OPEN ENDED QUESTION

2 mins • 5 pts

Give one advantage of multithreading and give a brief explanation.

Evaluate responses using AI:

OFF

8.

OPEN ENDED QUESTION

2 mins • 5 pts

What's the difference between a user level and a kernel level thread?

Evaluate responses using AI:

OFF