Module 1 quiz Flashcards

1
Q

Every year or two, the capacities of computers have approximately doubled inexpensively. This trend is called __________

Select one
* the principal of least privilege
* Wirth’s law
* Moore’s law
* the law of large numbers

A

Moore’s law

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

Information in the memory unit is _________, it’s typically lost when the computer’s power is turned off

Select one
* volatile
* constant
* persistent
* sticky

A

Volatile

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

Information on the secondary storage devices are ____, it’s preserved even when the computer’s power is turned off

Select one
* transient
* volatile
* persistent
* unstable

A

persistent

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

Which of the following statements is false?
* The Anaconda Python Distribution comes with the Jupyter Notebook–an interactive, browser-based environment in which you can write and execute code and intermix the code with text, images and video
* The JupyterLab interface enables you to manage your notebook files and other files that your notebooks use (like images and video)
* Jupyter Notebooks use IPython by default
* All of the above statements are true

A

All of the above statements are true

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

T/F IPython executes Python instructions ineractively and immediately shows their results

A

True

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