wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MIT Review

Total questions: 14

Worksheet time: 29mins

Name
Class
Date
1.

What kind of arrangement is this

a)

Horizontal arrangement

b)

vertical arrangement

c)

diagonal arrangement

2.

This is ...

a)

Event Handler

b)

loop

c)

conditional

d)

initializing a variable

3.

What is wrong with this block of code

a)

It is missing the event handler block

b)

it is not going back to the original position

c)

It is not giving a point if it is put in the correct spot

4.

What is the score doing on this command

a)

increments by 1

b)

decrements by 1

c)

increments by 2

d)

decrements by 2

5.
This block of code is an example of . . . 
a)
event handler.
b)
conditional statement.
c)
programming loop.
d)
a procedure that uses arguments.
6.

what kind of coding we are using in MIT app inventor?

a)

Notepad typing

b)

Using software IDE

c)

Block coding

d)

Copy and Past

7.

Which of these is NOT one of the 3 main screens in App Inventor?

a)

Projects

b)

Connect

c)

Designer

d)

Blocks

8.

Which menu option allows you to test your app?

a)

Project

b)

Connect

c)

Build

d)

Help

9.

Which section of the Designer page displays how your app appears to the user?

a)

Pallette

b)

Viewer

c)

Components

d)

Properties

10.

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

a)

Control

b)

Logic

c)

Math

d)

Text

11.

On the Palette, under which item will you find the Horizontal Arrangement?

a)

User Interface

b)

Layout

c)

Media

d)

Sensors

12.
Can detect clicks.
a)
label
b)
button
c)
textbox
d)
slider
13.

What does the below code do?

a)

Read the information from the database

b)

When the green button is clicked, changes the paint color to green

c)

If the red button is clicked, adds a canvas to the screen

14.

The instruction below allows the app to (a)   .