Name an output device of a computer
Possibilities: monitor, speakers, printer
Binary is a language composed of these two numbers
0, 1
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
This is the name of the coding language we have been trying out in class.
Python
The first computer mouse was made of this material.
The physical components of a computer
Hardware
This number is the base for binary code
2
This is a set of rules for a coding language.
Syntax
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
This shape represents a decision in a flowchart
rhombus
An instruction set for a computer.
Software
This is how the number 7 is represented in binary.
111
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
You would use this command to have a script display certain text on the screen.
"print"
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
These are the 4 basic things a computer does
input, output, memory, process
This number is represented as 1101 in binary
13
This type of flow chart branches off in two directions when some sort of decision is made or condition is met.
Conditional Flowchart
You would use this type of statement to test a condition in Python and most other coding languages.
"If" statement
This is an adverb that describes how you should be working in STEM class in order to not receive homework.
Diligently
This is the flow of electrons.
This is how 21 is represented in binary.
10101
This type of reasoning helps add conditions and make decisions in code, a general term.
Logic/Logical
This is the simplest line of code that can be written to make a python script output "hello". Must be EXACT.
print('hello')
This describes a quality of a material that allows electrons to flow freely, making it good for carrying current.
electrical conductor