Renormalize files

This commit is contained in:
2025-01-07 19:27:29 -04:00
parent 2bf7d29931
commit f34e528b5a
112 changed files with 12951 additions and 12951 deletions

View File

@@ -1,16 +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.
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.