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

Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!

But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.

Download the Chakalaka mobile app here:
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.