What is the name of the block which starts and ends a sequence in a flow chart?
Event-handler
a flaw in a computer program
What is a bug?
A type of data whose values can only be true or false
What is a boolean variable?
Why would I want to collapse a set of blocks?
What is to make my code easier to read or find a bug?
The layer of an app that contains the data entered and used in the app.
What is the Model Layer?
The kind of layout component that allows you to put items next to each other
What is a horizontal arrangement?
What do we find in our pallet pane?
What are Components?
A sequence of letters and other characters in code is called...
What is a string?
It is important to plan by identifying the series of steps that a robot needs to follow. This process is called_______.
What is algorithmic thinking?
The layer of an app seen by the end-user
What is the View Layer?
What is the file type in MIT App Inventor?
.aia
To avoid bugs and errors you should develop and test code....
What is incrementally?
The difference between an algorithm and a flowchart.
An algorithm is a list of steps, and a flowchart contains the steps of the algorithm.
A chart used by programmers to keep track of the values of variables in their program.
What is a trace table?
The layer of an app that contains the program that tells the app how to behave.
What is the Controller Layer?
The name of the drawer where you will find components like a button
What is user interface?
If I click the show warnings button, what will happen?
The code blocks that have bugs will show up with Xs or !s
An end-user is drawing on a screen. The layer in which he/she/they are interacting is...
What is the View Layer?
I want to program the GermSprite within the Germ Fighter app to move about the screen. What three blocks need to be added to an event handler to show movement?
What is GermSprite heading, GermSprite speed, and GermSprite interval?
The Audio Source property for the MeaslesPlayer is measlesmp3. Where can I assign the MeaslesPlayer component the specific audio file?
What is in the properties pane?
The name of the component that allows you to draw on it or have sprites move about the screen.
What is the Canvas component?
A variable that can be used by the entire scope of the program
What is a global variable?
What is an if/then or if/then/else block?
An app has the design requirements of playing music when a button is clicked and resetting the player when the device is shaken. What are the events in those requirements?
What is when Button is clicked, and When device is shaken?
A computer scientist is bringing an audio file from a different source, which layer deals with this new data in the app?
What is the model layer?