Which boot mode enables the use of a GPT partition table for drives larger than 2 TB? MCQ with Answer and Explanation

Which boot mode enables the use of a GPT partition table for drives larger than 2 TB?
A. Legacy BIOS
B. UEFI
C. CSM
D. Secure Boot
Answer: Option B
Solution (By JKExamLibrary)
UEFI supports GPT (GUID Partition Table) which allows partitions larger than 2 TB, unlike MBR used in legacy BIOS.

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
In Windows, what is the maximum file size limit supported natively by the older FAT32 file system?
A. 16 GB
B. 4 GB
C. 2 GB
D. unlimited

Correct Answer: Option B


Explanation:
The FAT32 file system carries a strict architectural limitation where single individual files cannot exceed 4 GB in size.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a key feature of the Windows 11 operating system?
A. Live Tiles
B. Centered Start Menu and Taskbar
C. Windows Media Center
D. Cortana integration only

Correct Answer: Option B


Explanation:
Windows 11 introduced a centered Start menu and taskbar, rounded corners, and a new interface; Live Tiles were removed.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Linux command is used to set or change the system's time zone?
A. timedatectl
B. timezone
C. date -s
D. tzselect

Correct Answer: Option A


Explanation:
timedatectl set-timezone is the modern systemd command; tzselect is interactive but only sets environment.

This question belongs to: Computer Operating Systems