wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Thunkable-Bootcamp JC

Total questions: 14

Worksheet time: 9mins

Name
Class
Date
1.

Enter your name:

4 lines
2.

Enter your contact number:

4 lines
3.

Enter your email:

4 lines
4.

Enter your grade:

4 lines
5.

What component should we use if we want the app to talk for us

a)

speech-to-text

b)

sound-play

c)

speak-now

d)

text-to-speech

6.

Which of the following codes will navigate you to screen 2 when button 1 is clicked?

a)
b)
c)
d)
7.

Which of the following code will you use to to navigate to screen 2 when button 1 is clicked after 2 seconds?

a)
b)
c)
d)
8.

If the score is 8, what will the animalPic get set to when the user clicks on the animalPic?

a)

dog.png

b)

cat.png

9.

Which block of code allows you to play a sound file?

a)
b)
c)
d)
10.

Which one is NOT an option for a button press?

a)

click

b)

long click

c)

hold

d)

touch down

e)

touch up

11.

It is important to rename the components of your app. Choose the reasons why this is relevant.

a)

It is easier to identify the components in the code

b)

The app will never work if the components are not renamed

c)

It is required to run the app on a phone

d)

It better organizes the project

12.

Mark the INCORRECT sentence about variables.

a)

It can store different types of information: number, text, list

b)

The information in a variable can never be changed

c)

It is possible to create multiple variables in an app

d)

Each variable should have a different name

13.

In an IF-ELSE block, only one option runs each time.

a)

true

b)

false

14.

When you add a Canvas on the screen , what all extra components with canvas gets added to the screen ?

a)

Stage

b)

Image

c)

Lable

d)

Sprite