GOKiC
Python Coding!
Random
Valentines Day
True or False
100

Name all the GOKiC's employees who are in the room

Hanan, Emily & Ronnel 

100

What Program are we using to code right now? 

CodeHS!!

100

In 2021 how many students were enrolled in High school in the US:

a) 15.7 million

b)25.2 million

c)17.3 million 

C!

 17.3 million high schoolers 

100

What does XOXO mean? 

Hugs and Kisses 

100

True or False: Sharks are mammals.

Answer: False - they are actually classified as fish.

200

What does GOKiC stand for? 

Geeking Out Kids of Color 

200

Explain when we use the "If" statements in python 

In a Python program, the if statement is how you perform this sort of decision-making. It allows for conditional execution of a statement or group of statements based on the value of an expression. 


Ex: If the weather is nice, then I’ll mow the lawn. (It’s implied that if the weather isn’t nice, then I won’t mow the lawn.) 

200

Which one of these animals are on the "Most dangerous animal list"

a)Mosquitoes 

b) Polar Bears

c) Cheetahs 

A! 

Mosquitoes are the most dangerous animal in the world, killing 725,000 humans per year through spreading diseases such as malaria.

200

What do yellow roses symbolize?

Friendship

200

True or False: Sea otters have a favorite rock they use to break open food.

Answer: True - they keep these treasures in the loose skin under their arms.

300

What was our curriculum this past fall about?  

GameMaker & Representation in Video Games and in the Media  

300

What is "def" short for in the Python Language? 

Define 

def is short for “define”. It's a keyword that you need to define a function (aka method). All the code that you put between the def function_name(parameters) and end will be executed every time you call the function_name later.

300

What percent of Seattle works in tech?


a)33%

b)15%

c)48%

B. 15%

That's around 68,700 people!!

300

How many heart-shaped boxes of chocolates are typically sold each Valentine's Day? 


a)35 million 

b)25 million 

c)45 million

A! 

35 million 

300

True or False: The goat is the national animal of Scotland.

Answer: False - it is the unicorn

400

Name one other GOKiC employee who is not in the room with us (we have had 3 other people come and visit) 

George, Maria, Lidia 

400

What does the print() function do in Python? 

The print() function prints the specified message to the screen, or other standard output device. The message can be a string, or any other object, the object will be converted into a string before written to the screen.

400

Which is the biggest continent?

a)Antarctica 

b)Africa 

C)Asia 

C!

Asia is the largest continent in the world by both land area and population. It covers an area of more than 44 million square kilometers, about 30% of Earth's total land area and 8% of Earth's total surface area. 

400

Women purchase what percentage of all Valentines sold?

a)67%

b)93%

c)85% 

85%

400

True or False: Human skin regenerates every week.

Answer: False - it regenerates every 28 days with an average of 0.001 - 0.003 ounces of skin flakes every hour)

500

How much is the stipend for attending the whole year? 

Total $325

Fall:$150
Spring: $175

500

How do you code "Hello, Ronnel" or "My name is Ronnel"  in Python 

1. print("hello world")


2. def main():

       print("My name is Ronnel!")


if __name__ == "__main__":

   main()

500

Name a prime number

 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97

500

What insanely popular website debuted on Valentine's Day in 2005?

Youtube! 

500

True or False: Pepperoni is the most popular pizza topping in the US.

Answer: True - mushrooms come in second.

M
e
n
u