Parts of Apps
Coding
Computer Science Essentials
MIT App Inventor
100

Taking, drawing, erasing a picture are examples of this

App Feature

100

When a user operates an app, they provide 'this' for the program.

Input

100

The name of the visual programming environment being used in this course

MIT App Inventor

100

The View used to place components on the screen

Designer

200

Color and text are examples of a component's what

Properties

200

This could be the 'result' of a block of code

Output

200

The device used to test your app

Tablet

200

The View used to develop the code

Blocks

300

The pieces of your app that do things for you

Components

300

You do this when your program (app) does not work properly

Debug

300

The name of the first app created

Digital Doodle

300

Blocks of code fit together like 'this'

Puzzle

400

You program these 'blocks of code' to make your app do what you want it to do.

Event Handlers

400

Touching a button is an example of 'this'

Input

400

The programming language you will learn in the last month of this course

Python

400

A component used in Activity 1.1.1 that the User could not see

AccelerometerSensor

500

This causes the program to take Action.

Event

500

Versions of the same program could be called 'this'

Iterations

500

Your teacher's name

Ms. Reichard

500

A GROUP of statements that perform some task

Procedure