To add a button to a screen in App Inventor, where would you drag the Button component to?
What is designer screen?
A diagram that represents an algorithm
What is a flowchart?
Tell me a conditional statement for raining?
What is, is it raining? Yes or No?
A kind of statement where something different happens depending on the yes/no question.
What is Conditional Statement?
The writing of compound words by starting each word with a capital letter.
What is Camelcase?
To program a Button component in App Inventor, where would the code be added?
What is the blocks screen?
The period when a program is running (from when the program opens until it closes.
Tell me a conditional statement for stop sign?
What is, is there a stop sign yes or no?
The person who writes the code in a computer program when two programmers are working together.
What is a driver?
A representative consumer for whom a hardware or software product is designed.
What is end user?
Select a component in the Components list to edit its properties (name, color, size) in this pane.
What is properties?
When the programmer adds and tests code in small chunks to seek how it will work before moving on.
What is Incremental Approach?
Tell me a conditional statement for cloudy?
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?
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?
Find your components and drag them to the Viewer to add them to your app.
What is palette?
A set of instructions that a computer follows to complete a job.
What is program?
Tell me a conditional statement for being hungry?
What is, are you hungry, yes or no?
A systematic, problem-solving strategy that designers follow to come up with a solution to a problem.
What is design process?
A block of code that is triggered when a certain event happens.
What is event handler?
A formatting element in which to place components that should be displayed from left to right.
What is Horizontal Alignment?
A form of mathematics in which an expression is reduced to either True or False.
What is Boolean Logic?
Tell me a conditional statement for singing?
What is, can you sing, yes or no?
A simulator that imitates a program or events.
What is emulator?
What is the responsibility of paired programming?
What is someone who points out coding errors to the driver?