wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Creating a Calculator App-YR 5

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is MIT App Inventor?

a)

A tool for designing websites

b)

A programming language for backend development

c)

A game development platform

d)

MIT App Inventor is a visual programming environment for creating mobile applications.

2.

What programming language does MIT App Inventor use?

a)

Python

b)

C++

c)

Visual programming language (based on blocks)

d)

JavaScript

3.

What is the first step in building an app?

a)

Select a database for storage.

b)

Define the app's purpose and target audience.

c)

Design the app's logo and branding.

d)

Choose a programming language for development.

4.

How do you add buttons in MIT App Inventor?

a)

Select 'Button' from the 'Media' section in the Palette.

b)

Drag and drop the 'Button' component from the 'User Interface' section in the Palette to the Viewer.

c)

Add buttons by writing code in the Blocks section.

d)

Use the 'Label' component instead of 'Button'.

5.

What component would you use to display numbers?

a)

Button

b)

Label

c)

Checkbox

d)

TextField

6.

What is a variable in programming?

a)

A variable is a fixed value that cannot change.

b)

A variable is a symbolic name for a value that can change during program execution.

c)

A variable is a command that executes a function in a program.

d)

A variable is a type of data structure that holds multiple values.

7.

How can you perform calculations in your app?

a)

Rely solely on user input for all calculations.

b)

Use arithmetic operators, library functions, or custom functions.

c)

Perform calculations using only text strings.

d)

Use only print statements for output.

8.

What is the purpose of the 'Screen1' in MIT App Inventor?

a)

To serve as a settings menu for the app.

b)

To display advertisements within the app.

c)

The purpose of 'Screen1' is to act as the default user interface screen for the app.

d)

To manage user accounts and profiles.

9.

How do you test your app on a device?

a)

Build and install the app on the device, then launch it for testing.

b)

Only test the app using screenshots.

c)

Use an emulator instead of a physical device.

d)

Run the app in a web browser for testing.

10.

What is the importance of user interface design?

a)

User interface design is only important for aesthetic appeal.

b)

User interface design has no impact on user engagement.

c)

User interface design is irrelevant to product functionality.

d)

User interface design is important for improving user experience, usability, and overall satisfaction.