question 5 (3 points)\nvirtual memory solves which of the following problems? (choose more than…

question 5 (3 points)\nvirtual memory solves which of the following problems? (choose more than one.)\napplications using the same address collide in memory.\ncpus are idle during reads from a hard drive.\nreading from a hard drive is very slow.\nwhen applications terminate, they leave \holes\ in memory.\nnot enough ram.\nrunning more than one cpu at a time can cause the operating system to crash.\nview hint for question 5

question 5 (3 points)\nvirtual memory solves which of the following problems? (choose more than one.)\napplications using the same address collide in memory.\ncpus are idle during reads from a hard drive.\nreading from a hard drive is very slow.\nwhen applications terminate, they leave \holes\ in memory.\nnot enough ram.\nrunning more than one cpu at a time can cause the operating system to crash.\nview hint for question 5

Answer

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.