OS-Multithreading

OS-Multithreading

University

8 Qs

quiz-placeholder

Similar activities

Multithreading + java

Multithreading + java

University

10 Qs

totally not some random shark-related quiz

totally not some random shark-related quiz

University

9 Qs

Understanding Threads in Operating Systems

Understanding Threads in Operating Systems

University

12 Qs

Threads, Processes, and Programs

Threads, Processes, and Programs

University

6 Qs

CPU scheduling

CPU scheduling

University

13 Qs

Threads in C# Quiz

Threads in C# Quiz

University

12 Qs

THREAD

THREAD

University

10 Qs

Threads and Processes

Threads and Processes

University

9 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