Definitions
What's that block?
Using the Internet
Code Ninjas
Bug Fixing
100

instructions telling a computer what to do

Code

100

You use this block to move the sprite a certain distance

move ___ steps block

100

What is binary? 

1 or 0

100

What do we do before we enter the Dojo?

Bow

100

Why won't this game start? (See picture)

No start block (When green flag clicked)

200

an object that you can attach code to

Sprite

200

This block makes text show up as a thought bubble

think block

200

Use this button to restart the page

Refresh

200

What is not allowed in the Code Ninjas Dojo?

No water, phones or food are allowed in the Dojo

200

Why won't the score reset?

Needs "set score to 0"

300

A section of code that repeats a certain amount of times

Loop


300

I need a number between 1 and 100. What do i use?

pick random 1 to 100

300

What values are used for position? 

X and Y coordinates

300

What do you always do before you finish your session and leave the Dojo? (Hint: 3 S's)

Save, submit, and sign out.

300

This sprite won't animate, why?

Missing next costume block
400

A coding statement where if one thing happens, another thing happens

If-then statement

400

You can use this to make a custom block (Hint: Platform Ninja)

My Block

400

Computer memory is measured in ______

Bytes

400

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

400

This game needs to pick a hidden number between 1 and 100, what's wrong with my code?

"pick random 1 to 100" 

500

A statement that only returns true or false

Boolean

500

This block finds how far one thing is from another

distance to block

500

What is a variable?

A way of labeling information for a computer, so it can keep track of the items that might change.

500

What is the Code Ninjas Motto?

"Kids have fun, parents see results"
500

Why won't this Dragon move? (See Picture)

The Dragon is touching black OR Speed = 0

M
e
n
u