Coding Vocabulary
Flowcharts
Coding Blocks
Micro:bit
Breadboards
100

A sequence of steps used to solve a problem

Algorithm

100

This shape represents a decision or question

Rhombus

100

What would you add to your code to remind yourself and other coders what the section of code is supposed to do?

Comments

100

Is an LED considered an input or output device?

Output

100

The component used to slow the flow of electricity in a circuit.

Resistor

200

A diagram used to represent algorithmic processes

Flowchart

200

This shape represents an action

Rectangle

200

Look at Coding Blocks #1.

What type of block is it?

Loop

200

Which external component requires additional power to work?

Servo

200

How are the holes on the power rails of a breadboard typically marked?

Positive and Negative

300

The process of identifying and removing errors from a computer program

Debugging

300

Look at Flowchart #1.

What is the solution?

7

300

Look at Coding Blocks #2.

What will be the result of the script?

Display the number 9.

300

What are the coordinates of the lit LED?

[0  0  0  0  0]

[0  0  1  0  0]

[0  0  0  0  0]

[0  0  0  0  0]

[0  0  0  0  0]

(2, 1)

300

Look at Breadboard #1.

The simulation has started. Why is the LED not lighting up?

The LED legs are backwards

400

A placeholder for data that may change throughout the course of a program

Variable

400

Look at Flowchart #2.

What is the outcome?

Eat at Chick-fil-a

400

Look at Coding Blocks #3.

What will happen when the code is run?

An LED will blink in the middle of the screen.

400

What is the maximum value of a photocell?

1023

400

This component connects to the breadboard with 3 legs but only 2 of them are connected to the circuit.

Slide switch

500

The study and design of computing systems

Computer Science

500

Look at Flowchart #3.

What is the solution?

3

500

Look at Coding Blocks #4.

The Micro:bit has a photocell connected to Pin 0 and an LED on Pin 1. What will happen when the photocell is placed in a dark room?

Nothing

500

How much power does a Micro:bit provide?

3 Volts

500

What unit is used to measure resistance?

Ohm