-
Which of the following is used for very high-speed searching applications?
-
- Flash Memory
- Content-addressable Memory
- Dynamic Random Access Memory
- Static Random Access Memory
Correct Option: B
Content-addressable memory (CAM) is a special type of computer memory used in certain very-highspeed searching applications. It is also known as associative memory. It compares input search data (tag) against a table of stored data, and returns the address of matching data (or in the case of associative memory, the matching data).