Page 207 - Ai Book - 10
P. 207
5. Anaconda is a programming language.
6. Anaconda Navigator is a command-line interface.
7. To start Jupyter Notebook, you need to type “jupyter start” in the command line.
8. The purpose of a virtual environment in Python is to create isolated environments for
different projects.
9. In Jupyter Notebook, the “File” menu is used for basic operations such as opening a new
document and saving.
10. The print() function in Python is used for taking input from the user.
11. Boolean is a data type used for representing characters in Python.
12. The logical operator “and” returns true only if both conditions are true.
13. The assignment operator “=” in Python compares two values.
Answers
1. F 2. F 3. F 4. T 5. F 6. F 7. F
8. T 9. T 10. F 11. F 12. T 13. F
D. Very short answer type question.
1. What command is used to start Jupyter Notebook?
Ans. Jupyter notebook
2. Is Python an open-source programming language?
Ans. Yes
3. What is the purpose of a virtual environment in Python?
Ans. To keep dependencies separate for different projects.
4. Which function is used to accept input from the user in Python?
Ans. Input()
5. What is Anaconda?
Ans. A distribution of the Python programming language.
6. Which Anaconda tool is a desktop GUI for managing environments and packages?
Ans. Anaconda Navigator.
7. How do you start Jupyter Notebook?
Ans. Type jupyter notebook in the command line.
8. What is the purpose of a virtual environment in Python?
Ans. To create isolated Python environments for different projects.
9. In Jupyter Notebook, which menu is used for basic operations such as opening a new document and
saving?
Ans. File menu.
10. What does the print() function do in Python?
Ans. Display output on the screen.
81
81