Displays
Flat panel PC monitors can receive either an analog signal, or a digital signal from a video card. There are various technologies that the monitor might have:
- Liquid Crystal Display
- Plasma Display Panel - that uses a gas plasma display
- ElectroLuminescent Display
- Light Emitting Diode
The Quality of a display is measured in two areas,
- Dot Pitch: this is the shortest distance between two dots of the same colour on the monitor, measured in millimeters (0.28mm is average).
- Refresh rate: this is the amount of times per second that the screen is redrawn and is measured in Hz. The standard is 60Hz for VGA (Video Graphics Array).
The resolution of a screen is the measure of how many dots on the screen are addressable by software. These addressable dots are known as pixels. Most monitors have a resolution of 1024 x 768 or higher. The video card also has to be able to support the resolution as well as the monitor.
Graphics Cards
Graphics cards are known by various names, some more common than others:
- Video cards
- Video boards
- Video display boards
- Graphics boards
- Graphics adapter cards
- Graphics accelerators
The graphics card (the term I prefer) creates an image from data being passed to it and holds it. Nowadays it is in the form of a 'plug in card', but older technologies used specialised circuitry to carry out the same task, but far slower than the newer technologies today.
A typical display adapter will take digital data sent from an application, store that data in Video Random Access Memory (VRAM), use a digital to analog converter to convert the data to something that the monitor can display, then send the data to the monitor through a VGA cable.
VGA adapters do not fully support digital monitors however. This is why a new standard has been introduced being the Digital Video Interface (DVI). DVI keeps the data in digital form from PC to monitor which has the advantage of eliminating any degradation of the signal quality during the data conversion. A DVI monitor and DVI compliant monitor is required for this.
A graphics card receives data and instructions from the processor, processes the data and sends it on to the monitor. A graphics card relies on the bus it uses (which influences its speed and performance), and the amount of video RAM it either has or can support and the chip set on the card. A graphics card card be improved by having its own processor, this is known as a graphics accelerator.
A graphics accelerator has a processor that is specially designed to handle video and graphics. They are increasingly becoming far faster than the PC's CPU as they are required to calculate thousands of pixels maybe hundreds of time a second second. Imagine playing Call of Duty for example on a 32 inch screen. Roughly 1360 x 760 pixels, that's over a million pixels that have to be assigned a different colour multiple times a second. That Is why a GPU has to be so powerful. They are being used more and more frequently and have been used as a way to crack passwords because they are so fast at carrying out multiple calculations.
Main manufacturers of graphics cards include AMD, Nvidea and ARM.