wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MIT App Inventor - Chapter 4

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The value of a Boolean expression is either __________.

a)

True or false

b)

Number or text

c)

Yes or no

d)

0 or 1

2.

The symbols >, <, and = are all __________ operators.

a)

relational

b)

logical

c)

conditional

d)

ternary

3.

The if then block can be found in the ________ drawer of the Blocks column.

a)

Variables

b)

Text

c)

Control

d)

Math

4.

A(n) __________ block tests a Boolean expression and then executes one set of

blocks if the expression is true, or another set of blocks if the expression is false.

a)

select

b)

if

c)

if then else

d)

ifcall

5.

An if then block is a mutator block, which means that we can add more

_______.

a)

else sockets

b)

else if sockets

c)

both else and else if sockets

d)

if sockets

6.

and, or, and not are ​​​ (a)   operators.​

7.

A compound Boolean expression created with the ​ (a)   operator is true

only if all of its connected expressions are true.

8.

A compound Boolean expression created with the ​ (a)   operator is true if

any of its connected expressions are true.

9.

This property holds the list of items that is displayed by a ListPicker.

a)

List

b)

Items

c)

Text

d)

Elementsfromstring

10.

This CheckBox property determines the text that is displayed next to the component’s box.

a)

Caption

b)

Selection

c)

Text

d)

Description