Flow Chart Worksheet

  1. Draw a flowchart to represent the logic of a program that allows the user to enter a value for one edge of a cube. The program calculates the surface area of one side of the cube, the surface area of the cube, and its volume. The program outputs all the results.
  2. Draw a flowchart to represent the logic of a program that allows the user to enter values for the width and length of a room’s floor in feet. The program outputs the area of the floor in square feet.
  3. Modify the flowchart that computes floor area to also compute and output the number of 3-inch square tiles needed to tile the floor.
  4. Draw a flowchart to represent the logic of a program that allows the user to enter values for a salesperson’s base salary, total sales, and commission rate. The program computes and outputs the salesperson’s pay by adding the base salary to the product of the total sales and commission rate.