Computer Science: Memory Systems & Architecture

A Comprehensive Guide to Computer Memory and System Architecture

Fundamental Concepts

Understanding computer memory and system architecture begins with grasping the basics of how data is stored, accessed, and processed. Below are the key concepts to build a strong foundation.

Data Representation

Data is represented in computers using binary digits (bits). Key concepts include:

Memory Units

Unit Size Typical Use
Bit 1 bit Basic unit of information (0 or 1)
Byte 8 bits = [1 byte] Characters, small integers
Word 32/64 bits Native CPU operations
Cache Line 64/128 bytes Memory transfer unit
Kilobyte (KB) 1024 bytes Small files, program instructions
Megabyte (MB) 1024 KB Medium-sized files, images
Gigabyte (GB) 1024 MB Large files, software applications
Terabyte (TB) 1024 GB Storage for large datasets, backups