Multiple choice

The Larger the RAM of a computer, the faster its processing speeds is, since it eliminates

  1. Need for external memory

  2. Need for ROM

  3. Frequent Disk I/O's

  4. Need for wider data path

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Larger RAM reduces the need for frequent disk I/O operations because more data and programs can reside in fast memory. When RAM is insufficient, the system must swap data to disk (thrashing), which is significantly slower than RAM access. Eliminating frequent disk I/Os improves overall processing speed.