This document discusses data flow graphs and sequencing graphs, which are graphical representations used to model the flow of data and operations in digital circuits and information systems. A data flow graph models data dependencies between operations, while a sequencing graph additionally models control flow and hierarchy. Sequencing graphs can model constructs like subroutines, branches, loops, and parallelism. They are used to specify algorithms and simulate hardware. Attributes like delay can be associated with graph elements to estimate performance during synthesis.