Software

EasyMediumHard
12345678910111213141516
Question 6
Medium

A research workstation is training three deep learning models simultaneously: a natural language transformer, a convolutional neural network for image processing, and a reinforcement learning simulation.

The combined RAM requirement for these three concurrent training processes is 48 GB, but the workstation is only equipped with 24 GB of physical RAM.

Despite this physical limitation, all three models continue to train successfully without throwing "Out of Memory" system errors.

Explain how the operating system utilizes virtual memory to manage this memory deficit and keep all three processes running.

[4]

Software Questions

  1. GCSE
  2. /Computer Science
  3. /Software