The layer of an app that the user sees and interacts with.
User Interface
If your app code blocks are not working correctly either logically or syntactically, you should do what to your code?
a) ask your instructor for help
b) deploy your code
c) de-boggle your code
d) debug your code
d) debug your code
What are the name of the roles in pair programming?
navigator and driver
What shape begins a flowchart?
oval/circle
These blocks are for controlling the behavior of objects called:
Variables
What is an ordered set of instructions used to carry out a task?
algorithm
items you can drag to the viewer in the Designer side of App Inventor like buttons, labels, etc are called:
components
How do you know if a block is disabled?
It is greyed out
What shape signifies a conditional statement?
rhombus
To get rid of this error message you should:
Delete one of the duplicate event handlers
A command that performs different actions depending on whether a condition is true or false.
conditional statement
What drawer contains the IF>Then>Else Statement?
control drawer
What is the file type in MIT App Inventor?
a) .aia
b).hex
c) .png
d) .jpeg
a) .aia
The two types of algorithms are linear and this.
conditional
When this event occurs, the app will...
say what the user inputs into a text box
The layer of an app that contains the program that tells the app how to behave.
A computer scientist:
a) loves working with VR
b) is someone who always knows the best and coolest technology
c) works with computers
d) applies their knowledge of computation to creating solutions using a computer system
d) applies their knowledge of computation to creating solutions using a computer system
What do you have to do when you need the variable "global score" but you can't find it in the variables list?
INITIALIZE IT
What kind of algorithm has a solution no matter what the conditions are?
universal algorithm
What are the two things that will happen during this event?
Label's background will turn red and box 2 will not be checked
The yellowish/gold/brown outer block is called the Event _________.
Handler
What are the two different views in MIT App Inventor? (one is code and one is the app itself)
designer and blocks
To add a button to a screen in App Inventor, where would the Button component be dragged to?
a) the designer viewer
b) the media drawer
c) the properties pane
d) the blocks viewer
a) designer viewer
IF you are wearing green ride bus 1; else ride bus 2.
You are wearing blue. What bus do you ride?
Bus 1
Bus 2
You walk
bus 2
When the clock gets to 0, what two things happen?
The time and tap button stop working