wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MA3-App Lab Design and Functionality

Total questions: 8

Worksheet time: 8mins

Name
Class
Date
1.

Which tool in App Lab allows you to add buttons, labels, and images to a screen?

a)

Design Mode

b)

Code Mode

c)

Debug Mode

d)

Text Editor

2.

Which of the following is an example of a Designing element?

a)

setProperty();

b)

Button

c)

Variable

d)

String variable

3.

Which block runs code when a button is clicked?

a)

onEvent

b)

setScreen

c)

setText

d)

getProperty

4.

What block do you use to switch from one screen to another?

a)

setProperty

b)

setScreen

c)

onEvent

d)

getText

5.

What does debugging mean in programming?

a)

Adding new features to the program

b)

Fixing errors in the code

c)

Writing faster code

d)

Changing the background color

6.

Which property can you use to change the color of a button?

a)

background-color

b)

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

c)

setScreen

d)

getText

7.

True or False: Every element on a screen must have a unique ID.

a)

True

b)

False

8.

What is a variable in programming?

a)

A place to store data

b)

A type of button

c)

A type of screen

d)

A style property