Input Process Output (IPO) and Structured/Hierarchy Charts - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Input Process Output (IPO) and Structured/Hierarchy Charts

Description:

Design Tools Part1 Input Process Output (IPO) and Structured/Hierarchy Charts Topics Input Process Output (IPO) Chart Hierarchy/Structured Chart Flow Chart Pseudo ... – PowerPoint PPT presentation

Number of Views:815
Avg rating:3.0/5.0
Slides: 13
Provided by: tc3HccsEd7
Category:

less

Transcript and Presenter's Notes

Title: Input Process Output (IPO) and Structured/Hierarchy Charts


1
Input Process Output (IPO) and
Structured/Hierarchy Charts
  • Design Tools Part1

2
Topics
  • Input Process Output (IPO) Chart
  • Hierarchy/Structured Chart
  • Flow Chart
  • Pseudo Code
  • Source Code

3
Design Steps and Tools
4
Input -gt Process -gt Output (IPO)
5
Input ? Process ? Output
6
Input, Processing, and Output
  • Three steps many programs perform
  • Gather input data
  • from keyboard
  • from files on disk drives
  • Process the input data
  • Display the results as output
  • send it to the screen
  • write to a file

7
Example1
Write a program that asks the user to enter a
temperature reading in centigrade and then prints
the equivalent fahrenheit value.
8
Example2
Write a program that asks the user to enter
firstName and lastName and display a welcome
message to screen as Hello firstName lastName!
Welcome to HCCS
9
Hierarchy/Structured Chart
10
Hierarchy (Structured) Charts
  • Depicts the logical functions to the solution of
    the problem using a chart
  • Provides an overview that users and senior
    management can use to confirm the solution to the
    problem without excessive consideration to
    detail.
  • High-level in nature

11
Example1
Write a program that asks the user to enter a
temperature reading in centigrade and then prints
the equivalent fahrenheit value.
celsiusToFahrenheit (main function)
centigrade
fahrenheit
centigrade
fahrenheit
inputCent
calcFah
outputFah
12
Write a program that asks the user to enter
firstName and lastName and display a welcome
message to screen as Hello firstName lastName,
Welcome to HCCS!
Example2
displayWelcomeMsg (main function)
firstName lastName
welcomeMsg
output WelcomeMsg
inputNames
Write a Comment
User Comments (0)
About PowerShow.com