Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DECI - Week 11 - round

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What components are commonly used in the UI design part of an app

a)

Labels, text boxes, buttons, list-view

b)

Images, checkboxes, radio buttons, sliders.

c)

Spinner, progress bar, date picker, switch.

d)

Map view, web viewer, canvas, clock

2.

What properties are set for the text displayed on the main label component?

a)

Font color and alignment.

b)

Text content and alignment.

c)

Text size and font type.

d)

Font style and text color

3.

Which font properties are modified by setting the font to bold, font size to 40, and type to serif when clicking on the main label component?

a)

Font color.

b)

Font size.

c)

Font style.

d)

Font type.

4.

What is the purpose of using TinyDB in app development?

a)

To create visual elements for the app interface.

b)

To test and debug the app code for errors.

c)

To analyze user behavior and interactions with the app

d)

To store and retrieve information or data within the app

5.

What happens to the values stored in the TinyDB after closing and reopening the application?

a)

They are lost and need to be re-entered.

b)

They are deleted from the database.

c)

They are backed up to the cloud

6.

Which block is used to retrieve the global tasks list and store it in the database?

a)

Get global tasks block.

b)

Empty string block.

c)

Text menu block.

d)

Tagging block

7.

What happens if there is no tag specified when retrieving data from the database?

a)

An error occurs.

b)

The tasks variable is updated with all available data in the database.

c)

An empty list is created.

d)

The database is cleared

8.

What happens when the 'get global tasks' block is indicated in the steps?

a)

It retrieves the values from the listview elements.

b)

It deletes the tasks variable.

c)

It creates a new tasks variable.

d)

It retrieves the values from the tasks variable

9.

What does the 'set listview1.Element' block do?

a)

Deletes the listview elements.

b)

Creates a new listview element.

c)

By changing the font sizeUpdates the listview elements with the values from the tasks variable.

d)

Encrypts the listview data before storing it in the database

10.

What is the purpose of updating the listview elements with the values from the tasks variable?

a)

To synchronize the listview with the database.

b)

To delete the listview elements.

c)

To create a duplicate of the listview elements.

d)

To encrypt the listview data before storing it in the database