Scratch Lab 10

Name: Chris Theo

Period: 7

Assignment: Lab #10

Lab Overview

In this scratch lab we used an assortment of tools to solve two complicated problems. Everything we learned so far was used in this lab. HERE.

My Solution

For this problem we had to create a "Predator/Prey Extension". We added to a premade template and made it so that the amount of each animal was counted every second. The results then had to be graphed.

My Project Link

My Solution

In this problem we had to create a program that reprduced the idea of duplicating gremlins, the person drops candles down and you have to try and get all the candles without missing, if you miss ten times the game is over.

My Project Link

Questions

  1. What data is attached to each clone? That is, what is changed on each clone that allows for the rabbits and foxes to appear/disappear?
    • Each fox/rabbit has a volume, the volume triggers the foxes/rabbits to appear and disappear.
  2. Are the simulation results the same each time? Why or why not?
    • No, they vary because the timings are random within a certain window. They also move randomly which will make some simulations longer or shorter.
  3. Post three of the graphs you created (example below)
    • (see above)

Click HEREto return to homepage