click below
click below
Normal Size Small Size show me how
Com. Sci. Test 1.2.3
Review for the 3rd test of the second 6 weeks of the 1st semester
| Statement | Word-that-goes-into-the-blank |
|---|---|
| World.___________________ is the default world method that automatically runs when an Alice program is executed. | my first method |
| The built-in methods that are associated with every object are called ___________________ methods. | primitive |
| The programming terminology for executing a method is ___________________ a method. | calling |
| Additional information to a called method is provided via one or more ___________________. | arguments |
| The ___________________ method is used to change the location of an object. | move |
| The ___________________ method is used to change the size of an object. | resize |
| The ___________________ method is used to change the direction an object is facing. | turn |
| The ___________________ method is used to turn an object so it faces in the same direction as another object. | orient to |
| Method calls are added to a method by ___________________ the method tile from the Details Panel to the Method Editor. | Dragging |
| A(n) ___________________ method is unique to a specific class. | custom |
| Pseudocode is written in the ___________________ language. | English |
| ___________________ and ___________________ are two tools use by programmers to design a method. | pseudocode, flowcharting |
| A(n) ___________________ error will not prevent the program from running, but will produce incorrect results. | logical |
| The ___________________ tile is used to insert explanatory notes into a method. | comment |
| Comments are used to ___________________ code in a program. | describe |
| The ___________________ structure is used to execute a set of instructions simultaneously. | Do together |
| The ___________________ structure is used to execute a set of instructions sequentially. | Do in Order |
| To make an object follow another object in Alice, we use the ___________________ capability. | Set vehicle to |
| In Alice, we can create mark points in any place in our world using the ___________________ capability. | drop dummy at camera |