90.7k views
0 votes
An increase in computer RAM enhances performance as:

a) Fewer page faults occur
b) Virtual memory increases
c) Fewer segmentation faults occur
d) Larger RAMs are faster

1 Answer

5 votes

Final answer:

Increasing computer RAM enhances performance by reducing page faults, increasing virtual memory, and minimizing segmentation faults.

Step-by-step explanation:

Increasing computer RAM enhances performance in several ways:

  1. Fewer page faults occur: Page faults happen when the computer needs to retrieve data from the hard drive because it doesn't fit in RAM. With more RAM, fewer page faults occur, resulting in faster access to data.
  2. Virtual memory increases: RAM is a part of virtual memory, so increasing RAM also increases the overall virtual memory available to the computer.
  3. Fewer segmentation faults occur: Segmentation faults happen when a program tries to access a memory segment that it doesn't have permission to access. Larger RAM can help reduce the occurrence of segmentation faults.

In summary, increasing computer RAM improves performance by reducing page faults, increasing virtual memory, and minimizing segmentation faults.

User Leo Liu
by
8.6k points