This page contains review questions for teaching ITSE-1372 Int Comp Program Python at Austin Community College in Austin, TX.
The questions and the answers on this page are connected by hyperlinks to make it easy for you to navigate from the question to the answer and back again.
The questions on this page are similar to the questions that you will find on the proctored tests for this course. Therefore, it is strongly recommended that you study the material until you thoroughly understand the material covered by these questions.
True or False: The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.
True or False: The Jupyter Notebook is the same as JupyterLab.
True or False: Among other things, the Markdown syntax makes it possible for you create the following elements in a Jupyter notebook.
True or False: Markdown headers come only in one size fits all.
True or False: There are at least two ways to create links to external resources in Markdown:
[name of resource](address of resource)
True or False: You can insert LaTex formatted material in a Jupyter notebook.
True or False: A plt.showFig statement can be used to display a figure in the notebook.
True or False: A plt.savefig statement can be used to save a figure in an output image file.
True or False: It is not possible to import images, videos, and other components and to display those components in your notebook.
True or False: You can include code, but not markdown in a Jupyter notebook.
False
Explanation
You can include both code and markdown text (such as this text) in your notebook.
False
Explanation
It is possible to import images, videos, and other components and to display those components in your notebook.
True
False
Explanation
The correct statement is plt.show.
True
True
False
Explanation
Markdown allows you to create headers of varying sizes much like you would typically see on an HTML web page.
True
False
Explanation
Although the names are similar, the Jupyter Notebook is not the same as JupyterLab. JupyterLab claims to enable users to work with the core building blocks of the classic Jupyter Notebook in a more flexible and integrated manner.
True
This section contains a variety of miscellaneous information.
Housekeeping material
|
-end-