Vocabulary
Vocabulary 2
Vocabulary 3
Bonus Questions
100

Text or characters displayed by a program.

What is a String?

100

Information or signals produced or delivered by a computer system.

What is a Output?

100

A loop that changes the value of a count by a certain amount every time an event occurs.

What is a Incremental Counter.

100

print(¨Hello World¨)

What is Hello World?

200

A set of steps to accomplish a task.

What is a Algorithm?

200

In MIT App Inventor, a control block that looks for inputs or events to know when to perform a specific action.

What is Event Handler?

200

The arrangement of words in sentences, clauses, and phrases, and the study of the formation of sentences and the relationship of their component parts.

What is Syntax?

200

x = 1

y = 2

x = y

print(x)

What is 2?

300

A technique or process that manages complexity in a program or computer system.

What is Abstraction?

300

A process of repeating a set of instructions a specified number of times or until a condition is met.

What is Iteration?

300

A classification of that defines what a data item is or is not, such as integer, float, string, or Boolean.

What is a Data Type?

300

The program we code with

What is Python

400

A set of program instructions.

What is Code?

400

A sequence of instructions that continually repeats until a condition is met.

What is a Loop?

400

A block of organized and reusable code that performs a single action.

What is a Function?

400

print(¨Hey, how was your day?¨)

What is Hey, how was your day?

500

Information or signals entered into a computer system.

What is a Input?

500

A collection of data values that do not have to be the same type.

What is a List?

500

The smallest unit of data storage that contains known or unknown information referred to as a “value.”

What is a Variable?

500

The name of the class you are in.

What is Computer Science Essentials.