Multiple choice

Associative memory is

  1. pointer addressable memory

  2. very cheap memory

  3. content addressable memory

  4. slow memory

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Associative memory (Content Addressable Memory) allows searching by content rather than address. It compares input data with all stored entries simultaneously, returning the address of matching data.