Multitasking 2 Concepts Quiz

Multitasking 2 Concepts Quiz

12th Grade

11 Qs

quiz-placeholder

Similar activities

Technical Terms - Hardware (A-Z) - Cluster

Technical Terms - Hardware (A-Z) - Cluster

12th Grade

10 Qs

Coding a Game Quiz p4

Coding a Game Quiz p4

12th Grade

10 Qs

QUIZ TIK SISTEM KOMPUTER 2

QUIZ TIK SISTEM KOMPUTER 2

12th Grade

10 Qs

Understanding Operating System Functions

Understanding Operating System Functions

9th Grade - University

15 Qs

jENCO

jENCO

12th Grade

6 Qs

STARTER

STARTER

9th - 12th Grade

10 Qs

INFORMATIKA 7

INFORMATIKA 7

1st Grade - University

10 Qs

Types of Software

Types of Software

4th - 12th Grade

15 Qs

Multitasking 2 Concepts Quiz

Multitasking 2 Concepts Quiz

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Nantika easwaran

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about cooperative multitasking?

Task switching is done by the kernel.

Tasks always run to completion unless explicitly yielding.

System latency is predictable.

Tasks switch automatically after a fixed time.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In pre-emptive multitasking, task switching is managed by:

The application programmer.

Interrupt Service Routines (ISRs).

The kernel scheduler.

Yield() calls in the code.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a drawback of cooperative multitasking?

Increased overhead due to ISRs.

Predictable system latency.

Reliance on the programmer to yield control.

Complicated kernel design.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens during an interrupt in a pre-emptive multitasking system?

The interrupted thread must finish before switching.

The kernel decides if a context switch is required.

The ISR directly continues the interrupted thread.

Interrupts are ignored during task execution.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In cooperative multitasking, returning to the interrupted thread before yielding:

Increases system latency.

Reduces system latency.

Automatically triggers a context switch.

Allows parallel execution of tasks.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Foreground/Background multitasking is most suitable for:

Complex operating systems.

Event-driven embedded systems.

High-performance computing.

Multithreaded server applications.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary function of the 'Main Loop' in Foreground/Background systems?

Handle interrupts.

Execute high-priority tasks.

Perform background processing.

Sit idle and wait for events.

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?