Font size
WorksheetsOzaria Coding Ch. 1
Total questions: 15
Worksheet time: 13mins
telling a computer what to do.
Command
Code
Developers
write code to build their own apps and games
Developers
Sequence
Code
a specific action for the computer to perform
Sequence
Command
Function
the order in which the command are given.
Code
Commands
Sequence
an error in your code
Bug
Debugging
Sequence
the process of identifying and removing errors from your code so you can meet your goals
Bugging
Debugging
Algorithm
A sequence of instructions that can be used to solve a problem or set of problems
Algorithm
Condition
Syntax
a command that lets us repeat an action multiple times in your code
Decomposition
Coding
Loop
a set of rules for how things are spelled and formatted in code so that the computer can understand it
Syntax
Sequence
Loop
What is a logical error?
the wrong direction or human error
a misspelling or wrong format of the code
the code doesn't work
What is a syntax error?
a wrong direction or human error
a misspelling or wrong format in code
the code doesn't work
Code Bank
a method that changes the look of your player
a method that changes the look of your background
A play to find more information about the different method and tools you can use while you code.
a method that changes the size of your games map
Helper.setBackgroud(“crystal”):
a method that changes the look of your player
a method that changes the look of your background
A play to find more information about the different method and tools you can use while you code.
a method that changes the size of your games map
helper.setMapSize(“small”)
a method that changes the look of your player
a method that changes the look of your background
A play to find more information about the different method and tools you can use while you code.
a method that changes the size of your games map
helper.setPlayer(“turtle”)
a method that changes the look of your player
a method that changes the look of your background
A play to find more information about the different method and tools you can use while you code.
a method that changes the size of your games map
