Search Header Logo

057. Extra Help

Authored by Robert Giordano

Computers

9th - 12th Grade

057. Extra Help
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

Media Image

Complete the import statement to get the retired_numbers list from the Datasets module

from ​ (a)   import ​ (b)  

Datasets
retired_nums
Datasets.py
letters
awesomeSet

2.

DROPDOWN QUESTION

1 min • 1 pt

Complete the import statement to use the standard deviation function.

import ​ (a)  

numpy
statistics
math
std_dev

3.

DROPDOWN QUESTION

1 min • 1 pt

Complete the code to import the module needed to find the variance

import ​ (a)  

statistics
numpy
math
variance
random

4.

DROPDOWN QUESTION

1 min • 1 pt

Complete the code to import the module needed to find the percentile

import ​ (a)  

numpy
statistics
math
matplotlib
perc

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Fill in the blank to find the standard deviation of the retired_nums list

from Datasets import retired_nums as rn

import numpy

stanDev = ___________

print(stanDev)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fill in the blank to calculate the variance and print it.

import statistics as stats

from Datasets import retired_nums as rn

vari = __________________

print(vari)

7.

DRAG AND DROP QUESTION

1 min • 1 pt

Complete the code to print the number that is higher than 80% of the values in the list.

from Datasets import retired_nums as rn

import ​ (a)  

perc = ​ (b)   .​ (c)   (​ (d)   , ​ (e)   )

numpy
percentile
rn
80

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?