This document discusses parallel computing. It provides examples of tasks that can be solved faster through parallel processing by dividing the work among multiple processors. The key benefits of parallel computing are speeding up tasks and solving problems too large for a single processor. It also discusses limits of parallel computing such as load balancing and Amdahl's law, which places theoretical limits on speedup from additional processors.