COA Previous Year Questions
COA Previous Year Questions
COA Previous Year Questions
Q9. What is Associative Memory? Explain its working with the help
of diagram.
Ans9. Associative Memory, also known as Content Addressable
Memory (CAM), is a type of memory in which data is accessed based
on its content rather than its memory address. In other words, it
allows data to be retrieved by specifying a value or pattern, and the
memory returns the address or corresponding data directly.
How It Works:
1. Search Operation: Instead of using a specific address to access
data, the system provides a search key (the value you want to
find).
2. Parallel Comparison: The associative memory compares the
search key against all stored values simultaneously.
3. Match Found: If a match is found, the system returns the
associated data or the address where it is stored.
4. No Match: If there’s no match, a "not found" response is given.
Q10. Draw and explain the memory hierarchy structure and mark
the arrow from low to high(speed) and high to low (cost).
Ans10.