220-801 · Question #72
Which of the following features allows an operating system to access multiple virtual processors?
The correct answer is A. Hyper threading. Hyper-threading is Intel's technology that presents each physical CPU core as two logical (virtual) processors to the operating system.
Question
Which of the following features allows an operating system to access multiple virtual processors?
Options
- AHyper threading
- BIntegrated GPU
- CL2 cache
- DMultiple cores
How the community answered
(57 responses)- A88% (50)
- B2% (1)
- C4% (2)
- D7% (4)
Why each option
Hyper-threading is Intel's technology that presents each physical CPU core as two logical (virtual) processors to the operating system.
Hyper-threading (Intel HT Technology) uses simultaneous multithreading to expose multiple logical processors per physical core. The operating system sees and schedules threads across these virtual processors, enabling better utilization of a single core's execution units.
An integrated GPU handles graphics processing and does not create or expose virtual processors to the OS scheduler.
L2 cache is a memory cache that reduces latency when accessing frequently used data; it does not create additional logical processors.
Multiple cores provide additional physical processors, not virtual ones; hyper-threading is specifically the technology that creates virtual (logical) processors from a single physical core.
Concept tested: Hyper-threading and logical processor virtualization
Source: https://www.intel.com/content/www/us/en/gaming/resources/hyper-threading.html
Topics
Community Discussion
No community discussion yet for this question.