IPO Model
IPO Model
IPO Model
Data and
INPUT OUTPUT
Processing
Your analysis
starts here
Input
degrees Celsius
Process
F = C * (9/5) + 32
Output
degrees Fahrenheit
Problem Statement
A student's final grade for a course is a
weighted average of two tests, a final
exam, and four projects. Each test is worth
15%, the final is worth 30%, and the
projects are worth a total of 40% (10%
each). Given a student's grades for all of
these assignments, calculate the final
score.
What input/s are require?
What process/es are require?
What output/s are require?
Problem Statement
A student's final grade for a course is a weighted average of two
tests, a final exam, and four projects. Each test is worth 15%, the
final is worth 30%, and the projects are worth a total of 40% (10%
each). Given a student's grades for all of these assignments,
calculate the final score.
A graphical representation of an
algorithm, often used in the design phase
of programming to work out the logical flow
of a program.
Basic Flowcharting Symbols
Basic Flowcharting Symbols
THANK YOU!!!