wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Teachers Evaluation 3 - Thunkable

Total questions: 40

Worksheet time: 21mins

Name
Class
Date
1.

How many app development UIs are there in Thunkable?

a)

1

b)

2

2.

Which are not app development UI in Thunkable?

a)

Drag and drop UI

b)

Text assisted Ui

c)

Graphic assisted UI

d)

Snap to place UI

3.

Select which of the following changes when the image is used in "Strech Mode"?

a)

Radius

b)

Height

c)

Width

d)

Opacity

4.

Which of the following is not an image scaling option in Thunkable?

a)

Cover

b)

Contain

c)

Crop

d)

Center

5.

Can custom fonts be used in Thunkable?

a)

Yes

b)

No

c)

With a bussiness account

d)

On mobile devices only

6.

You want to show word "Letter" as "L e t t e r" in lables etc in Thunkable, which of the following should be used?

a)

Word margin

b)

Text decoration

c)

Text margin

d)

Letter spacing

7.

The number of text alignment methods in Thunkable labels?

a)

3

b)

5

c)

4

8.

Most suitable keyboard for taking Fax number input?

a)

Normal Keyboard

b)

Email Keyboard

c)

Phone pad

d)

Numeric keyboard

9.

You have to proceed to the next function/task as soon as text input is received, which of the following should be used?

a)

Text Input Received Block

b)

Text Input Changes

c)

Text Input Registered

d)

Text Input Submit

10.

Text input computed height is a function of the device screen resolution?

a)

True

b)

False

11.

Which is NOT a way to add items in a list viewer?

a)

Text list block

b)

Comma separated texts

c)

Realtime database

d)

Local database

12.

Which one is not a data source to make a long list in list viewers?

a)

Local table

b)

Google sheet

c)

Airtable

d)

Firebase

13.

Are items in list viewers clickable?

a)

Yes

b)

No

14.

Does the switch have 2 options?

a)

True

b)

False

15.

Select the option which is not part of the Slider component?

a)

Minimum Value

b)

Maximum Value

c)

Value

d)

Background color

16.

If you want to trigger an action as soon as the slider is used, which of the following should you use?

a)

On sliding complete

b)

On value change

c)

On value update

d)

None of the above

17.

What is the usage of this code block?

a)

To stop an event from a confirm button

b)

To start an event from a confirm button

c)

Hiding alert

d)

None of the above

18.

We can implement alerts with more than 2 options/buttons in thunkable?

a)

True

b)

False

19.

Does the loading icon automatically appear in the app when resources are in deficit?

a)

True

b)

False

20.

Can we use a "Medium" size loading icon in our apps?

a)

True

b)

False

21.

What of the following is not true in regards to the PDF reader component?

a)

Can read files locally

b)

Can read multi-page pdfs

c)

Required uploading pdfs

d)

None of the above

22.

Which shape is used to show rating using component in thunkable?

a)

Progress bar

b)

Hourglass

c)

Stars

d)

None of the above

23.

Which is the most essential component for data viewers?

a)

Data source

b)

Layout

c)

Design

d)

None of the above

24.

Choose the correct sequence for implementing data viewer lists?

a)

Pick data source

Choose layout

Set data binding

b)

Choose layout

Pick data source

Set data binding

c)

Pick data source

Set data binding

Choose layout

d)

None of the above

25.

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

26.

What actions cannot be performed with the Airtable component on Thunkable?

a)

GetRow

b)

DeleteRow

c)

CreateRow

d)

DeleteTable

27.

What information is required to link Airtable with Thunkable? (you can choose multiple answers)

a)

Base ID

b)

Table ID

c)

Table Name

d)

API Key

28.

Can Airtable also store image files?

a)

Yes

b)

No

29.

What are the four navigators available in Thunkable? (you can choose more than one option)

a)

Top

b)

Drawer

c)

Stack

d)

Line

e)

Bottom

30.

What colours in a Drawer navigator be changed? (you can select more than one option)

a)

Active Background Colour

b)

Active Tint Colour

c)

Inactive Tint Colour

d)

Inactive Background Colour

31.

What options can be chosen under the 'Drawer Position' property of the Drawer Navigator? (you can choose more than one option)

a)

Top

b)

Left

c)

Right

d)

Bottom

32.

I am in a restaurant and I want to get a dish from the menu,

Which request method in API language would it be?

a)

GET

b)

PATCH

c)

POST

d)

DELETE

33.

When I tell the waiter what I want to order, which API request method would it be

a)

POST

b)

PATCH

c)

DELETE

d)

PUT

34.
What does the H in HTTP stand for?
a)
Hyper
b)
Hypertext
c)
HTML
d)
Helix
35.

Which properties do we set to use an API? [Multiple Answer]

a)

URL

b)

API

c)

Query Parameters

d)

Headers

e)

Visibility

36.

Can we access both public and private API using Web API component?

a)

Yes

b)

No

37.

What is returned by the Get block of Web API? [Multiple Answer]

a)

Response

b)

Headers

c)

Error

d)

Body

e)

Status

38.

What is an URL on web API?

a)

Web Server Address

b)

Web Server Name

c)

API Key

39.

Which of the following statements best defines the word 'database'?

a)

A database is a collection of data or information which is stored in a logical and structured way

b)

A database is a collection of statistics stored only for computers.

c)

A database does not collect data or information.

40.
A database application can perform which of the following activities?
a)
Add records
b)
Display / read records
c)
Update records
d)
All of the above