Difficulty: Easy
Correct Answer: Graphics Processing Unit
Explanation:
Introduction / Context:
'GPU' is a foundational hardware term encountered in PCs, laptops, mobile devices, and servers. Understanding what the acronym expands to clarifies its role in rendering graphics and accelerating compute workloads like AI and scientific simulations.
Given Data / Assumptions:
Concept / Approach:
The GPU (Graphics Processing Unit) is a specialized processor optimized for parallel operations on large data sets, originally for rasterization and 3D graphics pipelines, now widely used for general-purpose GPU computing (GPGPU) as well.
Step-by-Step Solution:
Verification / Alternative check:
Product specifications from GPU manufacturers (e.g., for discrete or integrated graphics) consistently define GPU as Graphics Processing Unit, confirming the standard usage.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing a GPU (hardware) with graphics utilities (software) or with a CPU (general-purpose processor).
Final Answer:
Graphics Processing Unit
Discussion & Comments