TDB 1123 Computer Organisation Jan 2016 Semester Assignment # 2
The document summarizes the differences between a CPU and GPU. It states that a GPU is specialized for graphics processing, while a CPU is the general brain of a computer. Architecturally, a GPU contains hundreds of cores that can handle thousands of threads simultaneously, compared to a CPU which has a few cores and handles only a few threads at a time. The combination of a CPU and GPU provides the best balance of system performance, price, and power.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
25 views
TDB 1123 Computer Organisation Jan 2016 Semester Assignment # 2
The document summarizes the differences between a CPU and GPU. It states that a GPU is specialized for graphics processing, while a CPU is the general brain of a computer. Architecturally, a GPU contains hundreds of cores that can handle thousands of threads simultaneously, compared to a CPU which has a few cores and handles only a few threads at a time. The combination of a CPU and GPU provides the best balance of system performance, price, and power.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
TDB 1123 COMPUTER ORGANISATION
JAN 2016 SEMESTER
ASSIGNMENT # 2
NASARUDDIN BIN ESA
ICT
24192
MOHD YAZIZ BIN MOHD SHUKRI
ICT
24160
b.)
A GPU (graphical processing unit) is a specialized brain, unlike CPU
which is the brain of a computer. GPUs were originally developed to render 2D graphics to accelerate the drawing of windows in a graphic user interface. But as the need for 3D rendering and faster graphics acceleration grew, the GPU became faster and more specialized in its task. GPUs are now generally floating point processors which can easily crunch geometric computations along with texture mapping tasks. Hardware wise, GPUs and CPUs are similar but not identical. Architecturally, the CPU is composed of a few cores with lots of cache memory that can handle a few software threads at a time. In contrast, a GPU is composed of hundreds of cores instead of a few cores that CPU would have that can handle thousands of threads simultaneously. In conclusion The combination of a CPU with a GPU can deliver the best value of system performance, price, and power.