Font size
WorksheetsGetting started with Alice
Total questions: 20
Worksheet time: 11mins
Alice is _________ programming tool
visual
3D
2D
text based
Visual programming involves
selecting items from menus
dragging and dropping blocks of code
writing text based instructions
A group of objects that are made to move around in a virtual environment is called
animation
interaction
The type of animation in which the user has one way communication with the animation is called
interactive
movie
The type of animation in which the user interacts with the animation is called
interactive
movie
Anything that is unique from other things is called _____ in Alice
sprite
object
What makes an object unique?
Name
properties
actions
methods
What are the three dimensions of an object
length, width, height
length, width, motion
length, width, angles
6 directions of movement are also called _______
6 degrees of movement
6 degrees of freedom
An object may have multiple(many) sub parts like limbs, head,joints and so on
true
false
Methods of an object are
instructions to perform a task
features like size, shape and color
Properties of an object are
instructions to perform a task
features like size, shape and color
Sequential action
one action happens at a time
one or more actions take place at the same
Simultaneous action
one action happens at a time
one or more actions take place at the same
____ program statements that control the execution of instructions
Control structures
algorithm
__________ control structure that tells Alice to execute instructions sequentially
Do together
Do in order
__________ control structure that tells Alice to execute instructions simutaneously
Do together
Do in order
When a program statement is written inside another one, it is called
nesting
default
By default, the program statements in Alice are run
sequentially
simultaneously
Testing different values till you get the best
trial and error
effective programming
