Level 1: Learning Quiz - IncrediCoders/Python1 GitHub Wiki

GitHubAvatar show

Grafika Turtle added this page on March 14, 2023


I prepared some questions to check what you learned!

Level 1 Quiz Questions

  1. What does the code import turtle do?

  2. What does the init.py command do?

  3. What is syntax and how does it relate to the code we write in a program?

  4. What do the code commands setx and sety do in a program?

  5. What is a method?

  6. In this line of code, turtle.right(180), what part is the method?

  7. What command key on your keyboard runs the code?

  8. Does a line of code starting with #TODO run as a part of the code and program?

  9. What is one example of a code command that rotates the turtle sprite and what is one example of a code command that moves the turtle sprite?

  10. How many pixels and in what direction will the turtle sprite move if the line of code is, turtle.forward(150)

Next Steps

Next, you can take on the two extra challenges to add to your Turtle Map program and learn more! When you're done, you can move on to Level 2, the Class Introductions program!

Take the Challenges!

  1. Challenge 1: Map an alternate route to IncrediCoders Academy. This time, you'll cross the bridge, over the lake. Be sure to stay on the road!

  2. Challenge 2: Use loops to go back and forth between my house and the school, five times. (Paul's father, Monty, has to keep going back because Paul keeps forgetting his school supplies.)

More Level 1 Resources

  • Level 1: Unplugged Activity - I wrote this page with more details than what you saw in the book. In this game, you'll have one person act as the Turtle, and one person is the Programmer!

  • Level 1: Rewards - If you completed the Turtle Map project that we talked about in the car, then I set up this page to be your reward. You can see some illustrations of me and learn more about who I am! You'll also find the Turtle Award digital download, to show off your accomplishment!

  • Level 1: Turtle Map: All Online Resources - Return back to the main Level 1 page, with all our online resources!

Level 2

After you're completely done with Level 1 (did you do the challenges?), then it's time to move on to Level 2! While you read through Level 2 in your book, you can check out the resources from Mrs. Scratcher, as she teaches you how to build the Class Discussion program:

I hope this quiz wasn't too challenging. I'm glad you learned about Turtle Graphics! That's my favorite subject!! The answers to the quiz are in the main Solutions folder in this GitHub repo.

-- Grafika Turtle

⚠️ **GitHub.com Fallback** ⚠️