frame buffer

The memory on a graphics card that stores information not being displayed onscreen is called a frame buffer. This memory buffer stores rendered frames offscreen; they are then converted by the RAMDAC and displayed.

See also: double buffering, RAMDAC