Take a trip in a hot air ballon


What Is Random Access Memory

RAM is considered volatile storage because asDynamic random access memory is the most
soon as the power supply is stopped, thecommon kind of RAM, which stores each bit of
contents of RAM are lost. Hence, the data ina data in a separate capacitor and a
RAM stays as long as the computer is running.transistor. Capacitors tend to leak
RAM is much faster to read from and write to,electrons, thus the need for recharging
when compared to other storage devices likearises. Hence, DRAM, unlike SRAM needs to
hard disk, CDROM, Floppy disk etc. RAM can behave its storage cells refreshed or given an
both read and written; therefore, it iselectric charge every few milliseconds. This
sometimes also called read-write memory.Thererefresh requirement operation is from where
are two fundamental types of RAM:(a) Dynamicdynamic RAM gets its name. DRAM is a volatile
RAM  (DRAM)memory because it loses data when the power
supply is stopped.
(b) Static RAM (SRAM)(a) Dynamic RAM (DRAM):



1 A B C D 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117