System documentation

◎System documentation
 System の Overview を Document。Stakeholder や Enginerr の助けとなる。System survey のさいには、System documentation を必ずよみこむ。

 

  • Flowchart
  • Data Flow Diagrams (DFD)
  • Decision tables
○Flowchart
 Physical で logical

・System flowchart
 システムのデータの流れを図で表したもの。The path of data を Illustarate する。
 Sytem flowchart is a pictorial illustration of a system’s data flow and information processing, including hardware.
 

○Data Flow Diagram
 DFD。システムのデータの Logical(論理的な) な Flow と、機能の Graphical descripition。データが Organization の中でどのように流れていくかを初心者にも簡単に理解させることができる。

  • Data destination
  • Data source
  • Data storage

○Decision tables
 デシジョンテーブル。Logic を Table で示す。行に Conditions や Actions、列に Rules。
 Decision tables emphasize logical relationships among conditions and actions.