What is a variable?
An object that holds the value of the item it's give to make it easier to call set item over and over again in the script.
What is a function?
A function is a set of code instructions used to run redundant code over and over again with ease.
What is the best way to store large amounts of data in the same variable?
Using a list.
What does UI or GUI stand for?
User Interface or Graphical User Interface.
Which is better for a huge data table? Linear sort or Merge sort?
Merge sort.
What kind of a variable stores only whole numbers?
integer or int.
What does it mean when a function is a return type?
It gives the value of something so the value can be interpreted where the function(s) is/are called.
What is a for loop?
A loop that runs through all the values in a provided list to complete the assigned operation.
What is used when you want to keep multiple elements in a horizontal line?
Horizontal Allignment
What is a sprite?
An object placed in the foreground that is usually highly animated / has function.
what kind of values do you store in a string?
Does using functions actually make your code run quicker?
No.
When do you use a while true loop instead of a for loop?
When you want something to iterate forever.
What element do you use when you want your instances sorted into tiles.
The Grid Layout Allignment.
How many bytes are there in a terabyte?
One triillion or one thousand billion.
How to call a local variable?
Just like you would a regular variable (note: it cannot be called OUTSIDE it's designated part.)
How many different types of pink function blocks in which you can add blocks are there in MIT app inventor?
2
How many bits are there in a megabyte?
8*10242 or 8,388,608 or Eight million three hundred eighty eight thousand six hundred eight bits.
You use the Map UI element to drag and drop it into your app.
Why are bugs called bugs?
Because back in the day actual real bugs used to get stuck inside the vaccume tubes (basically glorified lightbulbs) used to compute bits!