Making a Data Flow Diagram

by | Apr 13, 2025 | College class, Information Technology | 0 comments

This college project in Advanced Information Technology that I have completed was to create a context diagram, which the IT industry calls Data Flow Diagram. We use a program named Visio to construct a logical model of how a system should work. We use the Gane and Sarson symbol set for the shapes. The shapes in this document are processes and entities.

“Kitchen Gadgets sells a line of high-quality kitchen utensils and gadgets. When customers place orders on the company’s website or through electronic data interchange (EDI), the system checks to see if the items are in stock, issues a status message to the customer, and generates a shipping order to the warehouse, which fills the order. When the order is shipped, the customer is billed. The system also produces various reports.”(SNHU)

SNHU. (n.d.). https://learn.snhu.edu/d2l/le/content/1894229/viewContent/40170471/View

context diagra

You May Also want to Read...

Program Documentation with Javadoc

To generate documentation for my program there is a generator called Javadoc. My integrated development environment (IDE), NetBeans, where the code can be tested as if being compiled, I can right click on a package of my program and then click "generate Javadoc." This...

read more

Learning to Code with Java

Java is a widely used object oriented  programming language. Which basically means an object is created from a class( the parent class could be “Animal”), for example a cat object from that class would have  attributes such as age, weight , name etc.. It then has...

read more

Operating System Security

The security status of my operating system Use the command line netstat -np tcp in the shell The entry TCP 127.0.0.1:56663 127.0.0.1:64867 ESTABLISHED shows an active, secure connection occurring on your local computer. Here is a breakdown of what each part means....

read more
alignablev2Tick-tok-logo