Multitasking
Multitasking is the ability to handle more than one task at a time or to switch quickly between tasks. In everyday use, it describes managing several activities such as checking email while attending a meeting. In computing, multitasking refers to an operating system's ability to run multiple processes or threads, giving the appearance of parallel work.
Human multitasking is not true parallel processing. The brain typically handles tasks serially and spends time
Research shows performance declines on complex, attention-demanding tasks when multitasking. Simple, well-practiced tasks may suffer less,
In computing, multitasking uses scheduling to run multiple tasks. Preemptive multitasking lets the OS interrupt tasks
Trade-offs exist: multitasking can boost efficiency for simple chores but may hinder performance on complex work.