📚 Quick Study Guide
- 🐞 What is a bug? It's like a tiny mistake in your ScratchJr project that makes it not do what you want.
- 🛠️ What is debugging? This is when you become a super detective to find and fix those bugs!
- 🚫 Common ScratchJr bugs can be: blocks in the wrong order, a block is missing, or you picked the wrong character/background.
- 🧐 How to debug:
- ▶️ Run your project with the green flag and watch carefully to see what happens.
- 👆 Tap each block one by one to see exactly what it does.
- ➡️ Check if your blocks are in the right order for your character to move or act.
- 🧩 Make sure you have all the blocks you need for your character to complete its task.
- ✅ Why is it important? So your amazing story or game works perfectly, just the way you imagined!
🧠 Practice Quiz
1. What is a "bug" in computer programming?
- A small insect that flies around the computer.
- An error that makes your program not work right.
- A special button you press to make your program fast.
2. What does "debugging" mean?
- Planting flowers in a garden.
- Finding and fixing mistakes in your code.
- Making your computer screen brighter.
3. In ScratchJr, if your character doesn't move, what might be a bug?
- The character is too colorful.
- You forgot to add a "move" block.
- The green flag is missing.
4. How can you find a bug in your ScratchJr project?
- Shout at the computer screen.
- Run your program and watch what happens.
- Close the program and start a new one.
5. If your character moves in the wrong direction, what should you check?
- The background color.
- The direction arrow on your "move" block.
- If you used too many characters.
6. What is a good first step when your ScratchJr program isn't working as expected?
- Ask a friend to do it for you.
- Delete all your code and start over.
- Tap the green flag and watch your code run step-by-step.
7. Why is it important to debug your ScratchJr projects?
- To make them look pretty.
- To make sure your story or game works the way you want it to.
- To get more points in a game.
Click to see Answers
1. B
2. B
3. B
4. B
5. B
6. C
7. B