
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
12 questions
Back to the Future Homework 2

Quiz
•
9th Grade
10 questions
Quiz Informatika

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

Quiz
•
10th - 11th Grade
14 questions
Python List Basics

Quiz
•
12th Grade
13 questions
Python List Operations

Quiz
•
10th Grade
10 questions
SQL

Quiz
•
10th Grade
9 questions
OCR GCSE CS - 2.1 ERL sorts and searches

Quiz
•
10th - 11th Grade
10 questions
Lesson 1 Database Basics

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade