00:01
In this problem, we are required to describe how the computers do several things at once.
00:09
So when we talk about computers, this generally has cpu, which is called the brain of computer system, and it stands for central processing unit.
00:23
And we see that the cpu here, this is able to perform multiple tasks, at the same time and the way in which it is able to perform multiple tasks all at once is by using a timer interrupt and a scheduler.
00:48
So the timer interrupt that is generally used to call registers and the stack.
00:58
So first the timer interrupt, this uses a scheduler to schedule the tasks and after that it is supporting a co -routine call.
01:14
So now we see that the timer interrupt, it is using a scheduler which is used to switch between the tasks.
01:23
So this usage of shedler by timer interrupt is used to switch in between the tasks.
01:32
And after that, we see that here...