engineering computer science MCQ #131

What is the maximum addressable memory for a 32-bit processor?

engineering computer science MCQ #131

  1. Question 1

    Q1. What is the maximum addressable memory for a 32-bit processor?

    • A) 2³2 bytes
    • B) 2³2 bits
    • C) 2³1 bytes
    • D) 2³1 bits

    Answer: 2³2 bytes

    Explanation: Maximum addressable memory = 2^address bits = 2³2 bytes. NET computer science MCQs often test this core concept.