What are the two screens / layers you work in while using MIT App Inventor?
Designer / Blocks
True or false: You can use lines without arrows to connect elements of a flowchart
False - you need the arrows to direct flow
The layer of an app that the user sees and interacts with
User Interface
These blocks are for controlling the behavior of objects called:

variables
What does this line of code do?

Stops the clock
What file format are App Inventor files?
.aia
What drawer does this box and color represent?
Lists
What shape begins a flowchart?
Oval
What is an ordered set of instructions used to carry out a task?
algorithm
To get rid of this error message you should:
(it might look like a red circle with an X too)

delete the duplicate block
What type of block is pictured below?
An event handler
What is the following an example of?
EversoleRunEaglesAreTheBest
Camel case
What shape signifies a conditional statement?
rhombus / diamond
A command that performs different actions depending on whether a condition is true or false.
conditional statement
When this event occurs, the app will...

say what the user inputs into a text box
When might you use this block?
Whenever the same group of blocks is used over and over again, creating a procedure to replace the repeated blocks can reduce redundancy.
What are the two types of lists in coding?
Static and Dynamic
What is the formatting element in which you can place components to display them from left to right.
Horizontal Alignment
What goes at the end of a flowchart?
An oval
When the programmer adds and tests code in small chunks to seek how it will work before moving on.
What is Incremental Approach?
What are the two things that will happen during this event?

Label's background will turn red and box 2 will not be checked
What does this line of code do?

Updates the score label to reflect the value in the score variable
What is the visual part of a computer app or operating system, through which an end user interacts with the computing device or software, called?
User Interface
Name 4 of the 9 types of blocks. These are the drawers on the left hand side of the blocks view.
Control, logic, math, text, lists, dictionaries, colors, variables, procedures
What is a rectangle in a flowchart called?
Action or Process
A form of mathematics in which an expression is reduced to either True or False.
What is Boolean Logic?
When the clock gets to 0, what two things happen?

The time and tap button stop working
A diamond in a flowchart represents which type of block?
If / Then or if / then / else
What type of device is Ron?

Bubble Bot