Flash Card Demo
Test Yourself
-
How many beans make five?
- 2 beans
- A bean
- A half a bean
- And a bean and a half
-
Who is this?
Finn and Jake!
-
Name the logic gate...
gate hide AND A B Out
It's an AND gate
-
What is an OR gate?
It looks like this...
gate hide OR A B Out
-
What code would do this?
The keel-mounted rail gun pushed the whole ship backward.
print("Hello!")
-
What does this code do?
print("Hello!")
The keel-mounted rail gun pushed the whole ship backward.
-
What does HTML mean?
HyperText Mark-up Language
This is the language of the web:
-
What does CSS mean?
Cascading StyleSheet
-
What will this Scratch command do?
move (10) steps
Move the sprite in the direction it is facing
-
What will this Scratch command do?
if <> then end
Only do something if the condition is true
-
How do we move a sprite in Scratch?
We use a Move block...
move (10) steps
-
How do we make a decision in Scratch?
We use an If...Then block...
if <> then end