wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Understanding the Problem: Input, Process, Output (IPO) Sequence

Total questions: 27

Worksheet time: 1hrs 21mins

Name
Class
Date
1.

A program needs to calculate the area of a rectangle. The user provides the length and width of the rectangle, and the program displays the area.

What is the INPUT?

4 lines
2.

A program needs to calculate the area of a rectangle. The user provides the length and width of the rectangle, and the program displays the area.

What is the PROCESS?

4 lines
3.

A program needs to calculate the area of a rectangle. The user provides the length and width of the rectangle, and the program displays the area.

What is the OUTPUT?

4 lines
4.

A program converts temperature from Celsius to Fahrenheit. The user enters a temperature in Celsius, the program converts it using the formula F = (C × 9/5) + 32, and then displays the temperature in Fahrenheit.

What is the INPUT?

4 lines
5.

A program converts temperature from Celsius to Fahrenheit. The user enters a temperature in Celsius, the program converts it using the formula F = (C × 9/5) + 32, and then displays the temperature in Fahrenheit.

What is the PROCESS?

4 lines
6.

A program converts temperature from Celsius to Fahrenheit. The user enters a temperature in Celsius, the program converts it using the formula F = (C × 9/5) + 32, and then displays the temperature in Fahrenheit.

What is the OUTPUT?

4 lines
7.

A shopping program calculates the final price of an item after a discount. The user enters the original price and the discount percentage. The program calculates the discount amount, subtracts it from the original price, and shows the final price.

What is the INPUT?

4 lines
8.

A shopping program calculates the final price of an item after a discount. The user enters the original price and the discount percentage. The program calculates the discount amount, subtracts it from the original price, and shows the final price.

What is the PROCESS?

4 lines
9.

A shopping program calculates the final price of an item after a discount. The user enters the original price and the discount percentage. The program calculates the discount amount, subtracts it from the original price, and shows the final price.

What is the OUTPUT?

4 lines
10.

A program calculates a student's average grade. The user enters three test scores. The program adds all three scores together and divides by 3 to find the average, then displays the average grade.

What is the INPUT?

4 lines
11.

A program calculates a student's average grade. The user enters three test scores. The program adds all three scores together and divides by 3 to find the average, then displays the average grade.

What is the PROCESS?

4 lines
12.

A program calculates a student's average grade. The user enters three test scores. The program adds all three scores together and divides by 3 to find the average, then displays the average grade.

What is the OUTPUT?

4 lines
13.

A program determines how old someone is in years. The user enters their birth year and the current year. The program subtracts the birth year from the current year and displays the person's age.

What is the INPUT?

4 lines
14.

A program determines how old someone is in years. The user enters their birth year and the current year. The program subtracts the birth year from the current year and displays the person's age.

What is the PROCESS?

4 lines
15.

A program determines how old someone is in years. The user enters their birth year and the current year. The program subtracts the birth year from the current year and displays the person's age.

What is the OUTPUT?

4 lines
16.

A program calculates the area of a circle. The user provides the radius of the circle. The program uses the formula Area = π × radius² (where π = 3.14159) to calculate the area, and then displays the result.

What is the OUTPUT?

4 lines
17.

A program calculates the area of a circle. The user provides the radius of the circle. The program uses the formula Area = π × radius² (where π = 3.14159) to calculate the area, and then displays the result.

What is the INPUT?

4 lines
18.

A program calculates the area of a circle. The user provides the radius of the circle. The program uses the formula Area = π × radius² (where π = 3.14159) to calculate the area, and then displays the result.

What is the PROCESS?

4 lines
19.

A program calculates the total cost of a shopping trip including tax. The user enters the price of three different items and the tax rate (as a percentage). The program adds all three item prices together to get the subtotal, calculates the tax amount by multiplying the subtotal by the tax rate, adds the tax to the subtotal to get the final total, and displays the total cost.

What is the INPUT?

4 lines
20.

A program calculates the total cost of a shopping trip including tax. The user enters the price of three different items and the tax rate (as a percentage). The program adds all three item prices together to get the subtotal, calculates the tax amount by multiplying the subtotal by the tax rate, adds the tax to the subtotal to get the final total, and displays the total cost.

What is the PROCESS?

4 lines
21.

A program calculates the total cost of a shopping trip including tax. The user enters the price of three different items and the tax rate (as a percentage). The program adds all three item prices together to get the subtotal, calculates the tax amount by multiplying the subtotal by the tax rate, adds the tax to the subtotal to get the final total, and displays the total cost.

What is the OUTPUT?

4 lines
22.

A program calculates how far a car has traveled. The user enters the car's speed in kilometers per hour and the time traveled in hours. The program calculates the distance using the formula Distance = Speed × Time, converts the distance from kilometers to meters by multiplying by 1000, and displays both the distance in kilometers and the distance in meters.

What is the INPUT?

4 lines
23.

A program calculates how far a car has traveled. The user enters the car's speed in kilometers per hour and the time traveled in hours. The program calculates the distance using the formula Distance = Speed × Time, converts the distance from kilometers to meters by multiplying by 1000, and displays both the distance in kilometers and the distance in meters.

What is the PROCESS?

4 lines
24.

A program calculates how far a car has traveled. The user enters the car's speed in kilometers per hour and the time traveled in hours. The program calculates the distance using the formula Distance = Speed × Time, converts the distance from kilometers to meters by multiplying by 1000, and displays both the distance in kilometers and the distance in meters.

What is the OUTPUT?

4 lines
25.

A program calculates a person's Body Mass Index. The user enters their weight in kilograms and height in meters. The program calculates the BMI using the formula BMI = weight ÷ (height × height), rounds the result to two decimal places, and displays the BMI value.

What is the INPUT?

4 lines
26.

A program calculates a person's Body Mass Index. The user enters their weight in kilograms and height in meters. The program calculates the BMI using the formula BMI = weight ÷ (height × height), rounds the result to two decimal places, and displays the BMI value.

What is the PROCESS?

4 lines
27.

A program calculates a person's Body Mass Index. The user enters their weight in kilograms and height in meters. The program calculates the BMI using the formula BMI = weight ÷ (height × height), rounds the result to two decimal places, and displays the BMI value.

What is the OUTPUT?

4 lines