wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Getting started with Alice

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

Alice is _________ programming tool

a)

visual

b)

3D

c)

2D

d)

text based

2.

Visual programming involves

a)

selecting items from menus

b)

dragging and dropping blocks of code

c)

writing text based instructions

3.

A group of objects that are made to move around in a virtual environment is called

a)

animation

b)

interaction

4.

The type of animation in which the user has one way communication with the animation is called

a)

interactive

b)

movie

5.

The type of animation in which the user interacts with the animation is called

a)

interactive

b)

movie

6.

Anything that is unique from other things is called _____ in Alice

a)

sprite

b)

object

7.

What makes an object unique?

a)

Name

b)

properties

c)

actions

d)

methods

8.

What are the three dimensions of an object

a)

length, width, height

b)

length, width, motion

c)

length, width, angles

9.

6 directions of movement are also called _______

a)

6 degrees of movement

b)

6 degrees of freedom

10.

An object may have multiple(many) sub parts like limbs, head,joints and so on

a)

true

b)

false

11.

Methods of an object are

a)

instructions to perform a task

b)

features like size, shape and color

12.

Properties of an object are

a)

instructions to perform a task

b)

features like size, shape and color

13.

Sequential action

a)

one action happens at a time

b)

one or more actions take place at the same

14.

Simultaneous action

a)

one action happens at a time

b)

one or more actions take place at the same

15.

____ program statements that control the execution of instructions

a)

Control structures

b)

algorithm

16.

__________ control structure that tells Alice to execute instructions sequentially

a)

Do together

b)

Do in order

17.

__________ control structure that tells Alice to execute instructions simutaneously

a)

Do together

b)

Do in order

18.

When a program statement is written inside another one, it is called

a)

nesting

b)

default

19.

By default, the program statements in Alice are run

a)

sequentially

b)

simultaneously

20.

Testing different values till you get the best

a)

trial and error

b)

effective programming