Skip to content

Parallel and distributed computing

Handout

Doing work in order

  • Most simple programs are sequential: they do one step, then the next, then the next.
  • The computer finishes step 1 before it starts step 2.
  • This is easy to understand, but it can be slow for big jobs.

Four tasks done one after another by one worker, or in half the time by two workers

Handout

Log in or create account

IGCSE & A-Level