From 87c32f2f3b0b18b6a9ea1b0d2c0d53af44f9dea7 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 26 Jan 2022 20:21:44 +0100 Subject: [PATCH] Vault sync: 2022-01-26 20:21:44 --- School/Analyse/Periode 2/Week 1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.