Beginner
Computer Architecture & Organization
Q3 / 100
What is the difference between RAM and ROM?
Correct! Well done.
Incorrect.
The correct answer is A) RAM is volatile memory used for temporary data during program execution; ROM is non-volatile memory that retains data even without power, often used for firmware
A
Correct Answer
RAM is volatile memory used for temporary data during program execution; ROM is non-volatile memory that retains data even without power, often used for firmware
Explanation
RAM (Random Access Memory) holds data and instructions actively used by running programs and is cleared on power loss, while ROM (Read-Only Memory) retains its contents permanently, commonly storing firmware like the BIOS.
Progress
3/100