Answer the following questions.
1. This app presents a new type of event which you haven't encountered before. What is that new event? How often is it triggered?
Answer
This new event is the timer. It is triggered every 1000 milliseconds
2. Consider the apps you've developed so far. Can you list all the different events your apps have responded to? What other events do you think an app can respond to? Explore some of the components in App Inventor and see what event handlers they have.
Answer
3. What are the advantages of writing procedures in programming? Use the procedures you wrote for this app as examples in your response.
Answer
The advantages of writing procedures in programming is that others can understand your code and add onto it. One of the procedures used in this app was a randomizer, which can be used and everyone knows what the outcome of using it will be.