Multiple choice Associative memory is pointer addressable memory very cheap memory content addressable memory 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.