Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

App Lab Radio Buttons

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

Radio Buttons are different from regular buttons in what way?

a)

You can't click on Radio Buttons

b)

Radio Buttons are in groups

c)

There is no difference between the two

d)

Radio Buttons don't use the "onEvent" command block

2.

What event do we typically use for Radio Buttons?

a)

Click

b)

Mouse Over

c)

Change

d)

If/Else

3.

Which code block can change images, colors, text, and other settings?

a)
b)
c)
d)
4.

Each object that I add to the User Interface must have a unique object id. That means, all objects must have a different object id.

a)

True

b)

False

5.

Read the code and then predict how the code is being used.

a)

A flashlight button

b)

A slider that affects the brightness

c)

Radio buttons that switch between Light and Dark mode

d)

A button that plays sounds

6.

Buttons, labels, images and the screen are all examples of objects.

a)

True

b)

False

7.

Which of these could display a different page?

a)
b)
c)
d)
8.

In App Lab, all objects have an ID, but what types of objects also have a group ID?

a)

Sliders

b)

Images

c)

Buttons

d)

Radio Buttons

9.

Which code block can be used to declare a variable? (Typically at the start of your code)

a)
b)
c)
d)
10.

Read the code and predict the outcome.

a)

After 10000 points, the screen changes to the GameOver screen

b)

When the screen changes to the GameOver screen, the player earns 10000 points

c)

After 10000 seconds (166 minutes) the screen changes to the GameOver screen

d)

After 10000 milliseconds (10 seconds) the screen changes to the GameOver screen

11.

Read the code and predict the outcome.

a)

When the button is clicked, a new cookie appears on the screen

b)

When the button is clicked, the score increases and the current score is displayed

c)

When the button is clicked, a cookie crunch sound is played and the score increases

d)

When the button is clicked, the word "score" is displayed

12.

A file of readily available resources, like sounds or images is known as...

a)

folder

b)

library

c)

resource banks

d)

repository

13.

The overall look, design, and style of your interface is known as...

a)

UI

b)

UX

c)

Inputs

d)

Control

14.

What coding language does App Lab use?

a)

Python

b)

C++

c)

JavaScript

d)

Scratch

15.

In App Lab, sometimes we start by declaring a variable, but when we're ready to get the code started with begin with...

a)

onEvent

b)

if Clicked

c)

while loop

d)

play Sound