Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 5 (3 points) virtual memory solves which of the following prob…

Question

question 5 (3 points)
virtual memory solves which of the following problems? (choose more than one.)
applications using the same address collide in memory.
cpus are idle during reads from a hard drive.
reading from a hard drive is very slow.
when applications terminate, they leave \holes\ in memory.
not enough ram.
running more than one cpu at a time can cause the operating system to crash.
view hint for question 5

Explanation:

Brief Explanations

Virtual memory maps virtual addresses to physical addresses, preventing address - space collisions. It also uses disk space as an extension of RAM to deal with insufficient memory. When applications terminate, it can manage the resulting memory holes. It doesn't directly address CPU idleness during hard - drive reads, slow hard - drive reads, or multi - CPU crashing issues.

Answer:

Applications using the same address collide in memory.
When applications terminate, they leave "holes" in memory.
Not enough RAM.