The document discusses various structured system analysis tools and techniques including functional decomposition diagrams (FDDs), entity-relationship diagrams (ERDs), and data flow diagrams (DFDs). FDDs break down a system into its constituent functions in a hierarchical tree structure. ERDs model entities, attributes, and relationships between entities to conceptualize how data is structured. DFDs depict the flow of data through different levels of a system using standard symbols to represent external entities, data stores, processes, and data flows. Examples of each type of diagram are provided to illustrate how they can be used to analyze and document different systems.