Computer Science, asked by smio5nsharishar, 1 year ago

What is RAM in the context of computer? Why is it needed?What is SRAM and its role in a computer? A computer hasprimary memory still it requires hard disk, why? Explain thestorage organization of a Hard disk and access time for it.

Answers

Answered by saurabh87
0
RAM (random access memory) is the place in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor. RAM is much faster to read from and write to than other kinds of storage in a computer, such as a hard disk drive (HDD), solid-state drive (SSD) or optical drive.

SRAM (static RAM) is random access memory (RAM) that retains data bits in its memory as long as power is being supplied. Unlike dynamic RAM (DRAM), which stores bits in cells consisting of a capacitor and a transistor, SRAM does not have to be periodically refreshed. Static RAM provides faster access to data and is more expensive than DRAM.
Similar questions