What model is used to represent the data in the NLCD?
raster
3
New cards
In the context of GIS, what is topology?
the spatial relationships among objects that are independent of their coordinates
4
New cards
Polygons representing land parcels by owner on a county parcel map is an example of what type of data?
nominal
5
New cards
What kind of objects are polygons?
2-dimensional
6
New cards
Of the following choices, which would be best represented by a vector data model?
power lines
7
New cards
Of the following choices, what is the best description of why models are used in GIS?
to simplify or generalize real-world information
8
New cards
Of the following choices, which one is an open source GIS application for collecting field data on mobile devices?
QField
9
New cards
What type of data is represented on a map showing the locations of the top tourist destinations in Florida ranked by the number of tourists in 2011?
ordinal
10
New cards
GIS first started being used in the __________.
1960s with Canada's CGIS
11
New cards
In the vector data model, all items are represented as __________.
points, lines, and polygons
12
New cards
What programming language is used for writing scripts in ArcGIS?
Python
13
New cards
In a GIS, what term is used to represent non-spatial data?
attributes
14
New cards
Which of these would be best represented by a raster data model?
elevation
15
New cards
The NHD contains GIS data for which of these?
water bodies
16
New cards
Streams on a map are symbolized by the number of available fishing days. What type of data is this?
ratio
17
New cards
Which of these best describes the process referred to as "heads-up digitizing"?
tracing the features on a georeferenced image that is displayed on a computer screen using a pointing device like a mouse or a touchpad
18
New cards
In ArcGIS, what component is used to manage the GIS data available to the user?
ArcCatalog
19
New cards
What is metadata?
descriptive information about the data
20
New cards
What type of data is temperature measured in degrees Celsius?
interval
21
New cards
When modeling the world in GIS, features treated as objects with definite locations and boundaries describe a __________ view of the world.
discrete object
22
New cards
Which component in ArcGIS Desktop is used for viewing and analyzing data?
ArcMap
23
New cards
What condition must be met in order to join two tables?
The two tables must have a common field.
24
New cards
The "information" being handled by GIS is __________ information.
geospatial
25
New cards
Which GIS software program can be downloaded for free?
QGIS
26
New cards
A single layer in a geodatabase refers to which of the following?
feature class
27
New cards
What model is used to represent the data in the NHD?
vector
28
New cards
A chart showing the amount of money earned by each of the top 10 movies of the week is an example of what type of data?
ratio
29
New cards
How is each object stored in an attribute table?
as a record
30
New cards
How is spatial data represented in the raster data model?
as areas using equally spaced and equally sized grid cells
31
New cards
What is the name of a series of files, with extensions such as .shp, .shx, and .dbf, that make up one vector data layer?
shapefile
32
New cards
Why is MCE used in GIS modeling?
\n to determine the suitability of a site
33
New cards
Of the following choices, which one best describes SQL?
\n It is a structured query language used to retrieve information from databases.
34
New cards
Of the following Boolean operators, which one will identify the parcels zoned residential with an assessed value of more than $100,000?
XOR
35
New cards
Of the following geoprocessing operations, which one will select all areas from two datasets except those areas they have in common?
symmetrical difference
36
New cards
Which one of the following Boolean operators will select cities with a high population but exclude those with a high average income?
NOT
37
New cards
Of the following choices, what would most help a GIS analyst with the National Park Service determine which parcels of land surrounding Gettysburg National Military Park will be under pressure to convert to an urban land use?
\n a GIS Model
38
New cards
The six connectors (=, <>,
\n relational operators
39
New cards
Of the following choices, which one would identify the county named Fairfax using an SQL statement?
COUNTY_NAME = 'Fairfax'
40
New cards
Selecting objects from one layer based on their spatial relationship with another layer describes a __________.
spatial query
41
New cards
If Dr. Snow had access to GIS in 1854 London, which one of the following types of spatial analysis would have most helped him identify the source of the cholera outbreak?
Buffer
42
New cards
Using John Snow's 1854 cholera map to see the connection between the locations of cholera deaths and water pumps is an example of __________.
\n spatial analysis
43
New cards
What is the alternative to writing an SQL expression directly in ArcGIS Pro?
Add Clause
44
New cards
Which one of the following Boolean operators will return all the data in multiple datasets except for the intersection of those datasets?
XOR
45
New cards
Of the following queries, which one will select the polygons that are residential parcels with a seasonal status?
\n PARCELS = "residential" AND STATUS = "seasonal"
46
New cards
Of the following choices, what ArcGIS Pro geoprocessing tool should be used to identify the number of hospitals within 30 miles of a university?
Select By Location
47
New cards
Of the following queries, which ones will return an SQL syntax error?
"Pop2010" = 5,000,000 OR 3,000,000
48
New cards
Why is the Land Transformation Model an example of a GIS model?
\n It combines various weighted geospatial layers to predict areas that will shift to urban land uses in the future.
49
New cards
An area of spatial proximity around a point refers to which GIS operation?
buffer
50
New cards
Which geoprocessing operation will select all the polygons in a floodplain dataset and the portions of an owner's property that are on a floodplain?
identity
51
New cards
What term best describes the use of simple mathematical operations to overlay raster datasets?
map algebra
52
New cards
A dataset of polygons representing the 2016 U.S. congressional districts includes an attribute for the political party of the representative of each district. Which one of the following operations would remove the boundaries between districts represented by the same party?
dissolve
53
New cards
What is the term used for selecting a record from an attribute table based on a particular criterion?
query
54
New cards
In QGIS, what needs to be done to save the results of a query for future analysis?
\n export the query results to a new layer
55
New cards
What is the purpose of site suitability analysis?
\n to determine locations that best meet a set of criteria
56
New cards
What is a representation that combines spatial factors to explain processes or predict results?
\n GIS model
57
New cards
A GIS technician using ArcGIS Pro at a regional E911 communications center needs to determine how many hospitals and fire stations are in each county in Texas. Of the following processes, which one will return the results most quickly?
Summarize Within
58
New cards
Of the following queries, which one will select the counties with a population of more than 100,000 people and the counties that have more than 100,000 houses?
POP > 100000 OR HOUSES > 100000
59
New cards
What is a ranking of sites according to how well they meet a set of criteria?
\n suitability index
60
New cards
What is the term that describes when a new layer results from operations performed on one or more existing layers?
geoprocessing
61
New cards
What is the purpose of the Dissolve result option in the QGIS Buffer tool?
It removes the boundaries between overlapping buffer zones.
62
New cards
Which geoprocessing operation will merge selected features from one dataset with selected features from another dataset?
union
63
New cards
Of the following choices, which one best describes geoprocessing?
\n applying an action to one or more datasets that results in the creation of a new dataset
64
New cards
Which one of the following Boolean operators will identify the parcels that are zoned "residential" and the parcels that have an assessed value of more than $100,000?
OR
65
New cards
Which geoprocessing operation will select features that two datasets have in common?
Intersect
66
New cards
What is used to graphically represent equivalent distances on a map?
scale bar
67
New cards
\ What tool is available online to experiment with color-blind-safe schemes on a map?
\ ColorBrewer 2.0
68
New cards
What does a map template provide?
\ a preformatted arrangement of the items comprising a map layout
69
New cards
A researcher has created a choropleth map of the percentage of the U.S. population that was over 80 years of age by state in 2017. Of the following choices, which one is the most appropriate legend title?
Percent over 80 Years of Age
70
New cards
A GIS analyst has created a graduated symbol map of Pennsylvania's heating degree days in 2011 by county. Which one of the following titles is the most appropriate for the map?
\ Pennsylvania Heating Degree Days by County, 2011
71
New cards
Which one of the following data classification methods determines breakpoints by dividing the range of values by the desired number of classes?
\ equal intervals
72
New cards
Of the following data formats, which one will result in the least loss of a map graphic's data?
TIFF
73
New cards
The use of different-sized representations to convey thematic information on a map refers to __________.
graduated symbols
74
New cards
What is DPI a measure of?
\ image clarity
75
New cards
Of the following, which one of the following is an example of a thematic map?
a map of counties symbolized by per capita income
76
New cards
How is a representative fraction of 1:24,000 interpreted?
One unit on the map represents 24,000 units on the ground.
77
New cards
Which one of the following representative fractions indicates the largest scale map?
1:1
78
New cards
What map item explains what the symbology represents?
legend
79
New cards
Which one of the following data classification methods attempts to place an equal number of data values in each class?
quantiles
80
New cards
Which one of the following is NOT an example of a thematic map?
a topographic map of Badlands National Park in South Dakota
81
New cards
What is meant by a map's visual hierarchy?
\ displaying features on a map to communicate their relative importance
82
New cards
What is most commonly used to graphically show the orientation of a map?
\ north arrow
83
New cards
What is cartographic generalization?
\ simplifying features so they can be represented on a small-scale map
84
New cards
A basic representation of spatial data refers to a __________.
map
85
New cards
The number of different fonts used on a map should not exceed __________.
two
86
New cards
Of the following file formats, which one can be used to import addresses into Google Earth Pro for geocoding?
csv
87
New cards
When a vehicle navigation device instructs a car's driver to follow a snowmobile trail or foot path to reach a destination, what is the most likely cause for the error?
\ an inaccurate network database
88
New cards
What is the term for a set of steps used to solve a problem?
algorithm
89
New cards
What is address parsing?
separating the components of an address
90
New cards
What does Google claim to do to protect individuals' privacy in its Street View imagery?
blur identifiable features in its images
91
New cards
How would a major multilane city street be represented in a GIS?
\ as multiple line segments
92
New cards
What is the term for destinations to visit on a network?
stops
93
New cards
In a GIS network, what does a junction represent?
a node
94
New cards
What is the term for the base network data used as the source for geocoding?
\ reference database
95
New cards
In a GIS network, what does an edge represent?
a line or link
96
New cards
What organization provides a Website to download free geospatial road network files for the United States?
Census Bureau
97
New cards
Of the following choices, which one has been developed to improve the accuracy of address matching?
using a point database to match the address to a parcel centroid
98
New cards
The number of units required to travel the length of a network's segment is known as the __________.
transit cost
99
New cards
How is linear interpolation used in geocoding?
\ to place a point at an approximate distance along a road segment
100
New cards
How can multiple addresses be geocoded at one time?