MIT APP Inventor
Vocabulary
Conditional Statements
Vocabulary Part 2
Bonus
100

To add a button to a screen in App Inventor, where would you drag the Button component to?

What is designer screen?

100

A diagram that represents an algorithm

What is a flowchart?

100

Tell me a conditional statement for raining? 

What is, is it raining? Yes or No?

100

A kind of statement where something different happens depending on the yes/no question.

What is Conditional Statement?


100

The writing of compound words by starting each word with a capital letter.

What is Camelcase?

200

To program a Button component in App Inventor, where would the code be added?

What is the blocks screen?

200

The period when a program is running (from when the program opens until it closes.

What is runtime?
200

Tell me a conditional statement for stop sign?

What is, is there a stop sign yes or no?

200

The person who writes the code in a computer program when two programmers are working together.

What is a driver?

200

A representative consumer for whom a hardware or software product is designed.

What is end user?

300

Select a component in the Components list to edit its properties (name, color, size) in this pane.

What is properties?

300

When the programmer adds and tests code in small chunks to seek how it will work before moving on.

What is Incremental Approach?

300

Tell me a conditional statement for cloudy?

What is, is it cloudy, yes or no?
300

The person who observes or reviews each line of code in a computer program as it is typed when two programmers are working together.

What is navigator?

300

The visual part of a computer app or operating system, through which an end user interacts with the computing device or software.

What is User Interface?

400

Find your components and drag them to the Viewer to add them to your app.

What is palette?

400

A set of instructions that a computer follows to complete a job.

What is program?

400

Tell me a conditional statement for being hungry?

What is, are you hungry, yes or no?

400

A systematic, problem-solving strategy that designers follow to come up with a solution to a problem.

What is design process?

400

A block of code that is triggered when a certain event happens.

What is event handler?

500

A formatting element in which to place components that should be displayed from left to right.

What is Horizontal Alignment?

500

A form of mathematics in which an expression is reduced to either True or False.

What is Boolean Logic?

500

Tell me a conditional statement for singing?

What is, can you sing, yes or no?

500

A simulator that imitates a program or events.

What is emulator?

500

What is the responsibility of paired programming?

What is someone who points out coding errors to the driver?