SW StudyWalks

Computer Science  /  CS 0204  ·  Atom · ~20 seconds

Concurrent, Parallel, Distributed

Video not yet published
to the StudyWalks catalog
State

Concurrent programming is the broadest term — tasks overlapping on one processor or many; parallel means genuinely simultaneous processors; distributed computing spreads parallelism across connected computers.

Show

A class project overlaps tasks, splits some among members present, and sends the rest home with others.

Watch for

Video 0053 already drew the first boundary; the third term is new.