An error in a program.
What is a bug
A repetitive action or command
What is iteration
One or more commands to be carried out by a computer
What is Code
Information about someone online
What is digital footprint
Instructions for the computer
What is a command
Finding and fixing errors in algorithms
What is debugging
A piece os code that can be called over and over again
What is function
Someone who acts safely, responsibly, and respectfully online
What is a digital citizen
Only two options
Binary
Inputs and outputs of computer programs
What is data
A field in which people use computers to solve problems
What is Computer Science
Breaking apart a problem into smaller pieces
What is decompose
The action of doing something over and over again
What is loop
A placeholder for informatin that can be changed
What is a variable
1 program language
Block
Python
Java
Logo
Causes the computer to run the commands written
What is "Run Program"
Something that happens
What is an event
A list of steps to finish a task
What is an algorithm
An algortihm that has been coded into something ran by a machine
What is a program
Statements that only run under certain situations
What are conditionals