KU 1022 TA 2012/2013 – GENAP MAKING FLOWCHART FROM PROCEDURAL TEXT.

Slides:



Advertisements
Similar presentations
Introduction to C Programming
Advertisements

Working With Algorithm and Flowcharts
Lesson 9 A newswebsite is not as personal as a TV news show.
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,
1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Programming & Flowchart.
Flow Charts, Loop Structures
Introduction to Flowcharting
Flow Control Analysis & Design Tool: Flowcharts
Software Engineering Introduction to Flowcharts Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
UNIT 2. Introduction to Computer Programming
CHAPTER 1: AN OVERVIEW OF COMPUTERS AND LOGIC. Objectives 2  Understand computer components and operations  Describe the steps involved in the programming.
FLOWCHART BASED DESIGN A flowchart is ideal for a process that has sequential process steps. The steps will be executed in a simple order that may change.
 An Operation or action step  another process step or series of process flow steps that are formally defined elsewhere.
Fundamentals of Algorithms MCS - 2 Lecture # 4
Dr. Gary Stewardson, Raymond Boyles Hello again, Sparkey here. Slippery and I will help you explore how to create a program that simulates outputs on a.
Flow Chart.
Chapter 2- Visual Basic Schneider
Flowchart Diagram Risanuri Hidayat. What A Flow Chart is a sequential diagram that shows the steps involved in an operation or task and the decisions.
PRESENTED BY NASIR ABBAS. FLOW CHART CONTENTS What is a flow chart? Flow chart symbols.
1 CSI 101 Elements of Computing Fall 2009 Lecture #4 Using Flowcharts Monday February 2nd, 2009.
BLOCK DIAGRAMS. Block diagrams A way to show schematically the individual subsystems of a design with arrows to show the direction that signals flow through.
The Program Design Phases
Flowcharting Medical Processes How to Draw Flowcharts.
What is a Flowchart? Why are they used? How to draw them.
Algorithm & Flowchart.
CSC103: Introduction to Computer and Programming
Flow Charting. Goals Create Algorithms using Flow Charting procedures. Distinguish between Flow Charting and Pseudocode. Top-Down Design Bottom-up Design.
Design the program Create a detailed description of program –Use charts or ordinary language (pseudocode) Identify algorithms needed –Algorithm: a step-by-step.
PROGRAMMING LANGUAGES Prof. Lani Cantonjos. PROGRAM - set of step-by-step instructions that tells or directs the computer what to do. PROGRAMMING LANGUAGE.
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.
Chapter Two Creating a First Project in Visual Basic.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 FLOWCHARTS A flowchart is an analytical technique.
ALGORITHMS AND FLOWCHARTS CSCI 105 – Computer Fluency.
Algorithms & Flowchart
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.
1 Program Planning and Design Important stages before actual program is written.
Computer Programming I Summer 2011
(C)opyright 2000 Scott/Jones Publishers Introduction to Flowcharting.
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.
Fundamentals of Algorithms MCS - 2 Lecture # 5. Representation of Algorithms (continued) Flowcharts.
HOW YOU DO IT OR HOW DOES IT HAPPEN Process Writing.
Problem Solving Flowcharts. Flowcharts Introduction  Flowcharts allow us to create a visual representation of a solution to a problem DRAW  With flowcharts,
Algorithms and Flowcharts
Data Flow Diagrams Start Do you want to continue? Yes End No Test on
Unit 2- Narrative Essay WEEK 2. What is a Narrative Essay?  A narrative essay tells a story  Structure of a Story: - Setting - Theme - Mood - Characters.
WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or.
Flowchart Symbols Terminal Process Input/ Output Decision
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Programming Flowcharts
Algorithms and Flowcharts
Flowcharting: Decision Structure
Understand Problem Solving Tools to Design Programming Solutions
Introduction To Flowcharting
ALGORITHM Basic CONCEPTS of Basic Concepts of Algorithm
process mapping symbols
What is a Flow Chart ? An organized combination of shapes, lines, and text that graphically illustrates a process or structure A pictorial representation.
Activity Diagrams Activity diagrams describe the workflow behavior of a system.  The diagrams describe the state of activities by showing the sequence.
Microsoft Visual Basic 2005 BASICS
Business Application Development
Structured Program Design
Manipulation of Charts with Visual Basic
Chapter 2- Visual Basic Schneider
ME 142 Engineering Computation I
System Analysis and Design
Flowcharts and Pseudo Code
Introduction to Programming
Basic Concepts of Algorithm
Flowcharts Some Rules.
Presentation transcript:

KU 1022 TA 2012/2013 – GENAP MAKING FLOWCHART FROM PROCEDURAL TEXT

Describing Flowchart

Before describing flowchart into sentences, we have to understand the symbols first: SymbolSymbol NameSymbol Description Terminator (Terminal Point, Oval) Terminator shows the start and stop points in a process. Action or ProcessShows a Process or action step. This can represent a single step (turn on the laptop) or the entire process (make a paper) within a larger process. DecisionIndicates a question or branch in the process flow. Typically, a Decision flowchart shape is used when there are 2 options (Yes/No, No/Go, etc.). A decision has to be made.

Describing Flowchart SymbolSymbol NameSymbol Description Data (I/O)The Data flowchart shape indicates inputs to and outputs from a process. Therefore, it is also called an I/O shape. DocumentThis symbol represents printed document or report. Off page connectorOff-Page Connector shows continuation of a process flowchart onto another page Flow LineThe lines indicate the sequence of step and the direction of the flow

Making Procedural Text In describing flowchart and making it into good paragraph, transitional signals are also needed. Since flowcharts talk about sequence of occurrence, so the transitional signals used are the signals for chronological order. Some of them are: Initial StepsWhilst StepsFinal steps First Firstly First of all Initially After that And then Before / after that Next Previously Second, third, etc. At last Finally Lastly The last

Pay Attention to the Paragraph Golfing is one of the hobbies often played when the weather is good. If you want to go golfing, there are things you have to do beforehand. First of all, check the weather on the weather news. You can check it in newspaper, TV or radio such as the Weather Channel on Channel 61. From the news, you can find out whether rain is predicted to happen or not. If rain is predicted to happen, you can just stay at home. However if rain is predicted not to happen, then you can go out and play golf.

Making the Flowchart Here is the example of simple flowchart:

Making Procedural Text Look at the first step of the flowchart below! The expression that we can use is as follow: Here are the possible sentences: First of all, check the weather on the Weather Channel on Cable Channel 61 The first step is checking the weather on the Weather Channel on Cable Channel 61 Transitional signals + Imperative sentences Or Subject (the first step, etc.) + to be + V-ing Transitional signals + Imperative sentences Or Subject (the first step, etc.) + to be + V-ing

Making Procedural Text Look at the part of the flowchart below! To explain the information in the diamond shape we can use noun clause “whether” or “if”. These are the examples of expressions to explain the information from the diamond shape: From the channel we can find out whether rain is predicted (or not) From the channel we can find out if there is rain predicted

Making Procedural Text Below is the example of the last step of a flowchart! We can describe the step above with the following formula: The sentences can be in active or in passive form. Here are some possible sentences: Finally, you finish your project (active form) At last, the project is finished (passive form)