Parallel Processing is the execution of multiple operations at the same time, usually across multiple processors, cores, machines, or execution units.
It differs from concurrency because parallel work is actually simultaneous rather than merely interleaved.
Related concepts include Source Code and Syntax.