Parallel processing
Executing multiple operations simultaneously to improve throughput and performance. Parallel processing includes multiprocessing, multithreading, and single-instruction multiple-data (SIMD).
Real World
Netflix uses parallel processing across thousands of servers to transcode a single uploaded film into dozens of resolution and codec formats simultaneously, cutting processing time from days to minutes.
Exam Focus
State the specific type of parallelism (multiprocessing, multithreading, or SIMD) rather than using the generic term — examiners reward precision.
How well did you know this?