This page is part of my personal knowledge database, that helps me to store and navigate my learnings.
Read on here for details

Context Switch

A Context Switch is a switch from one task to another. Multitasking, that is working on multiple tasks concurrently, is continuous Context Switching.

Switching context has widely documented negative impacts:

Any Work in Progress greater than one (per engineer) implies Context Switches and will reduce efficiency.

Sources