Input, Processing, and Output
Programming
Decision Structures and Boolean Logic
Repetition Structures
Miscellaneous
100
An error in code that allows a program to run but produces an incorrect result.
What is a logic error?
100

Set of instructions that tells a computer what to do to accomplish a particular task or to solve a problem.

What is a computer program?

100
Operator used to make the following expression true. False __________ True
What is OR?
100
Programming structure where statements execute over and over.
What is repetition?
100
A false code that resembles programming language instructions.
What is pseudocode?
200
A diagram used to display the steps that take place in a program.
What is a flowchart?
200

A set of rules that must be followed.

What is syntax?

200

Another name for a loop structure.

What is iteration?

200

A type of an infinite loop in Scratch is using the ______________ block.

What is Forever?

200
This shape is used to represent processing tasks on a flowchart, such as calculations.
What is a rectangle?
300
Type of programming structure where statements are executed in order. (decision, repetition, or sequence)
What is sequence?
300
When a computer is performing the instructions contained in a program.

What is executing?

300
"If your hair is wet, then blow dry it" is an example of what type of programming structure.
What is selection?
300

An indefinite loop which runs the internal code as long as a certain value/condition remains on true.

What is a while statement?

300
The smallest storage location in a computer's memory. (Hint: It starts with a "B")
What is a bit?
400

Human-like representation of machine language that uses symbols and recognizable codes.

What is Assembly Language?

400

A teaching program that allows the programmer to use blocks to build code creations. 

What is Scratch?

400
A boolean expression is used to if a program's _____________ is true or false.
What is condition?
400
Number of times the following loop iterates. Set k = 1 Do Display k Set k = k + 2 Until k > 3
What is two times?
400
Of the two examples below, the one written in machine language. A - 10200110 B - 10110000
What is B - 10110000?
500
12 * 2 + 9 / 3 - 1 = ______
What is 26?
500

Easiest programming language to learn and use.  Examples would be C++, JavaScript and Python.

What is high-level language?

500

Clicking on the green flag in SCRATCH is called an _____________.

What is an event?

500
Number of times the following loop iterates. Declare Integer counter For counter = 50 To 500 Step 50 Display counter End For
What is 10?
500

8 bits equals this

What is a byte?

M
e
n
u