I Input (data) P Process (calculations to be done on input) O Output (information) IPO Charts.

Slides:



Advertisements
Similar presentations
TITLE - Name DOB Date Click to add text Use font AvantGarde 18 point Click to add text Use font AvantGarde 18 point Click to add text Use font AvantGarde.
Advertisements

Unit 20 - Client Side Customisation of Web Pages
Creating Effective Conference Posters using PowerPoint
Code 2 Layers. Step 1 Using 2 Layers Step 2: There are 2 layers Using 2 Layers.
IT Applications Theory Slideshows By Mark Kelly vceit.com Database Design Tools Version 2.
IT Applications Theory Slideshows By Mark Kelly Vceit.com WEBSITE DESIGN TOOLS.
Design Principles 3.02 Understand business publications Slide 1.
1/28 Using PowerPoint for Academic Presentations How to… How NOT to…
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
1 Basic HTML. 2 Part 1: Basic Web Page Production.
Cascading Style Sheets by Pavlovic Nenad by. Presentation Contents  What is CSS?  Why CSS?  Types of Style Sheets  Style Sheets Syntax  Box Formatting.
C1999 Kathleen Schrock 1 Basic HTML By Kathy Schrock.
JMD2144 – Lesson 4 Web Design & New Media.
CLASSROOM FEUD UNIT 2. What is the name for the part of a book that is a note to the reader about what is in the book?
 Identifying data Identifying data  Choosing software application Choosing software application  Processing data Processing data  Macro design Macro.
GILLINGS SCHOOL OF GLOBAL PUBLIC HEALTH Insert date here Title of presentation goes here Example image.
Agenda Block-Level vs. Inline Elements (tags) Manipulating Text,  , Text Characteristics,,,,,,,,,,,,,,, Font Attributes: size, color, face Horizontal.
Web Site Design Tools Site Maps Graphic representation of how each page (of a website) or screen (slideshow, animation, database) link together. It’s like.
Middlesex United Way PowerPoint Presentation Template.
Creating a poster is easier than you think.
VCE IT Theory Slideshows by Mark Kelly study design By Mark Kelly, vceit.com, Begin.
 Structure charts (last lesson)  Screen and page layout diagrams provide  A sketch of each page (screen) of the program  A list of the content, including.
Design Principles 5.01 Understand business publications Slide 1.
Design Principles 5.01 Understand business publications Slide 1.
Codes and Conventions of contents pages. By Eleanor Raftery.
DESIGN TOOLS Software Development. FOR ASO1 WE WILL LOOK AT: Data Dictionaries Object Descriptions Mock Ups Pseudocode.
Your title here: Maybe add some pictures and/or school logo on the left authors and affiliation (First names of authors increase interaction potential)
INF1060: SPREADSHEET1.
IT Applications Theory Slideshows
Unit 17 Website Development
WEBSITE DESIGN TOOLS.
Template for IBI poster 56 inches in width and 36 inches in height The title occupies no more than two lines First Author1, Second Author2, Third Author1,2.
MS-Access (database) how to create blank data base.
Your title here: Maybe add some pictures and/or school logo on the left authors and affiliation (First names of authors increase interaction potential)
Styles and the Box Model
Heading line 1 Heading line 2
ADD TITLE HERE Add subtitle here.
TITLE (CALIBRI 36 PT BOLD)
Annotated(mockup)& Layout Diagrams
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
Template for IBI poster 36 inches in width and 48 inches in height The title occupies no more than three lines First Author1, Second Author2, Third Author1,2.
Title of Poster in Arial, Bold, 48 Points
READING STRATEGIES Previewing
Presenter Department Affiliation Date of Presentation
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
Template for IBI poster 48 inches in width and 36 inches in height The title occupies no more than two lines First Author1, Second Author2, Third Author1,2.
3.1 Understanding Spreadsheets
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
Do it now – PAGE 7 You will find your do it now task in your workbook – look for the start button! Sunday, 19 May 2019.
How to Create Tables & Graphs in Excel
2.00 Understand Publications
The title of the bachelor’s thesis
TITLE (CALIBRI 36 PT BOLD)
TITLE (CALIBRI 36 PT BOLD)
Because Presentation Matters
TITLE (CALIBRI 36 PT BOLD)
Use this slide to present information in bullet form.
POSTER TITLE Author’s Name: font size 8-25 Logo Logo
Picture with at least 1500x1500 pixels size
Presentation transcript:

I Input (data) P Process (calculations to be done on input) O Output (information) IPO Charts

InputProcessOutput This is what an IPO chart looks like:

InputProcessOutput Sum of 2 numbers. Eg. 7 Product of 2 numbers. Eg. 8 Age List[2] The trick to creating an IPO chart is: Work backwards – meaning start with the output. (start by deciding what information you want to display or output) For example, someone’s age in years

The next step is to now work out what data (input) you need to calculate this information (output). InputProcessOutput 2 numbers. Eg. 3, 4 Sum of 2 numbers. Eg. 7 2 numbers. Eg. 4, 2 Product of 2 numbers. Eg. 8 Date of Birth, Current Date Age ListList[2]

The last step – is the process (doesn’t have to be the exact code or functions) InputProcessOutput 2 numbers. Eg. 3, 4 Add 2 numbers. 3+4 Sum of 2 numbers. Eg. 7 2 numbers. Eg. 4, 2 Multiply to numbers. 4*2 Product of 2 numbers. Eg. 8 Date of Birth, Current Date (Now – DOB)/ Age (in years) ListSearch for item 3 in list. List[2]

Mockups (annotated diagrams) A sort of “photographic” representation of what a printed page or a screen will look like A bit like a prototype or demonstration model Can be produced with software for extra realism May have faked text

Mockups – another interpretation Another view of mockups is a hand-drawn representation of a page or screen with detailed formatting information.

This mockup plans out content, layout and formatting.

Mockups Give enough detail so that the design could be given to someone else to accurately produce the page or screen. E.g. “Arial, 14pt, bold, dark blue” Don’t repeat yourself endlessly: summarise. E.g. “All body text 12pt Arial. All links are blue. All tables have invisible borders except for the pets table” etc

Mockups Does not need to be 100% specific. E.g. can specify a “fancy font, big, blue” or “picture of a cat”. Include content information (what a text block is talking about; what a picture should show)

Mockups Exact wording of text not needed. Include headings to identify contents of the text (e.g. Why dogs are good pets”) Do not produce a uselessly vague mockup… heading picture text This sort of design is a waste of time. No-one could work out what needs to go on this page.