When it is appropriate to use and what are its advantages.

Slides:



Advertisements
Similar presentations
Attention (your target market) !. Are you (their problem) ?
Advertisements

Drawing as a discussion tool will be broken down into discussion sessions. The artist displays the drawing and the group states something about the picture.
Tips for Creating Electronic Presentations. Outline Overview / Basics Content Visual Effects Presentation Organization and Coherence 2.
Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.
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.
Computer Programming Basics. Computer programs are a detailed set of instructions given to the computer They tell the computer: 1. What actions you want.
Chapter 2 LEARNING OUTCOMES This Chapter will partially cover the learning outcome No. 1 i.e. Design color slides combining graphics, text, and sound.
LO: We’re learning to understand how computers solve problems!
READING FOR HIGH SCHOOL AND BEYOND. WHAT I DO NOW: *BEFORE I READ *WHEN I READ *AFTER I FINISHBEFORE I READWHEN I READAFTER I FINISH Reading Actively.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
A (very) short course in Business Process Modeling Notation
By: Brian Coates. What is a graphic? A graphic is an image that helps you understand the written information in a text.Some will have captions.
Flowcharting An Introduction
Unit 1 – Improving Productivity Ryan Taroni Instructions ~ 100 words per box.
When Someone is Talking. Sometimes in school I have something important to tell an adult. Oh I really need to tell her something…but she is talking…
Mr C Johnston ICT Teacher BTEC IT Unit 06 - Lesson 01 Introduction to Computer Programming.
Registration and Log-in Flow Benjamin Melançon agaric.com & dgd7.org.
Equipment User Manual Technical Writing Yasir Jan College of EME.
My Personal Reading Procedure. Critical Thinking  What is critical thinking???  Thinking about things beyond what is written there.  Thinking of things.
Percent This slide needs the title “Percent”, your name, and two pictures that represent percent. Choose a nice background and apply it to all of your.
Trashscan Colombia. We have found that the people all around our city aren’t throwing the trash in the appropriate trash can. Throwing the trash in the.
Slide 1 What are the parts of a barrier system? What triggers the gate to open? What makes the barrier move? What causes it to close? Are there any other.
Your device Title Here Your Name Your class Period.
03/11/20151 System Development Lifecycle Design. 203/11/2015 Learning Objectives Consider the relevance and timeliness of data. Describe: The processes.
Educational Offer VSL EXAMPLE with Outline (webinar) In this document, I’m including slides from a successful VSL along with the insertion of section markers.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
PowerPoint Basics Tutorial 1: Objects These tutorials will introduce you to the most basic and useful functions of Microsoft PowerPoint We’re going.
Academic Workout Jim Burke Monitoring Your Understanding.
Middle School Grades 6-8 Advanced Features of Inspiration.
LEAD21 Unit 3: Community Life Week 4 Day 4. Let’s take a look at our story, “Pig Pig Gets a Job.”  How are communities alike and different?  What can.
Computer Programming I Summer 2011
Slide 1 Computer Control The Gig. Slide 2 What features in the program can help us run the lighting & smoke effects? The computer is good at controlling.
Washington D.C., USA, July 2012www.aids2012.org SAMPLE SLIDE 1 I use PowerPoint to my advantage Projecting the best image Can you hear me? Can you.
VISUAL AIDS THE POSSIBILITIES ARE ENDLESS. RULE #1 What is the most important visual aid that is a part of every speech? YOU ARE!!
Attention Small Businesses Do you want to become the success you so deserve to be? And lack of capital keeping you from reaching that goal? There is an.
Reading Response Journal (Begins in Daybook on pg. 1)
Algorithms and Pseudocode
Learning Objective To be able to… Understand flow chart symbols Complete and correct flow chart algorithms Create a program based on a flow chart.
Flip Slips Practice STEPS TO Skill or Problem How is dialogue used in a drama? STEP PREP Procedures Skill Language & Vocab Breakdown Prior Knowledge Textual.
Using Presentation Aids The proper way. What Not to do: Sometimes the best way to learn is to see what the audience sees when you are doing things the.
Mr. Schaefer Grade 4 Language Arts April 27, 2009.
This I Believe Essay Writer’s Workshop: Introductions, Juicy Details, & Conclusions 8 th ELA St. Joseph School.
Title Name. Phylum Characteristics (This is an introductory slide – you can tell general characteristics that set your organism apart from all of the.
Algorithms and Flowcharts
What is accessible information? On the next slide we will show you a few examples. It is information that everyone can understand.
Learning outcomes 5 Developing Code – Using Flowcharts
FLOWCHARTS Part 1.
Basics of Computer Programming
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.
Basics of Computer Programming
Title of your science project
Basics of Computer Programming
Basics of Computer Programming
Scrolling text repeating until end of slide.
Algorithms Today we will look at: what the word algorithm means
What is accessible information? It is information that everyone can understand. On the next slide we will show you a few examples.
When and where the story takes place.
Use Background Knowledge
ICT Programming Lesson 1:
Back to School - Again 10/13/2018 District I/II Fall Meeting 2018
Starter....
This is an optional module
WJEC GCSE Computer Science
Header here Subheader here subheader
I need to improve my… I am now able to… I feel more confident about…
Name of Chapter Area of Chapter
Simple Powerful WPS OFFICE Free.
Presentation transcript:

When it is appropriate to use and what are its advantages

 Flow charts are best used when you have a story to tell  Especially when that story would best be explained by visualizing the individual stages of the process

 To help visualize the process involved in the last slide I have created the following flow chart Start Have a story to tell? Make a flowchart Use something else instead Yes No

 Flow charts are easy to understand and easy to follow (just follow the arrows!)  They describe the flow of an entire process from start to finish where other types of visuals do not  Complex processes are simplified by using flowcharts  They can provide in-order instructions on how to do something

 Imagine you have a very peculiar boss that likes to give weird directions and read the following blurb quickly:  Go into my office and if you happen to see a garden gnome on my desk grab it and give it to Jenny in Accounting. If you do not see one login on my computer, go purchase one on ebay, wait for it to arrive and then place it on my desk. Repeat this process until Jenny has the garden gnome.

 With the blurb of text did you really even understand what the boss was asking you to do?  Were you able to fully visualize the process?

 Here is the same thing in flow chart form Start Do you see a garden gnome on my desk? Give it to Jenny in Accounting Yes No Go to my office Login on my computer Buy a garden gnome on ebay Wait for it to arrive Place it on my desk

 The flow chart was easier to comprehend  It made a very confusing and difficult process very simple to understand