Levels of Computer Memory
Learn why a computer needs different levels of memory for executing programs.
We'll cover the following
Why the OS loads instructions into the RAM
In theory, the CPU can read program instructions directly from the disk drive. However, this never actually happens. Instead, the OS loads the instruction into RAM first. Then, the processor executes them. Why does this happen?
Get hands-on with 1200+ tech skills courses.