GISP - Geographic Information Systems Professional Conceptual Foundations Questions and Answers — Questions and Answers
Question 1: A GIS analyst is tasked with creating a map for a country that is wide in the east-west direction and narrow in the north-south direction, such as Russia or the United States. To minimize distortion of area for a thematic map, which map projection family would be the most appropriate choice?
- Azimuthal
- Conic (Correct answer)
- Cylindrical
- Transverse Cylindrical
Correct answer: Conic
Conic projections are well-suited for mid-latitude areas with a greater east-west than north-south extent. They are generated by projecting a spherical surface onto a cone, which can then be unrolled into a flat map. This method effectively minimizes distortion along the standard parallels, making it ideal for mapping large countries like the United States or Russia.
Question 2: Which of the following statements most accurately describes the concept of topology in a GIS context?
- It refers to the process of converting data from a raster to a vector format.
- It is the system of rules that defines the geometric properties of individual features, such as the number of vertices in a polygon.
- It describes the spatial relationships between connecting or adjacent features, such as connectivity and adjacency, independent of their coordinates. (Correct answer)
- It is the process of assigning a coordinate system and datum to a dataset.
Correct answer: It describes the spatial relationships between connecting or adjacent features, such as connectivity and adjacency, independent of their coordinates.
Topology in GIS is fundamentally about the spatial relationships between features. It doesn't concern the specific coordinates (geometry) but rather how features are connected (connectivity), next to each other (adjacency), or contained within each other (containment). These rules are crucial for ensuring data quality and performing complex spatial analysis.
Question 3: A local government agency has historical parcel data created using the NAD27 datum and new subdivision data collected using GPS, which references the WGS84 datum. When these datasets are overlaid in a GIS, a noticeable and consistent shift is observed between the old and new parcels. What is the most likely cause of this discrepancy?
- The datasets are stored in different file formats.
- An incorrect map projection was applied to both datasets.
- The use of different geodetic datums (NAD27 and WGS84) which have different origins and spheroids. (Correct answer)
- The scale of the historical parcel data is inaccurate.
Correct answer: The use of different geodetic datums (NAD27 and WGS84) which have different origins and spheroids.
Geodetic datums define the reference frame for measuring locations on Earth. NAD27 is a local datum centered in North America, while WGS84 is a global, Earth-centered (geocentric) datum. Because they use different spheroids and origin points, coordinates for the same location will differ between them. Overlying data from different datums without a proper datum transformation will result in a systematic spatial shift.
Question 4: Which spatial data model is generally better suited for representing continuous phenomena, such as elevation, temperature, or precipitation?
- Vector
- Topological
- Raster (Correct answer)
- Network
Correct answer: Raster
The raster data model represents the world as a grid of equally sized cells, with each cell containing a value. This structure is ideal for representing continuous surfaces where a value exists at every location, such as elevation (a DEM), temperature gradients, or satellite imagery.
Question 5: A GIS user downloads a shapefile of rivers but finds no information about the data's source, collection date, coordinate system, or attribute definitions. The absence of which crucial component makes it difficult to assess the dataset's fitness for use?
- Symbology layer file
- Topology rules
- Geometric network
- Metadata (Correct answer)
Correct answer: Metadata
Metadata is 'data about data' and provides essential context for a dataset. It answers the 'who, what, when, where, why, and how' questions, including details on the source, accuracy, coordinate system, and attributes. Without metadata, a user cannot properly evaluate if the data is appropriate, current, or accurate enough for their specific application.
Question 6: The process of transforming coordinates from a three-dimensional model of the Earth (like a spheroid) to a two-dimensional flat surface is known as:
- Georeferencing
- Map Projection (Correct answer)
- Datum Transformation
- Geocoding
Correct answer: Map Projection
A map projection is a mathematical process used to represent the curved surface of the Earth on a flat map. This transformation inevitably introduces distortion in properties like area, shape, distance, or direction. Georeferencing aligns an image to a coordinate system, a datum transformation changes coordinates from one datum to another, and geocoding converts addresses into coordinates.
A GIS analyst is tasked with creating a map for a country that is wide in the east-west direction and narrow in the north-south direction, such as Russia or the United States.
To minimize distortion of area for a thematic map, which map projection family would be the most appropriate choice?