What is the primary difference between UEFI and BIOS? MCQ with Answer and Explanation

What is the primary difference between UEFI and BIOS?
A. UEFI is a newer firmware standard with a graphical interface and Secure Boot
B. BIOS is for 32-bit systems, UEFI for 64-bit
C. BIOS supports GPT, UEFI supports MBR
D. UEFI is only for Windows, BIOS for Linux
Answer: Option A
Solution (By JKExamLibrary)
UEFI replaces BIOS with advanced features like Secure Boot, faster boot, and support for large disks.

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 tool in Microsoft Windows is explicitly built to inspect historical system logs, error dumps, and software warnings?
A. Task Scheduler
B. System Configuration (msconfig)
C. Event Viewer
D. Performance Monitor

Correct Answer: Option C


Explanation:
Windows Event Viewer is an administrative utility that logs application events, security events, and system error logs for debugging purposes.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Linux command is used to display the system's current network connections and routing tables?
A. All of the above
B. ss
C. ip route
D. netstat

Correct Answer: Option A


Explanation:
netstat, ss, and ip route provide network connection and routing info; ss is modern replacement for netstat.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the main advantage of preemptive multitasking over cooperative multitasking?
A. It is simpler to implement
B. The OS can force CPU time allocation, preventing a process from monopolizing the CPU
C. Processes voluntarily yield CPU time
D. It requires less memory

Correct Answer: Option B


Explanation:
Preemptive multitasking allows the OS to interrupt a process and allocate CPU to others, ensuring fairness; cooperative relies on processes to yield.

This question belongs to: Computer Operating Systems