diff --git a/School/Analyse/Periode 2/Week 1.md b/School/Analyse/Periode 2/Week 1.md index d3de780..2f52248 100644 --- a/School/Analyse/Periode 2/Week 1.md +++ b/School/Analyse/Periode 2/Week 1.md @@ -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.