What is DRAM? In which form does it store data? - operating system

What is DRAM? In which form does it store data?

DRAM or Dynamic Random Access memory stores data in the form of 0’s and 1’s. The processor can access any part of memory randomly. It is called dynamic because it is refreshed every few milliseconds unlike RAM which is refreshed only when the POWER is OFF.

What is DRAM? In which form does it store data?

DRAM – Dynamic Random Access Memory. One of the read / write memory. DRAM is cheap and does the given task. DRAM has cells made up of a capacitor and a transistor, where the data resides. Capacitors need to recharge for every couple of milliseconds. The process of recharging cells tends to performance slow down of DRAM as compared with speedier RAM types.
What is cache memory? Explain its functions - operating system
Cache memory is RAM. The most recently processing data is stored in cache memory. CPU can access this data more quickly than it can access data in RAM.......
Differentiate between Complier and Interpreter - operating system
The program syntax is checked by the compiler; where as the keywords of the program is checked by the interpreter......
Describe different job scheduling in operating systems
Job scheduling is an activity for deciding the time for a process to receive the resources they request. First Come First Served: In this scheduling, the job that is waiting for a long time is served next........
Post your comment