Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 2)
2.
Which of the following refers to the associative memory?
the address of the data is generated by the CPU
the address of the data is supplied by the users
there is no need for an address i.e. the data is used as an address
the data are accessed sequentially
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
12 comments Page 1 of 2.

Karthika said:   1 decade ago
A data-storage device in which a location is identified by its informational content rather than by names, addresses, or relative positions, and from which the data may be retrieved. Also known as associative storage.

Palak said:   1 decade ago
Associative memory in computer technology is also referred to as content-addressable memory. Associative memory can be directly accessed by the content rather than the physical address in the memory.
(1)

Mumtaz Gohar said:   1 decade ago
The type of memory that be accessed Through by contents rather than memory addresses. Also called CAM (content Addressable Memory). It is also called associative memory, associative storage, or associative array.
(1)

Happy said:   1 decade ago
It is a type of RAM

Vinay sharma said:   1 decade ago
Content addressable memory is type of computer memory i.e. that fetch the address of the content is called the associative memory.
(2)

V.S.Rathore said:   1 decade ago
A storage device in which a data location is identified by its informational content rather than by names, addresses, or relative positions, and from which the data may be retrieved. Also known as associative storage.
(3)

Akanksha Singh said:   1 decade ago
Associative Memory is also known as Content Addressable Memory.

Imagine that you were writing a blog engine. Instead of storing blog entries in an array of some sort, addressed by memory address or index into the array, you just create nodes out in space. You don't address these nodes with memory addresses. Rather, you attach information to the node like:This is of type 'blog entry. The author is so-and-so. This is the date it was created. These are the categories it belonged to. Stuff like that.

When you want to retrieve an entry by date, you tell the Associative Memory that you want it to give you back Nodes that are of type 'blog entry, ' for which the date they were created on is X. The Associative Memory then looks through it's stores for any node that fits that shape, and then returns it to you.
(18)

Pavarasan said:   1 decade ago
Its address to generated on the memory. Its as a temporary memory.

Chetan said:   8 years ago
Nice explanation @Akanksha Singh.

Keenan said:   8 years ago
Nice explanation, Thanks.


Post your comments here:

Your comments will be displayed after verification.