Name one way to create a strong password.
Use a mix of uppercase, lowercase, numbers, and symbols
What is a sprite in Scratch?
A character or object that you can control with code.
Name three coding languages
Python, JavaScript, Java, C, C++, Ruby, Swift,HTML,
CSS
What is binary code?
A way computers store and process data using only 0s and 1s.
Name a famous woman in tech today.
Some examples: Reshma Saujani (Girls Who Code), Sheryl Sandberg, Susan Wojcicki.
Why should you never share personal info online?
It can be stolen or misused by strangers.
What is the purpose of the green flag? π©
A: It starts the Scratch project.
What is a variable? π
A: A storage place for numbers or text in your project.
Can images and sounds be stored in binary code or only words?
ANYTHING can be stored as binary code! :D
What did Grace Hopper invent?
The first programming language compiler, which helped create modern coding languages.
What is phishing? π£ (hint: not fishing π π!!!)
A scam where someone tricks you into giving personal info, often through fake emails.
How do you make a sprite talk? π¨οΈ
Use the "say _ for _ seconds" block.
What happens if you forget to close a quotation mark in a string? β
It causes an error (bonus points if u can name what type of error)
What two numbers make up binary code?
0 and 1
π‘ Q: Can you find the mistake in this python code?
print("Hello, world!)
What is SQL Injection? π»
A hacker injects harmful code into a websiteβs database to steal or modify information.
What does the "broadcast" block do? π’
A: It sends a message to trigger other code.
What is an event block?
A: A block that starts an action when something happens (like "when key pressed").
Why do computers use binary instead of decimal?
Because computers use electrical signals, which are either ON (1) or OFF (0).
What does "https" stand for?
Hypertext Transfer Protocol Secure
What is 2 factor authentication? 2FA
A security process where you need two steps to log in (password + a code sent to your phone).
How do you make a sprite disappear?
A: Use the "hide" block.
What does "concatenation" mean? π
A: Joining two pieces of text together.
What's a byte?
A group of 8 bits
What does "Wi-Fi" stand for?
A: Nothing! Itβs a made-up name that sounds like "Hi-Fi."