Explain the difference between RAM and ROM..?
Home/computer and it
- Recent Questions
- Most Answered
- Answers
- No Answers
- Most Visited
- Most Voted
- Random
- Bump Question
- New Questions
- Sticky Questions
- Polls
- Followed Questions
- Favorite Questions
- Recent Questions With Time
- Most Answered With Time
- Answers With Time
- No Answers With Time
- Most Visited With Time
- Most Voted With Time
- Random With Time
- Bump Question With Time
- New Questions With Time
- Sticky Questions With Time
- Polls With Time
- Followed Questions With Time
- Favorite Questions With Time
ROM (Read-Only Memory):- are both crucial types of memory in computers, but they serve different purposes. RAM:- is a type of volatile memory, meaning it loses its data when the power is turned off. It temporarily stores data that the CPU needs while performing tasks, making it essential for runninRead more
ROM (Read-Only Memory):- are both crucial types of memory in computers, but they serve different purposes.
RAM:- is a type of volatile memory, meaning it loses its data when the power is turned off. It temporarily stores data that the CPU needs while performing tasks, making it essential for running applications and processing data quickly.
For example, when you open a program, it loads from the hard drive into RAM, allowing for fast access and smooth operation.RAM is flexible and can be read from and written to multiple times.
ROM, on the other hand, is non-volatile memory, meaning it retains its data even when the power is off. It permanently stores critical data needed for the computer to boot up and function, such as firmware or the BIOS. Unlike RAM, ROM is read-only, meaning the data written on it cannot be easily modified or erased.
This makes ROM ideal for storing software that doesn’t need frequent updates. In summary, RAM used for temporary, fast-access storage that supports active processes, while ROM provides permanent storage for essential system instructions.
See less