wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lourdes Amaranta Ayala Gracia

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

It's data in the memory space that could be changing. Usually isn't visible to the user

a)

Constant

b)

Logical Operation

c)

Blocks

d)

Variable

2.

name of the screen in Mit App Inventor that has 4 parts: Palette, Viewer, Components and Properties

a)

Blocks

b)

Designer

c)

Buil-in Drawers

d)

Viewer

3.

Component that will allow you to play small audio clips. For example: Sfx

(a)  

4.

With this component you can ONLY show text in your app for your users

a)

Text

b)

TextToSpeech

c)

TextBox

d)

Label

5.

The (a)   is a statement which EVALUATE actions to have a result true or false

6.

Check all the boolean operators in the answers

a)

OR

b)

=

c)

><

d)

<

e)

And

7.

Select the logical operators

a)

<

b)

and

c)

not

d)

nor

e)

=

8.

This type of block is instruction that are REPEATED until the condition is complete

a)

Decision

b)

Repetition/Cycles

c)

Conditional

d)

Variable

9.

How you add an image to your button in your project? (2+ answers are possible)

a)

Designer Screen->Click on screen in Components->Properties->BackgroundImage

b)

Designer Screen->Click on button in Components->Properties->Image

c)

Blocks Screen->Add block when label.click->Get Background image

d)

Blocks Screen->Add block when button1.click->Set Background image for the button

10.

What is the 1st step to create a variable?

a)

Add the condition block

b)

Initialize and assign a name

c)

Add a new screen

d)

Add a value and math block