ROM (read only memory): It is the part of memory in which the data or the software related to the hardware is stored which is not to be changed frequently..
Athought the EPROM and EEPROM available now in the market have the ability to be changed easily..
RAM (Random Access Memory): It is the part of memory in which the data can be accesed fast and at random and the continuous movement of the storage is not necessary. like CD and dvds.. it is fast but the volatile since the data stored in it is erased after the system is powered off.
Cache memory: It is the part of memory in which the data from different intermediate calculations or processes is stored where the original data is expensive to fetch...
Cache memory is smaller and quicker, primary memory larger and slower.
memory cache is on memory RAM, disk Cache is on the hard drive. They make things to get faster. For instance Google Earth use this disk cache to show you offline images.
they are both different so stop asking dumb questions
In cache memory management, write allocate means that data is brought into the cache before writing to it, while no write allocate means that data is written directly to the main memory without being brought into the cache first.
There are different type of cache memory: processor cache memory, cache memory ram,1 cache memory l2, cache memory, CPU cache memory, disk cache memory, hard disk cache, cache memory motherboard.
A cache hit occurs when the data being requested is found in the cache memory, resulting in faster retrieval and improved efficiency. On the other hand, a cache miss happens when the data is not found in the cache, leading to slower retrieval from the main memory and decreased efficiency.
There are different type of cache memory: processor cache memory, cache memory ram,1 cache memory l2, cache memory, CPU cache memory, disk cache memory, hard disk cache, cache memory motherboard.
A cache hit occurs when the data being requested is found in the cache memory, resulting in faster retrieval and improved efficiency. On the other hand, a cache miss happens when the data is not found in the cache, leading to slower retrieval from the main memory and decreased efficiency.
Cache
No cache memory is not visible.....
Register memory are smaller in size than cache memory and registers are faster than cache..Cache memory store the frequently used data from main memory..
the main memory is usually known as RAM.it stores the data & instructions currently needed by CPU but it operates at a very high speed.therefore, the memory should be fast otherwise there will be a speed mismatch between the two& it may led to the wastage of processing time of CPU.to overcome this a very fast memory CACHE MEMORY is placed between the two. so CACHE MEMORY is used to operate at the speed of CPU.it also increases the operating speed.