The number of steps the sprite travels when the green flag is pressed.

What is 100?
Binary 111 in decimal.
What is 7?
This 7-bit encoding system was designed to represent English characters as numbers.
What is ASCII?
This "brain" of the computer handles all the processing and basic instructions.
What is the CPU?
This type of data representation uses only two states (on/off) and is the lowest level of abstraction in a computer.
What is binary?
The shape this draws when the green flag is pressed:

What is a hexagon?
Binary 10101 in decimal.
What is 21?
This type of compression reduces file size by permanently removing some data, often used in JPEGs or MP3s.
What is lossy compression?
This type of memory is "volatile," meaning its data is lost when the power is turned off.
What is RAM?
This is a step-by-step set of instructions used to solve a problem or perform a task.
What is an algorithm?
The direction the sprite is facing at the end of this loop when the green flag is pressed:

What is 90?
Binary 10001001 in decimal.
What is 137?
In the RGB color model, what color is produced by the value (255, 255, 255)?
What is white?
This physical component is used for long-term preservation of data, such as a Solid State Drive (SSD).
What is storage/ROM?
A "bug" in a program refers to an error. What is the process of finding and fixing these errors called?
What is debugging?
The shape this code draws when the green flag is pressed:

What is a square?
Decimal 19 in binary.
What is 10011?
In the RGB color model, what color is produced by the value (25, 0, 25)?
What is dark purple?
This piece of hardware is unnecessary but provides structure to the rest of the components.
What is the chassis/case?
In a typical RGB color value, each color (Red, Green, and Blue) is represented by a range of numbers from 0 to this maximum value.
What is 255?
The color line this code draws when the green flag is pressed:

What is nothing?
Decimal 97 in binary.
What is 1100001?
The number of possible colors in a color code with 2 bits per color channel.
What is 64?
This specific piece of hardware connects all the other components (CPU, RAM, etc.) together.
What is a motherboard?
The ASCII value for 'A' is 65. This is the decimal ASCII value for the letter 'D'.
What is 68?
The direction the sprite faces in this code after the green flag is pressed:

What is the default?
Decimal 211 in binary.
What is 11010011
The ASCII value for 'A' is 65. This is the decimal ASCII value for the letter 'M'.
What is 77?
This component is what gamers will often flex and is responsible for generating the image on the screen.
What is a graphics card/GPU?
Decimal 193 in binary.
What is 11000001?