Language which can be understood by a computer is called?
Programming Language or Code
What is the first level of Codespark called?
Donut Detective
An action that causes something to happen is called?
Event
What is a set of steps to complete a task?
Algorithm
What is the character on Codespark that messes things up?
Glitch
A series of instructions that follow one another is called?
A sequence.
Finding and fixing errors in a program is called?
Debugging.
What is the second level of Codespark called?
Tool Trouble
A tool that is used to repeat one part of your code?
A loop
What is a mistake or error in your code called?
A bug
What is your Codespark character called?
A foo
The area where you work on your code.
Your workspace
What do we call instructions written in code which then can be understood and run by a computer?
Program
What is the third level of Codespark called?
Kite Plight
1. Test the code
2. Find the bug
3. Fix the bug