wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Pseudo Random Numbers

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Real random numbers can be replicated/ reproduced many times

a)

True

b)

False

2.

What do the computer need random numbers for? Choose the examples mentioned in the video

a)

Python code

b)

Encript information

c)

Game of solitaire

d)

Airplane scheduling

3.

We need more than one number for it to be considered random number. Computer generates a

(a)  

4.

Type of random numbers that need extra hardware

a)

Pseudo random numbers

b)

Quasi random numbers

c)

True random numbers

5.

Pseudo random numbers follow a pattern

a)

True

b)

False

6.

To start generating a series of pseudo random numbers you need a:

(a)  

7.

The period of a series of random numbers is the amoun of numbers in your sequence before it becomes a:

(a)  

8.

What type of probability distribution do the pseudo random numbers have?

a)

Normal

b)

Exponential

c)

Uniform

d)

Gamma

9.

This graph represents:

a)

Normal Standard Distribution

b)

Normal Cumulative Distribution

c)

Exponential

d)

Uniform Distribution

10.

With numbers distributed uniformly between [0,1] we cannot generate numbers with other distributions

a)

True

b)

False