What is an algorithm?
A. A video game đź âB. Step-by-step instructionsâC. A magic trick đȘâD. A snack đȘ
B. Step-by-step instructions
A loop helps a computer do what?
A. SleepâB. RepeatâC. PaintâD. Grow
B. Repeat
Should you tell an AI your home address?
A. YesâB. NoâC. Only after schoolâD. Only if it asks nicely
B. No
What is the internet?
A. System of radios
B. The cloud where information is stored
C. All the computers in the world, connected by wires under the ocean
D. A way of keeping track of numbers on the server
C. All the computers in the world, connected by wires under the ocean
Computers keep and communicate information as "bits". What is a "bit"?
A. Text
B. Numbers 0-9
C. Numbers 0 and 1
D. Math formulas
C. Numbers 0 and 1
Which of these is an algorithm you do every day?
A. Brushing your teeth in order âB. DreamingâC. BlinkingâD. Sneezing
A. Brushing your teeth in order
âRepeat 5 times: clap your hands twice.â How many claps?
A. 10âB. 1âC. 5âD. 0
C. 10
AI stands for what?
A. Animal IdeaâB. Artificial IntelligenceâC. Awesome IcecreamâD. Air Igloo
B. Artificial Intelligence
Which one is private information?
A. Favorite colorâB. PasswordâC. Petâs nicknameâD. Favorite cartoon
B. Password
Which file name is best for saving your Scratch project?
A. stuffâB. robot_game_v1âC. asdfâD. cool
B. robot_game_v1
Put these steps in order to make a PB&J: 1) Spread jelly, 2) Get bread, 3) Spread peanut butter
A. 3-1-2âB. 2-1-3âC. 2-3-1âD. 1-2-3
C. 2-3-1
Which word often means âuntil we are doneâ in loops?
A. StartâB. WhileâC. StopâD. Zoom
What does LLM stand for?
A. Live Link Manager
B. Lever Lifting Mix
C. Large Language Model
D. Light Loop Numerator
C. Large Language Model
True or False: Things you post online will be there for how long?
A. Until the weekend B. Until you graduate elementary school C. 2-3 yearsâD. Possibly forever
D. Possibly forever
When you break a big problem into smaller ones, you are using ______.
A. MixingâB. DecompositionâC. DecorationâD. Division
B. Decomposition
If an algorithm has 5 steps and you skip step 3, what might happen?
A. The result could be wrongâB. It works fasterâC. Nothing changesâD. It turns into a loop
A. The result could be wrong
You want to say âHelloâ to 3 friends. Which loop count is best?
A. 1âB. 3âC. 5âD. Forever
B. 3
Sometimes AI can be unfair because it learns from ______ data.
A. FreshâB. Old or biasedâC. SparklyâD. Yummy
Which password is strongest?
A. 12345âB. ilovecatsâC. P!zza7TreeâD. school
C. P!zza7Tree
What idea in Computer Science involves making "buckets" that store a number?
A. Container
B. Variable
C. Cache
D. Formula
B. Variable
True or False: An algorithm can be shown with pictures as well as words.
A. TrueâB. FalseâC. Only on computersâD. Only with numbers
A. True
Fill the blank: A loop that never ends is called an ______ loop.
A. HappyâB. InfiniteâC. TinyâD. Secret
B. Infinite
LLMs write answers to your questions by ____.
A. Pulling an answer from Google and changing it a bit.
B. Training on a lot of text and predicting the best next word in their answer.
C. Solving a stochastic algebraic formula.
D. All of the above.
B. Training on a lot of text and predicting the best next word in their answer.
You find a free game at http://play-now.com and the browser shows no padlock icon. Whatâs the safest thing to do?
A. Play and enter your email
B. Ask friends to try it first
C. Look for a site that starts with âhttps://â and shows a lock, or ask an adult
D. Turn off your antivirus so it loads faster
C. Look for a site that starts with âhttps://â and shows a lock, or ask an adult
What two types of loops are shown in this picture?
A while loop and a for loop.