KnowledgeBoat Logo
|

Computer Science

What is the need of RAM and ROM?

Computer System

3 Likes

Answer

RAM (Random Access Memory) is needed for temporary storage of data and instructions that the CPU uses actively. It provides faster access than secondary memory with less memory access time.

ROM (Read-Only Memory) is needed for permanent storage of data. It is used to hold certain essential system instructions to check basic hardware components such as booting, procedures to load operating system and frequently needed functions.

Answered By

1 Like


Related Questions