Zusammenfassung der Ressource
Frage 1
Frage
Which are the three primary programming languages for which Jupyter Notebook is designed? (check all that apply)
Antworten
-
Java
-
Scala
-
.NET
-
Python
-
Julia
-
R
Frage 2
Frage
What is the file extension for a Jupyter Notebook file?
Antworten
-
.noteb
-
.jptr
-
.ipynb
-
.pynb
-
.jup
Frage 3
Frage
A Jupyter notebook can include which of the following elements? (check all that apply)
Antworten
-
map displays
-
images
-
graphs
-
Python code
-
narrative text
Frage 4
Frage
When writing code in Jupyter Notebook it includes syntax highlighting, similar to more traditional Python IDEs.
Frage 5
Frage
What is the default Python environment when using ArcGIS Pro?
Antworten
-
arcgispro-py3
-
ArcPy
-
Python 3
-
arcgis
-
arcgisscripting
-
arcgispro
Frage 6
Frage
ArcGIS API for Python is installed as a package called ____?
Antworten
-
arcgis
-
arcpy
-
pyarc
-
arcgisapi
-
arcgisscripting
-
GIS
Frage 7
Frage
Which of the following are modules of ArcGIS API for Python? (check all that apply)
Antworten
-
da
-
network
-
features
-
gis
-
raster
-
geoprocessing
-
mapping
-
sa
Frage 8
Frage
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?
Frage 9
Frage
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?
Antworten
-
a map widget
-
an argument of the GIS object
-
a property of the map document
-
a function of the GIS class
Frage 10
Frage
When creating a map display in Jupyter Notebook, where can the spatial datasets come from?
Antworten
-
ArcGIS Enterprise
-
ArcGIS Online
-
ArcGIS Pro
-
local datasets