Circuits
Python/JavaScript
Programing Heuristics
WebDev
Misc
100

These pins allows us to interact with sensors

Extra 100 if you know what the acronym stands for

What is GPIO pins?
General-Purpose Input/Output

100

Without me I will never know what the user inputs

Javascript
What is READLINE? 
What is require("readline-sync")?

Python
What is input()?

100

What yall have become over the course of a year of Team Edge

What is a Tech Leader?

100

Without this your access to the API data will be locked

What is API Key?

100

def question1(num):
    print(num + 2)

question1("9")

What is 92?

200

Instead of soldering our wires we use this to establish a connection

What is a Breadboards?

200

A for loop that prints out hi 5 times

What is
Javascript:

Python:

200

Talking to me without expecting a response could lead you to the answer you need 

What is the Rubber Ducky Method?

200

Using this css code I changed the font of Pizza into

Pizza

What is font-family: cursive?

200

Sometimes you need to make your own type

What is class or object?

300

To complete a simple closed circuit I need to make sure I do this

What is Connect the wires to ground and power?

300

I use this function to access html elements in JavaScript & this in Python

JavaScript:
What is querySelector?

Python:
What is render_template()?

300

Break me down so I am easier to solve

What is Decomposition?
300

This is how you reference a stylesheet named style.css

(You have to write out the code)

What is <link rel="stylesheet" type="text/css" href="style.css">?

300

If I am in my Desktop how would I create a
new folder called Jeopardy
with the file answers.txt?

What is
$ mkdir Jeopardy
$ cd Jeopardy
$ touch answers.txt
?

400

These are the steps needed to control an LED

What is up to Coaches Judgement?

400

I'm frequently used when you need to know if a number is even or odd

assume num is given

Javascript:

Python:

400

Uh Oh!

You code has an error
What should you do

Multiple different answers
Each Team can score

What is up to Coaches Judgement?

400

If I wanted to create a Flask app with:
a python file called app.py
2 html files called home.html and about.html
a css file called style.css
How would my file structure look

What is?

400

X makes me True

3 > x && 0 <= x && x != 2

What is 0, or 1?

500

Using the Sense Hat Emulator Create a simple project where the screen displays the current* temp in fahrenheit

You'll Have 3 minutes
https://trinket.io/python/5f1f2d0c52

What is:

500

Rapid Fire Each question is 100 points
Should you use Python or JavaScript

1. Working with DOM (Document Object Model)
2. Working with Flask
3. Creating a Game
4. Working with Data/Graphs
5. Writing out pseudocode

1. JavaScript
2. Python
3. JavaScript & Python
4. Python
5. Neither

500

As a team create the pseudocode/wireframe for a website. This website allows you to share a photo of your fridge and pantry and it will spit out recipes you can make with what you have

All teams can score you'll have 7 mins


What is up to Coaches Judgement?

500

What does the function index do?

What is Call Nasa picture of the day with the date 5/6/06 and sends it to the HTML?

500

The JSON is called student_data

Please update Neo as he is now in 13th grade (college freshmen) and is going to Bowling Green University where he picked up a new hobby of running

What is
student_data["students"][0]["school"] = "Bowling Green University"

student_data["students"][0]["grade"] = 13

student_data["students"][0]["hobbies"].append("running")
?

M
e
n
u