Describing Information Systems.  A system is a group of connected operations.  Systems can be described in several different ways including:  Structure.

Slides:



Advertisements
Similar presentations
Documenting an AIS II Flowcharts Documenting AIS II.
Advertisements

ATG Chapter 3 ATG CHAP 3 Data Flow Diagrams and Flow Charts Spring 2002.
Chapters 7 & 9 System Scope
Using Data Flow Diagrams
Documenting Information Systems
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Systems Techniques and Documentation. Use of Systems Techniques in Systems Development What are the three phases of a systems development project? 1Systems.
BIF703 System Analysis & Design Diagramming – Part II: System Flowcharts / Gantt Charts.
Documentation Letts Study Guide Information Systems - IT Chapter 19.
Flow Chart.
Chapter 4 – Documenting Information Systems
Review Questions The four symbols on a data flow diagram are: Rounded rectangles (processes) Squares (external agents) Open-ended boxes (data stores) Arrows.
Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.
DATA FLOW DIAGRAMS IT 155.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Modern Model of the Atom
Chapter 9 Moving to Design. The Structured Approach To Designing The Application Architecture Module-an identifiable component of a computer program that.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
Systems Analysis & Design Data Flow Diagrams. End Home Data Flow Diagrams – Definition  A data flow diagram is a pictorial model that shows the flow.
Documenting the Flow of Information within a System  A Data flow diagram (DFDs) describes the flow of data within an information system, while ignoring.
Chapter 12 Describing Information Systems.
Chapter 7 Using Data Flow Diagrams
Flowcharting An Introduction
Interaction diagrams Sequence and collaboration diagrams.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Accounting Information Systems 9 th Edition Marshall.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
Deployment Diagrams Martin Orendáč. Deployment Diagrams A deployment diagram in the Unified Modeling Language models the physical deployment of artifacts.
Data flow diagrams IPT data flow diagrams A data flow diagram provides more detail at a lower then a context diagram. Data flow diagrams represent.
LO: We’re learning to demonstrate the need for breaking down problems into smaller ones.
G045 Lecture 08 DFD Level 1 Diagrams (Data Flow Diagrams Level 1)
Data Flow Diagrams CP1 Computing.
Selection Sort Comparison Data Movement Sorted.
General Purpose Packages DATA TYPES. Data Types Computer store information in the form of data. Information has meaning. Eg 23 May 2005 Data has no meaning.
1 AVCE ICT Unit 7 - Programming Session 8 – Documenting your programs.
Description and exemplification of entity/event modelling. Index and Key – –The Index/Key column of the data dictionary is used to indicate whether or.
Its structure and the kind of information it gives.
Use Flowchart modeling to design and create an interactive quiz to be run on Powerpoint. Start Question Click to start the quiz Correct Incorrect, try.
Flowcharts & Sitemaps Integral part of the design process –Show all possible paths and the various activies such as navigation, games, tests, transactions,
Data Flow Diagrams. A diagram which shows the movement of data in a system.
CHAPTER 6 -- TASK ANALYSIS A presentation by Dan Rice.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
1 CS362 High Level Program Design Tool Structure Chart © 2011, Regis University.
Learning Objective To be able to… Understand flow chart symbols Complete and correct flow chart algorithms Create a program based on a flow chart.
YEAR 11 - IPT Term 2 - Tools for Information Processing hardware and Personal information system.
Magnets and Electromagnets
Learning Objectives Today we will Learn: The different types of test data.
CSE 110: Programming Language I Matin Saad Abdullah UB 404.
Algorithms and Flowcharts
Data Flow Diagrams Start Do you want to continue? Yes End No Test on
Systems Analysis and Design in a Changing World, Fourth Edition
BIF703 System Analysis & Design Diagramming – Part II: System Flowcharts / Gantt Charts.
Systems Documentation Techniques
Introduction to Flowcharting
Basics of Computer Programming
Chapter 5 Task Level Modeling.
Modern Systems Analysis and Design Third Edition
Problem Solving How do we attack a large problem?
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
System Design and Modeling
Programming Flowcharts
Basics of Computer Programming
Basics of Computer Programming
Basics of Computer Programming
Activity Diagrams Activity diagrams describe the workflow behavior of a system.  The diagrams describe the state of activities by showing the sequence.
ME 142 Engineering Computation I
Modern Systems Analysis and Design Third Edition
Modern Systems Analysis and Design Third Edition
Warm up In your own words describe what you think electricity is.
Graduation Project Project Name
Top-down technique / Stepwise Refinement and Algorithms
Presentation transcript:

Describing Information Systems

 A system is a group of connected operations.  Systems can be described in several different ways including:  Structure diagrams.  Data flow diagrams.  Systems flowcharts

 In a structure diagram the overall task is broken down into smaller tasks.  These smaller tasks can, in turn, be broken down into even smaller tasks.  This method of describing a task is called ‘The Top Down Approach’.  It can also be shown as a simple diagram.

Make a meal Prepare food Set the table Cook the food The task of making a meal is broken down into smaller tasks –  Preparing the food.  Setting the table.  Cooking the food.

Make a meal Prepare food Set the table Cook the food Could the smaller tasks be broken down into even smaller tasks?

 In a data flow diagram the movement of data around the system is shown.  This is done using standard symbols including:  Boxes.  Sausages.  Open rectangles.  Arrows.

 Boxes – show the sources of data or something that uses data.  Sausages – show a process.  Open rectangles – show where data is held.  Arrows – show how data flows between the other symbols.

A simple data flow diagram that shows a new video being added to a video library

 A systems flowchart gives an overall view of a system.  It shows the tasks performed on the data (e.g. sorting, updating) and the type of media used to hold the data (e.g. magnetic disk, magnetic tape).  Standard symbols are used in systems flowcharts, and data flow is indicated by arrows.

A simple flowchart of a database system