Wild Card
Python
Robotics
Web development
Data science
100
How old is Venus?

22

100

What function do you usually use to find the total of all the numbers in a list?

sum

100

What's the name of the speaker you used to make tones?

Piezo

100
What's the name of the tag that you use to put javascript into html?

script

100

What form do we need to convert the string into before we find out the polarity of text in our twitter project?

textblob

200

Name 5 of the brands of candies we've given to you.

Reeses, Rolos, KitKat, Snickers, Milky Way, Twix

200

What does this function do?

text1.concat(text2)

It adds text1 and text2 together. 

200

What do you connect the wire to at the end of the circuit (on the breadboard)?

Ground

200

What purpose was the internet originally invented for?

Military uses

200

What libraries did we import to make a histogram

matplotlib

300

Name 2 women in tech spotlight that we've learned in class. 

Ada Lovelace, etc. 

300

What's the value of the result?

result = 2**3

8

300

How many digital pins are there on the breadboard?

13

300

How do you change the code below to put your title in the middle of your page?
<h1> Title </h1>

<h1 align="center"> Title </h1>

300

What's "w" and "r" when you are opening a json file

w: write/edit file

r: read file

400

What female artist album just came out today?

Sweetener by Ariana Grande

400

What's the highest number you can have for each RGB values?

255

400

Draw the arduino logo on the board.

infinity sign with - and + in each of the circle

400

Name one programming language for web development that we haven't learned in this classroom?

PHP, angular, etc.

400

What line of code do you need to write for your plot graph to show up in the twitter project?

plt.show()

500

What's the brand of the head band that Venus brought for demonstration?

Muse

500

Find all the bugs in the code below: (ignore indenting)

list = (1,2,3,4,5,6,7,8)

for i in list: 

if list[i] % 2 = 0:
print  (even)

1. list in () not []
2. for loop should be for i in range(len(list)) or use i in the if statement instead of list[i]
3. ==
4. print and () not attached
5. even is not in ""

500

What's the morse code for SOS ?

short short short long long long short short short

500

Name 3 APIs that we've learned together as a whole class.

Open Layers
Countries
Sunrise/Sunset
ISS

500

What's the name of the credit score system that China are starting to use in 2020?

CSCS

M
e
n
u