wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

App Inventor

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

The screen that a human uses to interact with the app is called the (a)   interface.

2.

What block of code would create a variable called coin?

a)
b)
c)
d)
3.

In a user interface how do you get buttons to sit next to each other in a row?

a)

Click and drag them there

b)

Use a vertical arrangement

c)

Use a horizontal arrangement

d)

Use a box arrangement

4.

Which of the following are non-visible objects on a user interface?

a)

Button

b)

Sound

c)

Timer

d)

Label

5.

If you are tying to display a picture of a dog and you have saved it as puppy.png, what would you type in the red box in this code?

(a)  

6.

What has the programmer forgotten to do in this section of code?

a)

Set the picture

b)

Play the sound

c)

Add a variable

d)

Set the sound

7.

By looking at the properties what will this button look like?

a)

It will say small brush

b)

It will show a picture of a small brush

c)

It will say nothing

d)

It will be a blank picture

8.

Which of the following best describes what this code does?

a)

Makes the line thicker

b)

Makes the line thinner

c)

Makes the line width 5

d)

When the button is clicked it sets the line width to 5

9.

What menu would you go into to get a block to generate a random number?

a)

Control

b)

Logic

c)

Math

d)

Varibles

10.

What errors have been made in code above?

a)

Put set score instead of initialise score

b)

Put in get x instead of get score

c)

Put in -1 instead of 1

d)

Put imagespritetarget touched instead of clicked