0% found this document useful (0 votes)
17 views1 page

Raster vs. Random Scan Displays Explained

Raster scan is a common display method that renders images line by line from top to bottom, suitable for complex images and requiring a frame buffer. In contrast, random scan (or vector scan) directly draws lines and shapes without a fixed pattern, making it ideal for simple images and not needing a frame buffer. Both methods differ in their applications, with raster scan used in modern displays and random scan in older systems like CAD and oscilloscopes.

Uploaded by

V
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Raster vs. Random Scan Displays Explained

Raster scan is a common display method that renders images line by line from top to bottom, suitable for complex images and requiring a frame buffer. In contrast, random scan (or vector scan) directly draws lines and shapes without a fixed pattern, making it ideal for simple images and not needing a frame buffer. Both methods differ in their applications, with raster scan used in modern displays and random scan in older systems like CAD and oscilloscopes.

Uploaded by

V
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like