22
What function do you usually use to find the total of all the numbers in a list?
sum
What's the name of the speaker you used to make tones?
Piezo
script
What form do we need to convert the string into before we find out the polarity of text in our twitter project?
textblob
Name 5 of the brands of candies we've given to you.
Reeses, Rolos, KitKat, Snickers, Milky Way, Twix
What does this function do?
text1.concat(text2)
It adds text1 and text2 together.
What do you connect the wire to at the end of the circuit (on the breadboard)?
Ground
What purpose was the internet originally invented for?
Military uses
What libraries did we import to make a histogram
matplotlib
Name 2 women in tech spotlight that we've learned in class.
Ada Lovelace, etc.
What's the value of the result?
result = 2**3
8
How many digital pins are there on the breadboard?
13
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>
What's "w" and "r" when you are opening a json file
w: write/edit file
r: read file
What female artist album just came out today?
Sweetener by Ariana Grande
What's the highest number you can have for each RGB values?
255
Draw the arduino logo on the board.
infinity sign with - and + in each of the circle
Name one programming language for web development that we haven't learned in this classroom?
PHP, angular, etc.
What line of code do you need to write for your plot graph to show up in the twitter project?
plt.show()
What's the brand of the head band that Venus brought for demonstration?
Muse
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 ""
What's the morse code for SOS ?
short short short long long long short short short
Name 3 APIs that we've learned together as a whole class.
Open Layers
Countries
Sunrise/Sunset
ISS
What's the name of the credit score system that China are starting to use in 2020?
CSCS