2024-01-22 10:12:47

This commit is contained in:
Isaac Shoebottom
2024-01-22 10:12:48 -04:00
parent 8cf1b5ba3b
commit ecba3cbcf8
78 changed files with 82766 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Lecture Topic: Memory Management
# Midterm Review
1. When a syscall is performed.
2. Difference is single core vs multiple core concurrency, and yes its possible for concurrency and parallel execution to occur at the same time
3. It is not going to differ in output
4. It's a visual answer
5. Depends on 4
There are three forms of memory generally, Memory in the CPU, System Memory, and Block Devices. In the CPU you have registers and cache.
Cost increases as you go from Block devices to CPU memory, but speed also increases, so it is an important tradeoff to consider.