engineering computer science MCQ #1217

What is the difference between RAM and ROM?

engineering computer science MCQ #1217

  1. Question 1

    Q1. What is the difference between RAM and ROM?

    • A) RAM is non-volatile, ROM is volatile
    • B) RAM is used for storage, ROM is used for execution
    • C) RAM is volatile, ROM is non-volatile
    • D) RAM is slower, ROM is faster

    Answer: RAM is volatile, ROM is non-volatile

    Explanation: RAM (Random Access Memory) is volatile, losing its data when power is turned off, whereas ROM (Read-Only Memory) is non-volatile, retaining its data.