0:00
All right.
00:01
I'm going to continue learning all about computer science and the nitty -gritty of processors and how they work in the background.
00:10
Talking a little bit about multi -programming when maybe a time slice doesn't entirely get used up by a process.
00:17
Well, i mean, we already have talked about this and just to connect back is that, you know, sometimes a process needs to go off and do something that's going to take time that doesn't involve cpu instructions.
00:31
So examples would be things like an input output request.
00:34
For example, where we're waiting on user input or we're waiting on information to be displayed or it could be like a memory request where we need to go get something from internal storage.
00:46
We need to wait for that.
00:48
So essentially what happens is if a process, you know, executes like an io request, for example, then we know that we have to wait for going to get that information...