Python
Coding Logic
Pygame
Officer Trivia
CS First Trivia
100
How do your output text?

print()

100

Why should you learn to code?

Its cool (and useful.)

100

How do you import Pygame?

import pygame 

100

Rayan is the President of what club?

Game Development Club

100

Name 3 Officers from CS First.

Theres a bunch --> I'll tell you if ur right lol

200

if 1 > 3 and 3 > 1:

    print("yippepepsofjvsnkd")

else:

    print("man")


What does this print?

man

200

What does OOP stand for?

Object Oriented Programming

200

What does x mean in clock.tick(x)

Games Framerate

200

What's Adrian's favorite game?

Minecraft

200

What is CTI?

Our volunteer organization where we teach elementary and middle schoolers coding!

300

How do you get input from the user with a question?

example = input("Why are you so goofy?")

300

What does String Concatenation pertain to?

Putting two strings together

300

Pygame is a set of _____ created to help make video games in Python.

Modules

300

What nationality is Olivier?

French

300

Name one Branch Club of CS First.

Web Development and CCC

400

How do you get a random number from a range?

r = random.randint(2, 5)

400

What is a module?

something you can import into your project to add cool stuff
400

Where is the coordinate position of an image in Pygame?

Top Left of the image

400

Vanessa is 10% of the population in what aspect?

She's Left Handed!
400

What did we teach last year?

Android App Development

500

Create a class that is a blueprint for creating car (add functions like paint, car type, cost) OPEN REPLIT

eeeee

500

What is Bubble Sort?

Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order

500

What parameters does screen.blit() take?

screen.blit(image, x coord, y coord)

500

What was interesting about Lillians first friend?

Her friend's name was also Lillian!

500

Who was our President last year?

Zhaorong