Threads and Processes Quiz

Threads and Processes Quiz

University

25 Qs

quiz-placeholder

Similar activities

Operating Systems Concepts Quiz

Operating Systems Concepts Quiz

University

21 Qs

Linux Forensics Quiz

Linux Forensics Quiz

University

20 Qs

FOS  QUIZ 7

FOS QUIZ 7

University

25 Qs

PPL (QUIZ 6) Memory Management Quiz

PPL (QUIZ 6) Memory Management Quiz

University

20 Qs

SW # undefined

SW # undefined

University

23 Qs

RIDDLE_IT_OUT

RIDDLE_IT_OUT

University

20 Qs

Linux Installation and User Management Quiz

Linux Installation and User Management Quiz

University

30 Qs

Quiz Pemrograman Mobile

Quiz Pemrograman Mobile

University

20 Qs

Threads and Processes Quiz

Threads and Processes Quiz

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Sarvar Usmanov

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key difference between a process and a thread?

A process is a lightweight unit of execution, whereas a thread is a separate program.

A process has its own memory space, while threads within a process share memory space.

Threads are isolated, while processes share resources.

Threads consume more system resources than processes.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are threads faster than processes?

Threads run on a higher priority than processes.

Threads do not require context switching.

Threads share resources, reducing overhead.

Threads use separate memory spaces, making execution quicker.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a multithreaded application?

A basic text editor that processes one file at a time.

A web browser handling multiple open tabs independently.

A calculator performing a single computation.

A static website with no dynamic content.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do threads improve CPU and memory utilization?

By allowing multiple applications to run simultaneously.

By reducing the number of running processes.

By sharing resources within a process and enabling parallel execution.

By limiting the number of processes that can run at a time.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of a multithreaded program in Windows 11?

Microsoft Notepad

Microsoft Edge handling multiple downloads

A single-task script running in PowerShell

A command-line program that executes one operation at a time

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between user threads and kernel threads?

User threads are managed by the operating system, while kernel threads are managed by applications.

User threads run independently of processes, while kernel threads rely on processes.

User threads are managed by user-level libraries, while kernel threads are managed by the OS.

Kernel threads are created by the user, while user threads are created by the OS.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a kernel thread?

A Python script using the threading module.

A background process running in a web browser.

A Windows 11 system thread handling file operations.

A script using JavaScript’s event loop.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?