Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DECI - Week 9 - round

Total questions: 12

Worksheet time: 4mins

Name
Class
Date
1.

What platforms can you develop applications for using MIT App Inventor?

a)

Windows computers

b)

Android phones only

c)

iPhones only

d)

Android phones, iPhones, and Android/iOS tablets

2.

Which step in the app development process is likened to creating a blueprint or plan for the app's functionality and design?​

a)

Listing What Your App Will Do 

b)

Outlining Features and Functionalities

c)

Identifying What Tools You Need

d)

Sketching the App's User Interface​

3.

Which step in the app development process involves creating a simplified version of the app to test its functionality and user experience?​

a)

Wireframing

b)

Prototyping

c)

Visual Design ​

d)

Interaction Design

4.

Which step in the app development process involves selecting the appropriate technology tools and programming languages to build the app?​

a)

Defining Architecture ​

b)

Picking a Technology

c)

Writing Code ​

d)

Building the App​

5.

What advantage do mobile apps offer in terms of audience growth?

a)

Availability on computers and laptops

b)

Access to the company's website

c)

Dependence on internet connection for usage

d)

Accessibility to users with smartphones

6.

What term is used to describe the blocks that specify actions to be performed in the body of event handlers during app development?​

a)

Action Blocks ​

b)

Command Blocks ​

c)

Event Blocks

d)

Execution Blocks

7.

What action will occur when the "TextToSpeech1.Speak" block is placed inside the "Button.Click" event handler in the app development process?​

a)

The phone will display a message

b)

The app will navigate to a different screen

c)

The phone will speak the text

d)

The app will close

8.

Label, Sound, and Button are all .......

a)

Loops

b)

Blocks​

c)

Variables

d)

Components​

9.

On the Blocks page, under which item will you find the "If-Then" blocks?​

a)

Control​

b)

Logic​

c)

Text

d)

Loops

10.

Choose the correct explanation for the code. ​

a)

When you click ‘on’, Image 1 is visible, and Image 2 is not visible.​

b)

When you click ‘off’, Image 2 is not visible, and Image 1 is visible.​

c)

When you click ‘on’, Image 1 and 2 are not visible.

11.

What will the below code do? ​

a)

The GreenButton click paints the canvas green

b)

The GreenButton click paints the canvas blue

c)

The code will not work

12.

This block of code is an example of . . .​ . .

a)

Event Handler

b)

Conditional Statement​

c)

Programming Loop​