Level 2: Learning Quiz - IncrediCoders/Python1 GitHub Wiki
Mrs. Scratcher added this page on March 14, 2023
I prepared some questions to check what you learned!
-
What are variables and what are 2 examples of variables?
-
What do the variables
current_character
andcurrent_text
represent in the challenge program? -
What is an easier way to write
load_file("Assets/CaptainJavo.png")
that outputs the same thing? -
What is a while loop?
-
What is an event and what are 2 examples of an event?
-
What key on the keyboard will indent a line of code, for example in an If statement?
-
What is the difference between
==
and=
in Python? -
What is an If ladder?
-
What code command will exit out of the program?
-
What line of code would you write in this program to see if the user pressed the "#5" key?
Next, you can take on the two extra challenges to add to your Class Introductions program and learn more! When you're done, you can move on to Level 3, the Classroom Quiz!
-
Challenge 1: Add the introduction for RAM and ROM and one for Amphib Ian, totaling 14 introductions!
-
Challenge 2: Instead of using an if/else ladder, you will put the text and images into a python list (it is a list of variables).
-
Level 2: 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 developer, and one person act as the variable where the developer choose a noun for the variable to say in the story that they tell!
-
Level 2: Rewards - If you completed the Class Introductions project that we talked about, then I set up this page to act as a reward. You can see some illustrations of me and learn more about who I am! You'll also find the Apple Award digital download, to show off your accomplishment!
-
Level 2: Class Introductions: All Online Resources - Return back to the main Level 2 page, with all our online resources!
After you're completely done with Level 2 (did you do the challenges?), then it's time to move on to Level 3! While you read through Level 3 in your book, you can check out the resources from Mrs. Codala, as she teaches you how to build the Classroom Quiz program:
I hope you had fun learning about class introductions! This is something that is very important for all of the future levels! Enjoy!
-- Mrs. Scratcher