Maggie Samson
Quiz von , erstellt am more than 1 year ago

Geography Quiz am GEOM 73 -Python Quiz 12, erstellt von Maggie Samson am 14/04/2019.

85
2
0
Maggie Samson
Erstellt von Maggie Samson vor etwa 5 Jahre
Schließen

GEOM 73 -Python Quiz 12

Frage 1 von 10

1

Which are the three primary programming languages for which Jupyter Notebook is designed? (check all that apply)

Wähle eine oder mehr der folgenden:

  • Java

  • Scala

  • .NET

  • Python

  • Julia

  • R

Erklärung

Frage 2 von 10

1

What is the file extension for a Jupyter Notebook file?

Wähle eine der folgenden:

  • .noteb

  • .jptr

  • .ipynb

  • .pynb

  • .jup

Erklärung

Frage 3 von 10

1

A Jupyter notebook can include which of the following elements? (check all that apply)

Wähle eine oder mehr der folgenden:

  • map displays

  • images

  • graphs

  • Python code

  • narrative text

Erklärung

Frage 4 von 10

1

When writing code in Jupyter Notebook it includes syntax highlighting, similar to more traditional Python IDEs.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 5 von 10

1

What is the default Python environment when using ArcGIS Pro?

Wähle eine der folgenden:

  • arcgispro-py3

  • ArcPy

  • Python 3

  • arcgis

  • arcgisscripting

  • arcgispro

Erklärung

Frage 6 von 10

1

ArcGIS API for Python is installed as a package called ____?

Wähle eine der folgenden:

  • arcgis

  • arcpy

  • pyarc

  • arcgisapi

  • arcgisscripting

  • GIS

Erklärung

Frage 7 von 10

1

Which of the following are modules of ArcGIS API for Python? (check all that apply)

Wähle eine oder mehr der folgenden:

  • da

  • network

  • features

  • gis

  • raster

  • geoprocessing

  • mapping

  • sa

Erklärung

Frage 8 von 10

1

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?

Wähle eine der folgenden:

  • makes a connection to ArcGIS Pro

  • opens up ArcGIS Online

  • creates a map display

  • runs the GIS function

  • creates an instance of GIS class

Erklärung

Frage 9 von 10

1

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?

Wähle eine der folgenden:

  • a map widget

  • an argument of the GIS object

  • a property of the map document

  • a function of the GIS class

Erklärung

Frage 10 von 10

1

When creating a map display in Jupyter Notebook, where can the spatial datasets come from?

Wähle eine oder mehr der folgenden:

  • ArcGIS Enterprise

  • ArcGIS Online

  • ArcGIS Pro

  • local datasets

Erklärung