Vault sync: 2022-01-26 20:21:44

This commit is contained in:
Nick Leeman 2022-01-26 20:21:44 +01:00
parent 9839a21836
commit 87c32f2f3b

View File

@ -48,7 +48,7 @@ Multitasking overlaps IO time of a program with CPU time of other program.
# Multitasking with multiple processors
If computer has a single CPU, programs should take turns in using it.
[[School/Analyse/Periode 2/Week 1]]
If computer has multiple CPUS, each task can be given a different CPU.
- If the number of tasks is more than available cpu's, we still take turns.