Computer Science, asked by rahulrejidhan7854, 1 month ago

How do you get volatile memory?

Answers

Answered by raniroshni689
2

Answer:

Volatile memory is memory that requires electric current to retain data. When the power is turned off, all data is erased. Volatile memory is often contrasted with non-volatile memory, which does not require power to maintain the data storage state.

The most common type of volatile memory is random-access memory, or RAM. Computers and other electronic devices use RAM for high-speed data access. The read/write speed of RAM is typically several times faster than a mass storage device, such as a hard disk or SSD. When a computer boots up, it loads the operating system into RAM. Similarly, when you open an application on your computer or mobile device, it is loaded into RAM. Loading the operating system and active applications into RAM allows them to run much faster.

Answered by srnroofing1717
0

Answer:

==>Volatile memory is memory that requires electric current to retain data. When the power is turned off, all data is erased.

...

Below are some examples of volatile memory:

System RAM (DRAM)

Video RAM (VRAM)

Processor L1 and L2 cache.

HDD and SSD disk cache.

Explanation:

==>Volatile memory is computer memory that requires power to maintain the stored information. Most modern semiconductor volatile memory is either Static RAM (see SRAM) or dynamic RAM (see DRAM). SRAM retains its contents as long as the power is connected and is easy to interface to but uses six transistors per bit.

==>Volatile memory, in contrast to non-volatile memory, is computer memory that requires power to maintain the stored information; it retains its contents while powered on but when the power is interrupted, the stored data is quickly lost. ... Most general-purpose random-access memory (RAM) is volatile.

\huge\colorbox{cyan}{Thank you}

Similar questions