Home » Computer » Miscellaneous » Question
  1. Which of the following is used for very high-speed searching applications?
    1. Flash Memory
    2. Content-addressable Memory
    3. Dynamic Random Access Memory
    4. 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).



Your comments will be displayed only after manual approval.