IPO Quiz

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Practical Quiz

Create IPO diagrams for the following problems. Be sure to include the input, processing, and
output instructions. Complete the table by writing what is the input, processing, and output.

1. Create a program that will read the hourly rate of an employee and the number of hours
worked for the week and calculate and output the weekly salary.

2. Write a program that will accept the hours taken by a rider to ride 10 miles. If the time
taken is less than 1 hour then output good time otherwise too slow.

3. Write a program that will allow the user to enter the radius of a circle and display the area
and circumference of the circle.

4. Write a program that will accept the price of an item and quantity bought and output the
total the total cost

5. Write a program that will accept the grades of students. If the grade is a quiz, then
calculate 10 % of the grade. If the grade is a test, then calculate 40% of the grade.
Display the total grade received by the student. Total grade is calculated by adding
10% of the quiz to 40% of the test

You might also like