Name:     ID: 
 
Email: 

Alice Quiz 3

Completion
Complete each statement.
 

 1. 

A(n) _________ is a single variable with room to store a group of items.
 

 

 2. 

In Alice, the index of the first item in an array is always zero and the square brackets ([ and ]) that surround an index are called the _____________.
 

 

 3. 

The _______________statement is designed specifically for processing each of the items in an array.
 

 

 4. 

The __________________ statement performs the statements within it for each item in the list simultaneously.
 

 

 5. 

Arrays are _________________, meaning each item is stored within the array at a position called the item’s index.
 

 

 6. 

Alice’s _____________ menu choice provides a variety of functions to generate random numbers and boolean values.
 

 

 7. 

The ____ loop plus the subscript operation can be used to process each of the items in
an array (or multiple arrays) in sequence.
 

 

 8. 

The procedure that a listener performs in response to an event is called an ________________.
 

 

 9. 

The _________________ button lets us tell our program to listen for other kinds of events
and to define handlers for those events.
 

 

 10. 

A program that solves a problem or tells a story mainly through events and handlers is called a(n) _________________.
 

 

 11. 

The _______________ event is triggered by an object that was outside the camera’s view enters its view.
 

 

 12. 

You can use a(n) _____________ to add titles, instructions, and credits to a world.
 

 

 13. 

__________________ can make the transition between scenes seem less abrupt and jarring or they can be used to convey a sense of time elapsing between the scenes.
 

 

 14. 

______________ are mistakes in the logic used in specifying how something should behave.
 

 

 15. 

A(n) ____________ is an event that is triggered when the user clicks on an object.
 

 



 
         Start Over