Page 212 - Ai Book - 10
P. 212

5.  To create a new virtual environment in Anaconda, type the command ______________.

                6.  Once a virtual environment is created, it can be accessed using the command ______________.
                7.  The primary purpose of the ______________ menu in Jupyter Notebook is to perform editing operations.
                8.  The Jupyter Notebook interface displays a ______________ where you can write Python codes.
                9.  The file extension used in Jupyter Notebook is ______________.

              10.  The logical operator that evaluates to true if any one condition is true is ______________.
              11.  The command to update the latest version of Anaconda is ______________.

              12.  The toolbar icon in Jupyter Notebook used to insert a cell below the working cell is ______________.
            C.  State ‘T’ for True or ‘F’ for False Statements.

                1.  Jupyter Notebook opens in your default browser with a Notebook dashboard.
                2.  The file extension used in Jupyter Notebook is “.txt”.

                3.  The default environment name in Anaconda is “Base”.
                4.  In Jupyter Notebook, the “Edit” menu is used for changing the visibility of the header
                   and the toolbar.

                5.  The purpose of the “conda activate” command is to start Jupyter Notebook.
                6.  The ASCII value of capital letters A-Z is 65 to 90.

                7.  The primary purpose of a virtual environment in Python development is to install
                   Jupyter Notebook.
                8.  The logical operator “or” evaluates to true if both conditions are true.
                9.  The command “conda update --all --yes” updates the latest version of Anaconda.

              10.  The toolbar icon in Jupyter Notebook used to run the lines of code is “Interrupt The Kernel”.

            D.  Very short answer type question.
                1.  How do you open Anaconda Navigator on Windows?
                2.  What is the file extension used in Jupyter Notebook?

                3.  Which Python version is recommended in the Anaconda installation process?
                4.  What does the input() function do in Python?

                5.  Which menu in Jupyter Notebook is used to run all or specific cells in the notebook?
                6.  What is the primary purpose of a virtual environment in Python development?
                7.  What is the purpose of the conda activate command?
                8.  Which operator is used for exponentiation in Python?

                9.  What does the Not operator do in Python?
              10.  Which toolbar icon in Jupyter Notebook is used to save a copy of the existing notebook?

            E.  Short answer type question.
                1.  What is the purpose of the input() function in Python?

                2.  Which menu in Jupyter Notebook is used for inserting cells?





                86
                86
   207   208   209   210   211   212   213   214   215   216   217