Understanding Python's Random Module

Understanding Python's Random Module

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Jennifer Brown

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key warning about using Python's random module?

It cannot generate numbers above 100.

It is not suitable for cryptographic purposes.

It only works on Windows systems.

It requires an internet connection.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the random function in Python return?

A random integer between 0 and 10.

A random number between 0 and 1.

A random string of characters.

A random boolean value.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you generate a random number between 3 and 7 using the random function?

Use the choice function with a list of numbers.

Multiply a random number by 4 and add 3.

Use the randint function with parameters 3 and 7.

Use the random function directly with parameters 3 and 7.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the uniform function in Python's random module?

To generate random integers.

To generate random numbers in a specified interval.

To shuffle a list of numbers.

To generate random strings.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a normal distribution also known as?

The flat curve.

The bell curve.

The linear curve.

The zigzag curve.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which two parameters describe a normal distribution?

Mean and median.

Mean and mode.

Mean and standard deviation.

Median and standard deviation.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function would you use to simulate a roll of a 6-sided die?

random

uniform

randint

choice

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?