Which capability is provided by UEFI firmware but not by traditional legacy BIOS?
- ABooting from GPT-partitioned drives larger than 2.2 TB and enforcing Secure Boot. Correct
- BLoading 16-bit real-mode option-ROM drivers from add-on expansion cards during startup.
- CRunning a power-on self-test that checks memory and video before handing off to the OS.
- DStoring configuration in a battery-backed CMOS chip that is cleared by removing the coin cell.
Why A is correct: Correct: UEFI adds GPT boot support beyond the roughly 2.2 TB MBR limit and the Secure Boot signature-checking feature.
Why B is wrong: Tempting as a firmware feature, but real-mode option ROMs are a legacy BIOS trait, so this is not UEFI-exclusive.
Why C is wrong: Both firmware types run a POST at startup, so this is not something unique to UEFI and is wrong.
Why D is wrong: Battery-backed settings storage is a shared legacy trait, so it does not distinguish UEFI and is incorrect.