Tehtäväkeskeytykset
Tehtäväkeskeytykset, known in English as task switching or context switching, refer to the process where a computer's central processing unit (CPU) stops executing one task or process and begins executing another. This allows a single CPU to handle multiple tasks concurrently, giving the illusion of parallel execution. The operating system is responsible for managing these task switches.
When a task switch occurs, the operating system must save the current state of the task being
Task switching is fundamental to multitasking operating systems. It enables users to run multiple applications simultaneously,