
056. Extra Help

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Robert Giordano
FREE Resource
9 questions
Show all answers
1.
DROPDOWN QUESTION
1 min • 1 pt
Complete the import statement to get the retired_numbers list from the Datasets module.
from (a) import (b)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which module is the mean function in?
numpy
random
math
datetime
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which module do we import to use median?
numpy
random
data
matplotlib
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which 2 modules have a function to find the mode?
numpy
statistics
scipy
mode
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blank to put the list in order
myList = [4, 5, 2, 8, 1, 9]
myList = myList.____
6.
DRAG AND DROP QUESTION
1 min • 1 pt
Complete the code to find the average (mean) of the list
import (a)
myList = [1, 3, 5, 2, 9, 6]
myList = myList.sort
average = (b) . (c) ( (d) )
print(average)
7.
DRAG AND DROP QUESTION
1 min • 1 pt
Complete the code to find the median of the list
import (a)
myList = [1, 3, 5, 2, 9, 6]
myList = myList.sort()
med = (b) . (c) ( (d) )
print(med)
8.
DRAG AND DROP QUESTION
1 min • 1 pt
Complete the code to find the mode of the list:
import (a)
myList = [1, 3, 5, 2, 9, 6, 3]
myList = myList.sort()
mode = (b) . (c) ( (d) )
print(mode)
9.
DROPDOWN QUESTION
1 min • 1 pt
Complete the code to calculate the range of the dataset
myList = [1, 3, 5, 2, 9, 6]
myList = myList.sort()
min = myList[ (a) ]
max = myList[ (b) ]
range = (c) - (d)
print(range)
Similar Resources on Wayground
10 questions
H466 - Arrays, Records, Tuples and Lists

Quiz
•
11th Grade - University
10 questions
Latihan Soal Assesmen Sumatif

Quiz
•
11th Grade
10 questions
Computer Software Prep 2

Quiz
•
9th - 12th Grade
10 questions
Symbol Puzzle Recap

Quiz
•
12th Grade
10 questions
Data Handling Introduction

Quiz
•
12th Grade
10 questions
Mastering Text File Handling in Python

Quiz
•
12th Grade
12 questions
2.1 Bubble sort vs Insertion sort

Quiz
•
10th - 11th Grade
10 questions
Standar, Jenis Gelombang, dan Komponen Wireless

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade