Raster Scan vs.
Random Scan
Raster Scan
Definition: Raster scan is the most common method used in modern displays (e.g., LCDs, CRTs). It works by dividing
the screen into a grid of pixels and rendering the image line by line, from top to bottom.
How It Works:
- The electron beam (in CRTs) or pixel array (in LCDs) moves horizontally across each row (scanline) from left to right.
- After completing one row, it moves to the next row below until the entire screen is covered.
- This process is repeated continuously to refresh the display.
Random Scan
Definition: Random scan (also called vector scan) is an older method used in vector displays. Instead of rendering the
entire screen, it draws images as a series of lines or vectors, following a random pattern based on the image's
geometry.
How It Works:
- The electron beam directly draws lines, curves, or shapes on the screen without following a fixed pattern.
- It only updates the parts of the screen where changes occur, rather than refreshing the entire screen.
Feature Raster Scan Random Scan (Vector Scan)
Display Method Line-by-line, pixel-by-pixel Direct drawing of lines/vectors
Image Complexity Handles complex, shaded images well Best for simple line-based images
Memory Usage Requires a frame buffer No frame buffer needed
Refresh Rate Refreshes the entire screen Only updates changed areas
Applications TVs, monitors, modern displays Older CAD systems, oscilloscopes