Which are the three primary programming languages for which Jupyter Notebook is designed? (check all that apply)
Responda
Java
Scala
.NET
Python
Julia
R
Questão 2
Questão
What is the file extension for a Jupyter Notebook file?
Responda
.noteb
.jptr
.ipynb
.pynb
.jup
Questão 3
Questão
A Jupyter notebook can include which of the following elements? (check all that apply)
Responda
map displays
images
graphs
Python code
narrative text
Questão 4
Questão
When writing code in Jupyter Notebook it includes syntax highlighting, similar to more traditional Python IDEs.
Responda
True
False
Questão 5
Questão
What is the default Python environment when using ArcGIS Pro?
Responda
arcgispro-py3
ArcPy
Python 3
arcgis
arcgisscripting
arcgispro
Questão 6
Questão
ArcGIS API for Python is installed as a package called ____?
Responda
arcgis
arcpy
pyarc
arcgisapi
arcgisscripting
GIS
Questão 7
Questão
Which of the following are modules of ArcGIS API for Python? (check all that apply)
Responda
da
network
features
gis
raster
geoprocessing
mapping
sa
Questão 8
Questão
Consider the following code in Jupyter Notebook:
from arcgis.gis import GIS
my_gis = GIS()
my_map = my_gis.map("Vancouver")
my_map
What GIS() accomplish here?
Responda
makes a connection to ArcGIS Pro
opens up ArcGIS Online
creates a map display
runs the GIS function
creates an instance of GIS class
Questão 9
Questão
Consider the following code in Jupyter Notebook:
from arcgis.gis import GIS
my_gis = GIS()
my_map = my_gis.map("Vancouver")
my_map
What is .map here?
Responda
a map widget
an argument of the GIS object
a property of the map document
a function of the GIS class
Questão 10
Questão
When creating a map display in Jupyter Notebook, where can the spatial datasets come from?
Responda
ArcGIS Enterprise
ArcGIS Online
ArcGIS Pro
local datasets
Quer criar seus próprios Quizzesgratuitos com a GoConqr? Saiba mais.