Input/Output
Makecode
Vocabulary
Miscellaneous
Pair Programming
100

Name one type of sensor you worked with.

Pressure sensor, flex sensor, photocell resistor, etc.

100

What block makes something run over and over and not stop?

Forever

100

What is an emulator?

The digital microbit on the makecode site

100

What do you fill out to help you locate a bug and crush it?

a code tracing chart

100

What is pair programming?

two people working together to create a computer program

200

When hooking up your LED light, what did you have to make sure of with hooking up the alligator cables in order to make it light up?

It had to be connected to the longer leg and shorter leg by positive and negative.

200

What code block helps you with an input by pressing something?

button A, button B or A + B

200

What does we call it when we look for errors in the code and correct the program?

debugging

200

What output creates a tone or music note?

the buzzer/piezo speaker

200

What does the driver do in pair programming?

writes the code

300

What is the purpose of the servo?

It can make something rotate a certain number of degrees.

300

Which block can help you read the pin and give a value?

set value to read analog pin 1 (or any pin)

300

All the blocks in make code can be found in different _______________________

drawers

300

What do we use everytime we connect an output to the microbit?

Alligator clips

300

What does the navigator do in pair programming?

observes and reviews the lines of code, gives suggestions
400

When coding and connecting alligator clips to an output, what do you have to make sure of so your code works correctly with your microbit?

It has to be coded to pin 1 and hooked up to pin 1 to make the code work with the microbit - the pins have to match the alligator clips.

400

Which code block can help you create a conditional statement to give different options?

an If, else block

400

What is the difference between a flowchart and an algorithm?

An algorithm is a list of steps in a program, and a flowchart is a diagram of the steps in a program. 

400

What is anomaly another word for?

a bug

400

When you're pair programming, what is the difference between digital and analog devices?

Digital is an on or off, analog is when you get a range of numbers (values)

500

Name three input/outputs your microbit has built into it.

Answers can vary - LED board, speaker, GPIO pins, compass, light level, etc.

500

What block do you need to "create" when you are using the compass?

the "make a variable" set degrees for compass heading block 

500

What do you call it when you have a program that protects your system, hardware, and code from bugs and viruses?

Cybersecurity

500

What do we use to connect something wirelessly? (we haven't done this in class yet)

The bluetooth antenna

500

Why do we use pair programming in coding?

Answers can vary - we use pair programming because it makes the codes and outputs function properly, it helps us fix bugs, etc.

M
e
n
u