Module 1 quiz Flashcards
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
Moore’s law
Information in the memory unit is _________, it’s typically lost when the computer’s power is turned off
Select one
* volatile
* constant
* persistent
* sticky
Volatile
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
persistent
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
All of the above statements are true
T/F IPython executes Python instructions ineractively and immediately shows their results
True