Tech Jargon

 Words  Explanation  Context A context is the contents of a CPU’s registers and program counter at any point in time.  Process A process (also sometimes referred to as a task) is an executing/ running instance of a program.  Threads Threads are lightweight processes that can run in parallel and share an address space (i.e., a ...