From 33d63a1a452bee051a16b32f36480bc3b2d5abad Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 26 Jan 2022 13:49:31 +0100 Subject: [PATCH] Vault sync: 2022-01-26 13:49:31 --- School/Analyse/Periode 2/Week 1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/School/Analyse/Periode 2/Week 1.md b/School/Analyse/Periode 2/Week 1.md index d4fdc8d..29055c1 100644 --- a/School/Analyse/Periode 2/Week 1.md +++ b/School/Analyse/Periode 2/Week 1.md @@ -36,3 +36,11 @@ CPU can execute up to 200 million instructions while a block is read from a hard Conclusion: While I/O is executed, CPU is idling. ![[cpu-vs-io.png]] + +Were waiting a lot on IO time to finish, very inefficient. We can solve this using multitasking! + +# Multitasking +To speed up computers we overlap CPU time and IO Time. + +While a program waits for IO, o +