
065. Extra Help
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Robert Giordano
FREE Resource
Enhance your content
9 questions
Show all answers
1.
DRAG AND DROP QUESTION
1 min • 1 pt
Complete the code to make a list of the 2 lists
list1 = ['a', 'b']
list2 = ['c', 'd']
bothLists = [ (a) , (b) ]
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blank to import the random module
import ______
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blank to import the module to create bar and pie charts and give it the alias plt
import ___________________ as plt
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blank to import the Cars.py module
import ____
5.
DRAG AND DROP QUESTION
1 min • 1 pt
Set up the for loop to traverse the list called rows
row1 = [9, 4, 1]
row2 = [5, 5, 2]
rows = [row1, row2]
for (a) in (b) :
print(row)
6.
DRAG AND DROP QUESTION
1 min • 1 pt
Set up the for loop to print the sum of each row of the rows list
loop2: (a)
command: (b)
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blank to determine if the list has the value 7 and print "Hello" if it is.
myList = [1, 9, 5, 3, 9, 7, 3, 10, 23, 11, 75, 9, 100, 22, 65, 45, 58, 81]
if ______________:
print("Hello")
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the correct syntax to create a pie chart with the percs list?
import matplotlib.pyplot as plt
percs = [25, 35, 40]
_______________
plot(pie(percs))
plt.pie(percs))
pie.plot(percs)
percs.pie( )
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the correct syntax to create a bar chart with the freq list?
import matplotlib.pyplot as plt
freq = [17, 8, 30]
_______________
plot(bar(freq))
plt.bar(freq))
bar.plot(freq)
freq.bar( )
Similar Resources on Wayground
10 questions
Spreadsheet Formulas
Quiz
•
9th - 11th Grade
10 questions
Tin 11 - Ôn tập 1 - Câu hỏi trắc nghiệm
Quiz
•
11th Grade
10 questions
POST TES INFORMATIKA BAB 2
Quiz
•
9th Grade
10 questions
Python with DataScience
Quiz
•
7th Grade - University
10 questions
3.2 Soal Animasi 2D
Quiz
•
12th Grade
10 questions
EVALUASI EXCEL MATERI GRAFIK
Quiz
•
11th Grade
10 questions
Summer Wars
Quiz
•
12th Grade
10 questions
Ergonomika
Quiz
•
10th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
Discover more resources for Computers
18 questions
Artificial Intelligence and Machine Learning Quiz
Quiz
•
9th Grade
35 questions
Computer Terminology Exercise #1 ( Multiple Choice)
Quiz
•
9th Grade
20 questions
Computer Components Exercise #4 - CTEA
Quiz
•
9th - 12th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade