This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

(Input Process Output) IPO CHARTS

| See more in Computer Programming

How well can you develop an IPO chart?

ShanteriaMitchell
Created Date 12.16.19
Last Updated 12.18.19
Viewed 36 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit

Would you like to build your own game?

It's easy!

Go to the GameBuilder and get started!

Topics of this game:
  • Write a program that accepts three (3) integers and finds the sum. Which of the following is most appropriate for the Input section of the IPO Chart.
  • A program accepts three integers, and finds the product. What would be most appropriate for the Output section of the IPO?
  • A program accepts two integers, and displays the difference. What would be most appropriate for the Processing section of the IPO?
  • Calculate Jenny's weekly pay, if she is paid by the hour and she works for $20 an hour. What should go in the processing section of the IPO Chart?
  • A program will accept the base and height of a triangle then calculate the area of a triangle then print it. What would appear in the processing section of the of the IPO Chart.