SCRATCH PROGRAMMING QUARTER FOUR

Back to index

View project at Scratch

Custom Graph

The project displayed on this page draws a graph showing the relationship between temperature on the Fahrenheit scale and temperature on the Celsius scale. As you can see, the relationship is linear. The relationship you will graph is exponential and so the way you scale your graph will be different, but for the most part all the tricks you need to complete this assignment are demonstrated in the demo project. So, be sure to study it carefully!

ASSIGNMENT:

Your job is to plot the relationship between perimeter and area for squares with sides length one unit to ten units. Label the bottom axis Perimenter and the vertical axis Area. Have your data fit your graph fairly closely and provide labels for maximum values on each axis. Use two list variables to hold your data for perimeter and area.