engineering computer science MCQ #170

A memory system has 20-bit address bus, 8-bit data bus. What is the maximum memory capacity?

engineering computer science MCQ #170

  1. Question 1

    Q1. A memory system has 20-bit address bus, 8-bit data bus. What is the maximum memory capacity?

    • A) 1 MB
    • B) 512 KB
    • C) 2 MB
    • D) 1 KB

    Answer: 1 MB

    Explanation: Maximum memory capacity = 2^address bits = 2²0 = 1 MB, since each address points to a byte (8-bit data bus).