1/43
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is phishing?
Fake messages used to steal information.
What is PII?
Personal info like email, phone number, or birthdate.
What should you do about cyberbullying?
Block, report, tell an adult.
What makes a strong password?
Caps, lowercase, numbers, symbols.
What is a Trojan virus?
Malware pretending to be safe.
What is netiquette?
Good online behavior.
What is cyberbullying?
Bullying someone online.
What should you do about uncomfortable messages?
Block and report them.
What is a digital footprint?
Your online trail.
How can social media be safe?
Keep accounts private.
What if you see inappropriate content?
Tell an adult.
Why avoid suspicious links?
They can hack you.
What is an online predator?
Someone pretending to be someone else online.
How can you avoid malware?
Use antivirus and avoid bad links.
How should computers be handled?
Carefully with two hands.
What is Creative Commons?
Legal sharing of work.
What are parts of a game?
Rules, goals, challenges, mechanics.
Why should games be fair?
Fair games are more fun.
What is risk in gaming?
Something you can lose.
What is a game reward?
Coins or extra lives.
What is balancing risk and reward?
Big risks give better rewards.
What are healthy gaming habits?
Sleep, posture, healthy eating.
How can you be a good teammate?
Help others and stay positive.
What block runs first?
"When Play Clicked."
How do you change a costume at start?
Use change costume block.
How do you make an Actor play sound?
Use play sound block.
How do you play a sound when clicked?
"When Clicked" + sound block.
How do you change costume when clicked?
"When Clicked" + change costume.
What does Wait do?
Pauses animation.
What happens with random position?
Actor moves randomly.
What direction is upward?
0 degrees.
What happens if key changes?
Different key starts code.
How do you make Actor appear/disappear?
Use show or hide blocks.
How do you move Actor to center?
x = 0, y = 0.
How do you pick random costume?
Random costume number.
What is continuous random movement?
Moving randomly forever.
What is a nested loop?
Loop inside another loop.
What if broadcast is misspelled?
Code won't work.
Why are message names important?
They must match exactly.
What is parallax scrolling?
Moving background effect.
When do you use Delete This Clone?
When clone is no longer needed.
What is a global variable?
Works for all actors.
How do variables increase/decrease?
Add or subtract values.
What can variables store?
Numbers, text, true/false.