Chapter 5: Modules and Getting Help Flashcards

1
Q

deterministic

A

A process that is repeatable and predictable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

documentation

A

A place where you can go to get detailed information about aspects of your programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

module

A

A file containing Python definitions and statements intended for use in other Python programs. The contents of a module are made available to the other program by using the import statement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

pseudo-random number

A

A number that is not genuinely random but is instead created algorithmically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

random number

A

A number that is generated in such a way as to exhibit statistical randomness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

random number generator

A

A function that will provide you with random numbers, usually between 0 and 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

standard library

A

A collection of modules that are part of the normal installation of Python.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly