Its structure and the kind of information it gives.

Slides:



Advertisements
Similar presentations
Introduction to C Programming
Advertisements

Working With Algorithm and Flowcharts
DT Coursework By D. Henwood.
CS 240 Computer Programming 1
Nested if-else Statements.  Should be indented to make the logic clear.  Nested statement executed only when the branch it is in is executed. For example,
Documentation Letts Study Guide Information Systems - IT Chapter 19.
ME 142 Engineering Computation I Fundamentals of Procedural Computer Programming.
Swim Lane Diagram Template This template by tools4dev is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Basics of Computer Programming Web Design Section 8-1.
Flow Chart.
II N T R O D U C T I O N PP R E T E S T DD E S I G N I N G A L G O R I T H M DD E S I G N I N G F L O W C H A R T GG E N E R A L R U L E S F.
Volume of a Solid by Cross Section Section 5-9. Let be the region bounded by the graphs of x = y 2 and x=9. Find the volume of the solid that has as its.
What does this describe?
Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.
CONSTRUCTION OF A FLOW CHART DR OKUNOWO BOLANLE EDM UNIT.
A (very) short course in Business Process Modeling Notation
Documentation Why do auditors pay such close attention to system documentation? l It helps to understand the system - how it works. l The auditor’s documentation.
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.
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.
DON’T DO IT! IT’S NOT HOPELESS. Documentation Flowcharting Due to thier complexity (when looking at them), flowcharts intimidate many people. However,
Describing Information Systems.  A system is a group of connected operations.  Systems can be described in several different ways including:  Structure.
DO NOW!!! (1 st ) 1.A rectangular prism has length 4 cm, width 5 cm, and height 9 cm. a) Find the area of the cross section parallel to the base. b) Find.
LO: We’re learning to demonstrate the need for breaking down problems into smaller ones.
Program Design BUILDING A HOUSE. Steps to Designing a Program 1. Define the Output 2. Develop the logic to get that output 3. Write the program.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Flowcharts & Sitemaps Integral part of the design process –Show all possible paths and the various activies such as navigation, games, tests, transactions,
What questions could we ask about this tile?. What if… We put 2 together?
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
Flow Charts WHAT ARE THEY AND WHY DO WE USE THEM?.
Solids of Known Cross Section. Variation on Disc Method  With the disc method, you can find the volume of a solid having a circular cross section  The.
Learning Objective To be able to… Understand flow chart symbols Complete and correct flow chart algorithms Create a program based on a flow chart.
All About Shapes! How do shapes play a role in our daily lives? By: Miss Van Ruiten How do shapes play a role in our daily lives? By: Miss Van Ruiten.
?!?!??!? Teaching Your Computer to Read By Matthew Falk.
Flow Charts. Flow charts A flowchart is a schematic (idea of doing something) representation of a process. They are commonly used in Computer Science.
How many …?. What shape can you see? I can see some _____. Q1 Q1 stars.
SHAPES There are many shapes in our world. These are circles. Circles are never ending lines.
Problem Solving Flowcharts. Flowcharts Introduction  Flowcharts allow us to create a visual representation of a solution to a problem DRAW  With flowcharts,
CSE 110: Programming Language I Matin Saad Abdullah UB 404.
1 Process mapping template - Instructions The following two pages include simple templates for starting a process map –Process mapping shapes –Process.
Algorithms and Flowcharts
Graphical Representation of Data
Introduction to Flowcharting
Basics of Computer Programming
Sorting and Grouping.
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Programming Flowcharts
Special Quadrilaterals
Algorithms An algorithm is a sequence of steps written in the form of English phrases that specific the tasks that are performed while solving the problem.It.
process mapping symbols
Basics of Computer Programming
Basics of Computer Programming
Basics of Computer Programming
Bridge building.
Algorithms Y10 Introduction.
Cross SECTIONS.
Flowcharts.
Computers & Programming Languages
الفصل الثاني الخوارزمية
Lofting A loft blends multiple profiles with varying shapes on separate planes to create complex shapes.
ME 142 Engineering Computation I
Shapes.
What does this describe?
Plan of Making (Flow Charts)
Plan of Making (Flow Charts)
Flowcharts Some Rules.
Homework: Maintenance Sheet 20 Due Friday Please Study Daily
Objective Apply formulas for perimeter, area, and circumference to composite figures.
Homework: Maintenance Sheet 20 Due Friday -Please Study Daily
Introduction to Programming
Introduction to Flowcharts
Presentation transcript:

Its structure and the kind of information it gives.

Structuring a flow chart Flow charts are designed to be simple and easy to follow. They are generally constructed using shapes and arrows. CFF.com a professional flowcharting site, breaks the flowchart down into four basic shapes; terminal, rectangle, decision, and circle, each representing something different.

Shapes The terminal shape is used to begin or end the flow chart The rectangle shape is used to show a process, task, or action The decision shape is used to ask a question The circle shape is used as connector between sections of the flow chart

Structure The shapes are connected using lines with arrows. When lines cross, ignore the perpendicular line.

Put them together

Information Provides a lot of information in a very simple form. Flow charts most commonly present a set of directions that are easy to follow. StartDo Homework

Works Cited RFF Electronics. RFFlow