instructions telling a computer what to do
Code
You use this block to move the sprite a certain distance
move ___ steps block
What is binary?
1 or 0
What do we do before we enter the Dojo?
Bow
Why won't this game start? (See picture)
No start block (When green flag clicked)
an object that you can attach code to
Sprite
This block makes text show up as a thought bubble
think block
Use this button to restart the page
Refresh
What is not allowed in the Code Ninjas Dojo?
No water, phones or food are allowed in the Dojo
Why won't the score reset?
Needs "set score to 0"
A section of code that repeats a certain amount of times
Loop
I need a number between 1 and 100. What do i use?
pick random 1 to 100
What values are used for position?
X and Y coordinates
What do you always do before you finish your session and leave the Dojo? (Hint: 3 S's)
Save, submit, and sign out.
This sprite won't animate, why?
A coding statement where if one thing happens, another thing happens
If-then statement
You can use this to make a custom block (Hint: Platform Ninja)
My Block
Computer memory is measured in ______
Bytes
Fill in the blank:
The ________ says that you must spend an amount of time thinking about your problem before asking for help.
5-minute rule
This game needs to pick a hidden number between 1 and 100, what's wrong with my code?
"pick random 1 to 100"
A statement that only returns true or false
Boolean
This block finds how far one thing is from another
distance to block
What is a variable?
A way of labeling information for a computer, so it can keep track of the items that might change.
What is the Code Ninjas Motto?
Why won't this Dragon move? (See Picture)
The Dragon is touching black OR Speed = 0