A GPU is a Graphics Processing Unit, and like the CPU consists of a single circuit. Highly specialised, the GPU’s job is to manipulate memory quickly and efficiently in order to render computer graphics; essentially it converts the binary data from the CPU into a picture on screen. However, in modern computing GPUs really shine when they are rendering 3D objects, lighting effects and animation. Many PCs (especially laptops) have integrated GPUs, which are far less powerful than those found on dedicated video cards, with the most common GPU brand names being Intel, NVIDIA, AMD and ATI.
If you were to attempt to follow the process of producing 3D graphics step by step (no mean feat considering that the following can happen around 60 times per second), it would go roughly as follows:
- The GPU receives binary data from the CPU
- A wire frame model is made out of straight lines
- The remaining pixels are filled in (this being called rasterising), finished off with colour, texture and lighting
- The resulting image is displayed on the computer’s monitor
As well as power, graphics cards must also have access to a motherboard, processor and sufficient memory in order to function correctly.






