Scratch lab 6

Pair programing

This animation wich moves the hip hop 180 kid across the sreen the number of steps determined by the user and moves and spins the cat sprite and Cassy.

Pair Programing

Area

This animation calculates the area of a rectangle with the given length and width, then it calculates the side length of a square with the same area and the side length of an equilateral triangle with the same area.

Area

Compound Interest

This is an animation in which you can calculate the future value of your money using compound interest, given an inital investment value the interest rate and the amount of time in your investment.

Compound interest

Feet miles inches

This is an animation in which you are given the feet if the distance is greater than a mile it will convert it to miles, and if it is less than one mile it is converted to inches.

Feet miles inches

Distance revisited

This is an animation in which you can calculate distance between two given points.

Distance revisited

  1. Using blocks in code helps by helping to organize the code and allow you to repeat processes without a lot of effort.
  2. Parameters are variables that have processes attached to them.
  3. A formula that takes at least one parameter is finding the area of a shape.
  4. No parameters are needed if you are doing the something like the rock paper scissors project or a music video.
  5. You would expect this code to select one name at a time and add it to the list and reorder it inot alphabetical order then repeat until all the names are on the list and in order.

Homepage