2024-01-22 10:12:47
This commit is contained in:
16
UNB/Year 4/Semester 1/CS3418/10-30-2023.md
Normal file
16
UNB/Year 4/Semester 1/CS3418/10-30-2023.md
Normal 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.
|
||||
|
Reference in New Issue
Block a user