Maggie Samson
Test por , creado hace más de 1 año

Geography Test sobre GEOM 73 -Python Quiz 12, creado por Maggie Samson el 14/04/2019.

85
2
0
Maggie Samson
Creado por Maggie Samson hace alrededor de 5 años
Cerrar

GEOM 73 -Python Quiz 12

Pregunta 1 de 10

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • Java

  • Scala

  • .NET

  • Python

  • Julia

  • R

Explicación

Pregunta 2 de 10

1

What is the file extension for a Jupyter Notebook file?

Selecciona una de las siguientes respuestas posibles:

  • .noteb

  • .jptr

  • .ipynb

  • .pynb

  • .jup

Explicación

Pregunta 3 de 10

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • map displays

  • images

  • graphs

  • Python code

  • narrative text

Explicación

Pregunta 4 de 10

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 5 de 10

1

What is the default Python environment when using ArcGIS Pro?

Selecciona una de las siguientes respuestas posibles:

  • arcgispro-py3

  • ArcPy

  • Python 3

  • arcgis

  • arcgisscripting

  • arcgispro

Explicación

Pregunta 6 de 10

1

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

Selecciona una de las siguientes respuestas posibles:

  • arcgis

  • arcpy

  • pyarc

  • arcgisapi

  • arcgisscripting

  • GIS

Explicación

Pregunta 7 de 10

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • da

  • network

  • features

  • gis

  • raster

  • geoprocessing

  • mapping

  • sa

Explicación

Pregunta 8 de 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?

Selecciona una de las siguientes respuestas posibles:

  • makes a connection to ArcGIS Pro

  • opens up ArcGIS Online

  • creates a map display

  • runs the GIS function

  • creates an instance of GIS class

Explicación

Pregunta 9 de 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?

Selecciona una de las siguientes respuestas posibles:

  • a map widget

  • an argument of the GIS object

  • a property of the map document

  • a function of the GIS class

Explicación

Pregunta 10 de 10

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • ArcGIS Enterprise

  • ArcGIS Online

  • ArcGIS Pro

  • local datasets

Explicación