2 - IPO Charts
2 - IPO Charts
Creating IPO
Charts
Objectives
At the end of this video, you should be able to
successfully:
• Describe what an IPO chart is and what it is used
for
• Identify specific commands used in the different
sections of an IPO chart
• Construct a basic IPO chart for a given problem
What is an IPO Chart?
An IPO chart is a graphical representation of the input,
processing and output steps of a problem.
Command Words:
• Enter
• Input
• Read
Command Words:
• Calculate
(Add, Subtract, Multiply, Divide, Find,
Work out)
• Compare (IF-Then-Else)
• Repeat (…Until)
OUTPUT
INPUT PROCESSING OUTPUT
Instructions that allow
information to be
displayed on the screen
Command Words:
• Display
• Print
• Show
CAN YOU LIST A COMMAND
WORD USED IN EACH SECTION
OF AN IPO CHART?
LET’S CREATE AN IPO CHART!
PRINT Total_Price
PROBLEM: Add the prices of 3 items to get a
total price.
INPUT PROCESSING OUTPUT
Price1 READ Price1, Price2, Total_Price
Price3
Price2
Price3 Total_Price = Price1 +
Price2 + Price3
PRINT Total_Price
PROBLEM: Add the prices of 3 items to get a
total price.
INPUT PROCESSING OUTPUT
Price1 READ Price1, Price2, Total_Price
Price3
Price2
Price3 Total_Price = Price1 +
Price2 + Price3
PRINT Total_Price
PROBLEM: Add the prices of 3 items to get a
total price.
INPUT PROCESSING OUTPUT
Price1 READ Price1, Price2, Total_Price
Price3
Price2
Price3 Total_Price = Price1 +
Price2 + Price3
PRINT Total_Price
PROBLEM: Add the prices of 3 items to get a
total price.
INPUT PROCESSING OUTPUT
Price1 READ Price1, Price2, Total_Price
Price3
Price2
Price3 Total_Price = Price1 +
Price2 + Price3
PRINT Total_Price
PROBLEM: Add the prices of 3 items to get a
total price.
INPUT PROCESSING OUTPUT
Price1 READ Price1, Price2, Total_Price
Price3
Price2
Price3 Total_Price = Price1 +
Price2 + Price3
PRINT Total_Price
LET’S CREATE AN IPO CHART!
PRINT Result
PROBLEM: Show the result of adding three numbers and
dividing the answer by 2.
PRINT Result
PROBLEM: Show the result of adding three numbers and
dividing the answer by 2.
PRINT Result