Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 자바스크립트
- javascript
- MSsql
- Android
- html
- varags
- MS-SQL
- jsp
- Redirect
- Eclipse
- Java
- Maven
- 컬럼명
- SpringSource Tool Suite
- 이클립스
- MANTIS
- TextBox
- asp.net
- Apache Lucene
- 웹뷰
- decompiler
- 안드로이드
- 웹 서비스
- C#
- 자바
- STS
- scrollView
- WebView
- Bootstrap
- Web Service
Archives
- Today
- Total
bboks.net™
Context Diagram 본문
Context Diagram
- A DFD (Data Flow Diagram) that summarizes all processing activity within the system in single process sysbol.
- Describes highest level view of a system
- All external agents and all data flows into and out of a system are shown in the diagram
- The whole system is represented as one process
- The data flows that pass between the external entities and the system
DFD (Data Flow Diagram)
- A graphical system model that shows all of the main requirements for an information system: inputs, outputs, processes and data stroage
- They are primarily used in the systems development process
- A data flow diagram is often the diagram of choice for modern entities
Guidelines for drawing a Context Diagram
- List potential external entities (people, places). Look for entities that
- Give data to the system without explaining the process that creates that data
- Take data from the system without explaining what it does with that data
- Establish what flows are sent to and from the system from external entities
[출처] Context Diagram