|
The computer's operating system (Mac, Windows, etc.) organizes the
display screen into a grid or x,y coordinates, like a checkerboard. Each little
box on the screen is called a "pixel" (short for "picture element").
Current Macintosh and Windows displays are made up of these grids
of pixels (see screen diagram below). Pixels and colour To control the colour
of each pixel on the screen the operating system must dedicate a small amount
of memory to each pixel. if the memory dedicated to the display screen is part
of the computers RAM then it may be referred to as "video RAM" or "VRAM". Most
modern PCs have video memory that is part of the video card usually 32Mb on a
basic machine.
In the simplest form of black and white computer displays a single
bit of memory is assigned to each pixel. Since each memory bit can only be
positive or negative (0 or 1), a one-bit display system can only manage two
colours (black or white) for each pixel on the screen: |