Chapter 3
Answers to Concept Questions
1. A design algorithm provides a plan for implementing the code.
2. Two kinds of tabs in the Alice Code editor:
3. A procedure is an action that can be performed by an object – it does not pass information along to
4. An argument is a data value (for example, an object, number, or Boolean value) sent to a parameter
5. Detail parameters have a default value, which means that sending an argument to that parameter is
6. In Alice, a property declaration statement creates a new object that belongs to the class in which it
7. When the Run button is clicked,