Computers
bye-nary!
Coding
Is that a snake...?
Oh, I know this one!
100

Name an output device of a computer

Possibilities: monitor, speakers, printer

100

Binary is a language composed of these two numbers

0, 1

100

This is a general term for a specific set of steps or instructions that can be written in code, plain language, or even a flow chart. 

Algorithm

100

This is the name of the coding language we have been trying out in class.

Python

100

The first computer mouse was made of this material.

Wood
200

The physical components of a computer

Hardware

200

This number is the base for binary code

2

200

This is a set of rules for a coding language.

Syntax

200

In Python, after you've written a script, this is the button you press to make the computer read your code and complete the operations.

Run button

200

This shape represents a decision in a flowchart

rhombus

300

An instruction set for a computer.

Software

300

This is how the number 7 is represented in binary.

111

300

In order to organize your algorithm in an easy to read format, you should make this tool. It is written using plain language and symbols to show logic or sequence.

Flowchart

300

You would use this command to have a script display certain text on the screen.

"print"

300

This is the small piece of hardware that we will be working with and programming. It has buttons, an LED display and also processes code. 

Microbit

400

These are the 4 basic things a computer does

input, output, memory, process

400

This number is represented as 1101 in binary

13

400

This type of flow chart branches off in two directions when some sort of decision is made or condition is met.

Conditional Flowchart

400

You would use this type of statement to test a condition in Python and most other coding languages.

"If" statement

400

This is an adverb that describes how you should be working in  STEM class in order to not receive homework.

Diligently

500

This is the flow of electrons.

Electrical current
500

This is how 21 is represented in binary.

10101

500

This type of reasoning helps add conditions and make decisions in code, a general term.

Logic/Logical

500

This is the simplest line of code that can be written to make a python script output "hello". Must be EXACT.

print('hello')

500

This describes a quality of a material that allows electrons to flow freely, making it good for carrying current.

electrical conductor