St. Andrews Scots Sr. Sec. School 9th Avenue, I.P. Extension, Patparganj, Delhi – 110092 Session: 2021-2022 - Worksheet Class: X Subject: Artificial Intelligence (CODE-417) Topic: Chapter 10 (Part B) Worksheet No:8 A. Multiple choice questions. 1. Which of the following is a programming language? (a) Viper (b) Python (c) Anaconda (d) Lion Answer: (b) Python 2. Which of the following is a way to integrate code, output, charts and raw text together? (a) Python (b) C++ (c) Notebook (d) Lapbook Answer: (c) Notebook 3. Which of the following is available by default with Anaconda installation? (a) JupyterLab (b) Spyder (c) Both (a) and (b) (d) Rust Answer: (c) Both (a) and (b) 4. What is the official website for downloading Anaconda distribution? (a) www.python.org (b) www.anaconda.com (c) www.anaconda-docs.com (d) www.viper.ore Answer: (b) www.anaconda.com 5. Which of the following options show up on trying to download Anaconda installer? (a) X86 installer (b) 32 bit installer (c) 64 bit installer (d) Both (b) and (c) Answer: (d) Both (b) and (c) B. Fill in the blanks. 1. To launch the jupyter notebook, type in 'jupyter notebook' within the anaconda prompt. 2. Python is the name of a programming language. 3. Jupyter is the name of a type of notebook. 4. Jupyter notebook comes by default with anaconda installation. C. State whether True or False. 1. Anaconda is available for only Windows OS. [F] 2. Jupyter notebook helps to integrate different aspects of coding like code, output, visualizations, text, etc. [T] 3. Anaconda prompt does not show up when searched in Windows machine. [F] 4. On the last screen of Anaconda installation, you must click on Finish. [T] 5. The Insert menu of Jupyter notebook has just one option, 'Insert cell'. [F] D. Match the following columns. Column A Column B 1. Kernel menu has commands to: (a) Toggle line numbers and toolbars. [4] 2. Widgets menu has commands which: (b) Create new notebook, open and close. [5] 3. Cell menu has commands to: (c) Are basically related to JavaScript widgets. [2] 4. View menu has commands to: (d) To run commands in cells or below or above [3] 5. File menu has commands to: (e) Restart, reconnect or shut down the kernel. [1] **************