Warm Up - August 24th

 

Create a new google doc called Java Warm Up Your Name and answer the following questions being sure to use Java terminology.

1. In Alice there is a gallery of objects. What is the Java term that is used for the instructions for creating each of those objects?

2. When one of the objects is dragged onto the scene I have just created an _________ of that object.

3. Say, move, moveToward are all examples of ______________________ that my character can perform.

4. Alice, Greenfoot and Eclipse are all examples of an ____________ _____________ ____________.

5. The code I wrote is supposed to make my character move to the front of the room but instead the character just spins constantly. This would be considered a _____. To fix this problem I would ______ my code.

6. The move command asks for a value of how far, this value is an _________________ required for this command.