Context diagrams:
* method of representing a system using
ONLY a
single process, with inputs and outputs.
Data flow diagrams:
* method of representing a system using
A NUMBER of
processes with inputs, outputs,
and storage.
Differences:
Context - single process, input and output.
DFD - multiple processes, input, output and storage.