Coding Fundamentals
Scratch Blocks
Using the Internet
Code Ninjas
Math
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?

Sanitize

100

What is 7x4?

28

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/toys or food are allowed in the Dojo

200
What is 7 x 2 x ? = 28

? = 2

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 after using STEM kits or taking out materials?

Clean up
300

Look at the diagram drawn on the board: 

A triangle has 67 degrees, 78 degrees, and ? degrees. What is the unknown number?

35 degrees

400

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

If-then statement

400

Which type of blocks are used for math?

Operators (half points for green blocks)

400

Computer memory is measured in ______

Bytes

400

Name 3 break rules

No running, no shouting, no jumping, blocks on the tables, put away blocks when done, eat sitting down...

400

a coordinate is on (4,5), how can you shift it (up and down/left and right) to get it to (-1,7)?

Shift 5 units left (-5 on y axis) and 2 units up (+2 on x axis)

500

A statement that only returns true or false

Boolean

500

How do you signal when to start a code after another one is finished?

Message Blocks

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 do ninjas do when they graduate a level?

Ninja belt up ceremony (hit the gong, receive certificate, and move name up on the board)

500

x + x + x = 12

2y + y = 21

what is 5y - 2x?

x = 4, y = 7

answer = 35 - 8 = 27