How does black/white encoding differ from RGB?
Each pixel is encoded with either 0 (white) or 1 (black).
How is the greyscale encoded?
How are color images encoded?
16 colors (4 bits per pexl)… use a color palette
256 colors (8 bits per pixel)
RGB True Color (Red Value, Green Value, Blue Value)
Define:
Vector Graphics
All components of the image are stored
Can be easily scaled without losing image quality
Common Vector Formats
Define:
Data Compression Algorithms
Attempt to represent information in ways that preserve accuracy while using significanlty less space.
Define:
Compression Ratio
Measures how much compression schemes reduce storage requirements of data.
Define:
Run-length Encoding
Replaces a sequence of identical v1, v2,…,vn by a pair of values (v, n).
Define:
Variable Length Code Sets

Define:
Lossless Compression Schemes
Define:
Lossy Compression Schemes
Which are the common Raster Image File Formats?
JPEG (Joint Photographic Experts Group)
TIFF (Tagged Image File Format)
GIF (Graphics Interchange Format)
BMP
PNG (Portable Network Graphics)
Why is binary representation reliable?
Computers use binary representation for reasons of reliability.
Building a base-10 “decimal computer”
Bistable Environment
What is the universal storage medium?
Describe the storage hierarchy.
Primary
Secondary
What are the types of secondary storage mediums?
Hard disk drives … access time in milliseconds
Rotating optical storage devices
Flash Memory
Solid State Drives
Hybrid Drives
Describe virtual memory
Describe offline storage
What are the seven characteristics of storage?
Define:
Non-volatile Memory
Define:
Volatile Memory
Requires constant power to maintain stored information
Types
Define:
Mutable Storage
Read/Write Storage
Define:
Immutable Storage
Read Only Storage
Write Once Storage
Define:
Slow Write, Fast Read Storage (Mutability)
Allows information to be overwritten multiple times, but with the write operation being much slower than the read operation.
Define:
Random Access