What mechanism does an OS use to instantly notify the CPU that an event requiring immediate attention has occurred? MCQ with Answer and Explanation

What mechanism does an OS use to instantly notify the CPU that an event requiring immediate attention has occurred?
A. Interrupt
B. Spooling
C. System Call
D. Thread
Answer: Option A
Solution (By JKExamLibrary)
An interrupt is a hardware or software signal sent to the CPU, causing it to temporarily suspend current tasks to execute an Interrupt Service Routine (ISR).

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which of the following is a Linux distribution?
A. Windows 10
B. Android
C. Ubuntu
D. macOS

Correct Answer: Option C


Explanation:
Ubuntu is a popular Linux distribution (distro) based on Debian.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following files acts as the default boot loader for modern Windows systems utilizing UEFI firmware?
A. NTLDR
B. io.sys
C. grub.efi
D. bootmgr.efi

Correct Answer: Option D


Explanation:
Modern Windows operating systems on UEFI systems use bootmgr.efi as the primary boot manager, whereas older BIOS-based legacy systems used NTLDR or bootmgr.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the Android 'DownloadProvider'?
A. To store downloaded files
B. To manage download requests and provide access to downloaded files
C. To manage download priority
D. To download files only

Correct Answer: Option B


Explanation:
DownloadProvider is a content provider that handles download requests, storing metadata and files for apps.

This question belongs to: Computer Operating Systems