Variables
Function
Implementation
Visuals
Misc
100

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. 

100

What is a function?

A function is a set of code instructions used to run redundant code over and over again with ease. 

100

What is the best way to store large amounts of data in the same variable?

Using a list. 

100

What does UI or GUI stand for? 

User Interface or Graphical User Interface.

100

Which is better for a huge data table? Linear sort or Merge sort? 

Merge sort.

200

What kind of a variable stores only whole numbers?

integer or int. 

200

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. 

200

What is a for loop? 

A loop that runs through all the values in a provided list to complete the assigned operation.

200

What is used when you want to keep multiple elements in a horizontal line? 

Horizontal Allignment

200

What is a sprite?

An object placed in the foreground that is usually highly animated / has function. 

300

what kind of values do you store in a string?

Letters.
300

Does using functions actually make your code run quicker?

No. 

300

When do you use a while true loop instead of a for loop? 

When you want something to iterate forever. 

300

What element do you use when you want your instances sorted into tiles. 

The Grid Layout Allignment. 

300

How many bytes are there in a terabyte?

One triillion or one thousand billion. 

400

How to call a local variable?

Just like you would a regular variable (note: it cannot be called OUTSIDE it's designated part.)

400

How many different types of pink function blocks in which you can add blocks are there in MIT app inventor?

2

400

How many bits are there in a megabyte?

8*1024or 8,388,608 or Eight million three hundred eighty eight thousand six hundred eight bits.

400
How do you get a version of a world map in your app in App Inventor?

You use the Map UI element to drag and drop it into your app. 

400

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!

M
e
n
u