wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

App Lab Quiz (Introduction)

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What is App Lab used for?

a)

Writing long essays

b)

Building apps

c)

Watching videos

2.

Which of the following can you add in App Lab? (Choose all that apply)

a)

Buttons

b)

Images

c)

Sound

d)

Music streaming

3.

What block is used to change an element's color, size, or text?

a)

playSound()

b)

setProperty()

c)

onEvent()

4.

Which property is needed to change the picture on the screen?

a)

"background"

b)

"image"

c)

"sound"

5.

What do you need to create interaction (like clicking a button)?

a)

Use the setProperty() block

b)

Use the onEvent() block

c)

Use repeat() block

6.

Which line correctly sets the background color to "red"?

a)

setProperty("screen1", "background-color", red)

b)

setProperty("screen1", "background-color", "red")

c)

setProperty("screen1", background-color, "red")

7.

Why is using good IDs important?

a)

To make the app run faster

b)

To find and control elements easily

c)

To reduce memory usage

8.

You want a button to show an image when clicked. What should you use? (Choose two)

a)

setProperty()

b)

onEvent()

c)

playSound()

d)

randomNumber()

9.

What happens if you forget to put quotes around a color name in setProperty()?

a)

The color will still change

b)

It will use a random color

c)

The program might not work

10.

What’s the purpose of Design Mode in App Lab?

a)

To write JavaScript code

b)

To debug your app

c)

To add and arrange screen elements