Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 12 (Q.No. 22)
22.
A memory that is capable of determining whether a given datum is contained in one of its addresses is
ROM
PROM
CAM
RAM
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Shewangizaw Bogale said:   8 years ago
Content-addressable memory (CAM) / associative memory / associative storage / or associative array:.

It is a special type of computer memory used in certain very-high-speed searching applications.

It is computer memory that operates like a hardware search engine for search-intensive applications.

Associative memory in computer organization is when memory is accessed through content rather than through a specific address.

Data stored on CAM can be accessed by searching for the content itself not by the a specific address and the memory retrieves the addresses where that content can be found. Because of its parallel nature, CAM is much faster than RAM for searching.

Gourav Pandya said:   10 years ago
CAM stands for Computer Aided Manufacturing.

Post your comments here:

Your comments will be displayed after verification.