Which partition type is required to boot an operating system from a GPT formatted drive under UEFI firmware standards? MCQ with Answer and Explanation

Which partition type is required to boot an operating system from a GPT formatted drive under UEFI firmware standards?
A. Swap Partition
B. NTFS Primary Boot Sector
C. EFI System Partition (ESP)
D. Extended Logical Partition
Answer: Option C
Solution (By JKExamLibrary)
The EFI System Partition (ESP) formatted with a FAT file system contains the bootloaders, drivers, and configuration files required by UEFI firmware.

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 Linux command is used to display the current environment variables?
A. printenv
B. set
C. All of the above
D. env

Correct Answer: Option C


Explanation:
env, printenv, and set all display environment variables; set also shows shell variables.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the purpose of the Android 'Vibrator' class?
A. All of the above
B. To control vibration feedback on the device
C. To trigger notifications with vibration
D. To manage haptic feedback

Correct Answer: Option A


Explanation:
Vibrator allows apps to vibrate the device for notifications, haptic feedback, or custom patterns.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which administrative utility tool in Windows allows modification of advanced boot flags, startup configurations, and Safe Mode options via a GUI layout?
A. msconfig
B. cleanmgr
C. regedit
D. cmd

Correct Answer: Option A


Explanation:
The 'msconfig' executable opens the System Configuration utility to customize boot parameters, startup services, and debugging constraints.

This question belongs to: Computer Operating Systems