What are the examples of sequential access memory and Random Access Memory
Answers
Explanation:
A common example of sequential access is with a tape drive, where the device must move the tape's ribbon forward or backward to reach the desired information.
Examples of RAM include DRAM, SDRAM, DIMM, SO-DIMM and VRAM, as well as terms such as DDR3 and GDDR5. DRAM and SDRAM are simply more specific terms for the RAM that you'll find in a modern computer (technically, SDRAM, Synchronous Dynamic Random-Access Memory, is more accurate).
Answer:
random access memory is set up so that it usually takes an identical time to find any individual piece of data. Examples of sequential access memory include older recordable media such as DVDs, CDs, and even tapes. Hard drives are also sequential, rather than random access memory.
Explanation:
Here is your question's answer.