182k views
3 votes
Increasing the RAM of a computer typically improves performance because:

a) Virtual memory increases
b) Larger RAMs are faster
c) Fewer page faults occur
d) None of the mentioned

1 Answer

4 votes

Final answer:

c) Fewer page faults occur Adding more RAM to a computer usually leads to better performance as it results in fewer page faults, thus less reliance on slower virtual memory.

Step-by-step explanation:

Increasing the RAM of a computer typically improves performance because c) Fewer page faults occur. When a computer runs out of RAM, it uses a portion of the hard drive called virtual memory, which is much slower than RAM. By having more RAM, the system can handle more applications simultaneously and reduce the frequency of accessing virtual memory.

Therefore, adding more RAM can reduce the number of page faults, where the system has to wait for data to be loaded from the slower virtual memory, leading to improved performance.

Increasing the RAM of a computer typically improves performance because it allows for more efficient use of memory. When a computer runs out of physical RAM, it uses virtual memory, which is stored on the hard drive. Larger RAMs are faster because they can hold more data, reducing the need for the computer to access virtual memory.

This leads to fewer page faults, which occur when the computer has to retrieve data from virtual memory instead of RAM. By increasing the RAM, the computer can store more data in a faster memory, improving overall performance.

User Grom
by
8.1k points