GIS 205 Midterm

  1. What kinds of models are there (4 pairs of types)?
    • Descriptive vs. prescriptive
    • Deterministic vs. stochastic
    • Static vs. dynamic
    • Deductive vs. inductive
  2. In GIS, what 2 things does geometric transformation include?
    • Map-to-map transformation
    • Image-to-map transformation
  3. As a rule, what type of transformation should be used for map-to-map or image-to-map transformations?



    C. Affine
  4. True or false: equiarea transformations preserve both shape and size.
    A. True
    B. False
    A. True
  5. What does a similarity transformation preserve?



    D. Shape
  6. What do affine transformations preserve?



    D. Parallelism of lines
  7. Which type of transformation allows both angular and length distortions?



    D. Projective
  8. Which of the following do affine transformations permit?
    I. Rotation
    II. Translation
    III. Skew
    IV. Differential scaling.



    D. All of the above.
  9. What does Root Mean Square error measure?
    The acceptability of the 6 coefficients, as estimated from the control points, following a transformation.
  10. What are the 3 common resampling methods?
    • Nearest neighbor
    • Bilinear interpolation
    • Cubic convolution
  11. Which resampling method fills each pixel of the new image with the nearest pixel value from the original image?



    C. Nearest neighbor
  12. Which resampling method uses the average of the 4 nearest pixel values from 3 linear interpolations?



    D. Bilinear interpolation
  13. Which resampling method uses the average of the 16 nearest pixel values from 5 cubic polynomial interpolations?



    B. Cubic convolution
  14. With nearest-neighbor analysis, what value must R have for the spatial features to be considered clustered?



    B. Less than 1
  15. Spatial autocorrelation determines the relationship among values of a variable according to which of the following?



    A. Both
  16. With Moran's I, there is less spatial correlation if



    D. Moran's I < E(I)
  17. What does z-score measure?
    The distance between the raw score and the population mean.
  18. What units does z-score use?
    Standard deviations.
  19. What does LISA stand for?
    Local Indicators of Spatial Association; A local version of Moran's I, this method calculates the z-score for each feature. A more negative Z means that the feature is is adjacent to dis-similar features; a more positive Z means that the feature is adjacent to similar features.
  20. With G-statistic, what does a high G(d) mean?



    A. A cluster of high values.
  21. What is the difference between local and global interpolation methods?
    Local methods apply a single mathematical function repeatedly to small subsets of the total set of observed data. Global methods apply a single mathematical function to all observed data points; this generally produces smooth surfaces.
  22. What is the difference between exact and approximate interpolation methods?
    Exact methods honor all observed points for which data are available, without smoothing or altering their values. This is most appropriate if there is a high degree of certainty attached to the measurements made at the points. Approximate methods do not have to honor all the observed data points; they can smooth the points to fit the general trend; most appropriate when there is uncertainty surrounding the measurements made at the sample points.
  23. What is the difference between deterministic and stochastic interpolation methods?
    Deterministic methods are used when there is sufficient knowledge about the surface being modeled for its character to be described as a mathematical function; stochastic methods are used to handle uncertainty--random variation in the interpolated surface.
  24. Apart from local vs. global, gradual vs. abrupt, deterministic vs. stochastic, what other classifications of interpolation methods are there?



    B. Exact vs. approximate
  25. What is kurtosis?
    Kurtosis is a measure of the "peakedness" of the probability distribution of a real-valued random variable. High kurtosis means that the "bell curve" has a sharper peak and longer, thicker tails, while low kurtosis means a more rounded peak and shorter, thinner tails.
  26. What is skewness?
    Skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable. A negative skew means that the tail on the left side is longer than on the right and the bulk of the values lie to the right of the mean. A positive skew means a longer tail on the right side and the bulk of the values to the left of the mean. Zero skewness implies a more-or-less symmetrical distribution.
  27. What is the difference between the standard line and the central line?
    Central lines are the central parallel and the central meridian; toghether, they define the origin of a map projection. The standard line is the line of tangency between the map and the globe; it has no distortion and has the same scale as the reference globe.
  28. What 3 things make up a datum?
    • Origin
    • Spheroid
    • Separation of the spheroid and the Earth at the origin.
  29. Why is the datum important?
    It serves as the reference or base for calculating the geographic coordinates of a location.
  30. What spheroid was used for NAD27?
    The Clarke 1866 spheroid.
  31. What spheroid is the basis for NAD83?
    GRS80
  32. What is the scale factor of each UTM zone at its central meridian?
    0.9996
  33. What is the latitude of origin of each UTM zone?
    The equator.
  34. What is the scale factor?
    The normalized local scale, or the ratio of the local scale to the principal scale.
  35. What is the principal scale?
    The scale of the reference globe.
  36. What determines the center of a map projection?



    B. The central lines
  37. What is the topological relationship of connectivity?



    D. Arcs connect to each other at nodes
  38. What is the topological relationship of contiguity?



    B. Arcs have directions and left and right polygons
  39. What is the topological relationship of area definition?



    A. An area is defined by a series of connected arcs
  40. What are 2 advantages of topology-based coverages?
    Because a shared or common boundary between 2 polygons is stored in the arc-coordinate list once, the number of data entries is reduced, and it is easier to update the polygons.
  41. What is the main advantage of using
    non-topological vector data such as shapefiles?
    They can display more rapidly on the computer monitor than topology-based data, and they are non-proprietary.
  42. What does the data structure of a TIN include, apart from the triangle number and data files showing the lists of points, edges, and the x, y, and z values of each elevation point?
    The number of each adjacent triangle.
  43. What are 2 differences between the simple polygon model and the regions model?
    • Regions can have spatially joint or disjoint areas; polygons cannot.
    • Regions may overlap; polygons cannot.
  44. What is encapsulation?



    C. A principle used in object-oriented technology to hide the properties and methods of an object so that the object can be accessed only through the predefined interfaces
  45. What is a feature class?
    A data set that stores features of the same geometry type in a geodatabase.
  46. What is a feature dataset?
    A collection of feature classes in a geodatabase that share the same coordinate system and area extent.
  47. True or false: TIGER data are topology-based.
    A. True
    B. False
    A. True
  48. What does instantiation mean?
    It means that an object of a class can be created from an object of another class.
  49. What file extensions do personal geodatabases have?



    B. .mdb
  50. What file extensions do file geodatabases have?



    D. .gdb
  51. What is a digitized image in which the displacement caused by camera tilt and terrain relief has been removed from an aerial photograph?
    A digital orthophoto quad (DOQ).
  52. What is a DRG?
    A Digital Raster Graphic (a scanned image of a USGS topographic map).
  53. True or false: a raster with a smaller cell size has a coarser (lower) resolution than one with a larger cell size.
    A. True
    B. False
    B. False
  54. True or false: The origin of rows and columns in a grid is usually in the upper-left corner of the raster.
    A. True
    B. False
    A. True
  55. What is the difference between a deterministic model and a stochastic model?
    A stochastic model considers the presence of some randomness in one or more of its parameters or variables, but a deterministic model does not.
  56. What are the 3 steps of the modeling process?
    • 1. Define the goals of the model.
    • 2. Break the model down into elements and define each element's properties and the interactions between each element in the form of a diagram.
    • 3. Implement and calibrate the model
  57. In the context of GIS, what does loose coupling mean?
    It means the linking of a GIS to other computer programs through the transfer of data files.
  58. What are the 3 steps for setting up the weighed linear combination method?
    • 1. Evaluate the relative importance of each criterion against other criteria.
    • 2. Standardize the data for each criterion.
    • 3. Calculate the index value for each unit area by summing the weighted criterion values and dividing the sum by the total of the weights.
  59. A model that offers prediction of what the conditions of geospatial data could be or should be is called a _________ model.



    A. Prescriptive
  60. What is pyramiding?
    A common technique for displaying large raster data sets that uses resampling at different levels to produce the output raster.
  61. Why does resampling of pixel values have to be performed following an image-to-map transformation?
    In order to fill each pixel of the transformed image with a value derived from the original image.
  62. Which transformation method is most commonly used in GIS?



    A. Affine
  63. Which resampling method is the most complex computationally?
    Cubic convolution
  64. Which resampling method usually results in the smoothest output?
    Cubic convolution
  65. Which resampling method is recommended for resampling categorical data?
    Nearest neighbor
  66. A link table used in ArcMap for georeferencing shows X Source, Y Source, X Map, and Y Map. Which pair represents the estimated location of the control point?
    X Source and Y Source
  67. True or False: In ArcMap, resampling of pixel values is included as part of the rectification process.
    A. True
    B. False
    A. True
  68. How many variables can be displayed in a bubble plot?



    C. 3
  69. What is the point-in-polygon operation?
    An overlay operation in which the same point features in the input layer are included in the output but each point is assigned the attributes of the polygon in which it falls.
  70. What is the difference between erase and eliminate?
    Eliminate creates a new layer by removing features that meet a user-defined query expression, whereas erase removes features from the input layer.
  71. Which overlay method uses the Boolean operation of AND?



    C. Intersect
  72. Which overlay method combines the area extents from both input maps?



    A. Union
  73. Which overlay method uses the Boolean OR connector?



    C. Union
  74. If both a spatial query and an attribute query are to be performed, which one should be performed first?
    The spatial query
  75. In raster data analysis, what is a zone?
    A group of cells of same values or like features.
  76. What are 3 methods for specifying area extent for raster analysis?
    • Union
    • Intersect
    • Analysis mask
  77. Which local operation can assign a unique output value to each unique combination of cell values from multiple rasters?
    Combine
  78. True or false: "No data" is the same as zero in raster operations.
    A. True
    B. False
    B. False
  79. Describe two methods of selecting control points after the number of control points has been determined.
    • 1. Use the closest known points to the point to be estimated.
    • 2. Select known points within a circle, the size of which depends on the sample size.
  80. How is semivariance a measure of spatial dependence?
    If spatial dependence exists in a data set, known points that are close to each other have small semivariances; points that are farther apart have larger semivariances.
  81. In kriging, what is a nugget?
    The semivariance value at the distance 0 in a semivariogram.
  82. In kriging, what is range?
    The distance at which the semivariance starts to level off in a semivariogram.
  83. In kriging, what is a sill?
    The semivariance at which the leveling starts in a semivariogram.
  84. In kriging, what is a partial sill?
    The difference between the sill and the nugget in a semivariogram.
  85. How is Delaunay triangulation related to Thiessen polygons?
    Delaunay triangulation is often used to prepare Thiessen polygons. It ensures that each known point is connected to its nearest neighbors, and that the resulting triangles are as equilateral as possible. Once this is done, Thiessen polygons can be constructed by connecting lines drawn perpendicular to the sides of each triangle at their midpoints.
  86. What is the difference between universal kriging and ordinary kriging?
    Ordinary kriging assumes the absence of a drift and focuses on the spatially correlated component and uses the fitted semivariogram directly for interpolation. Universal kriging, however, assumes that the spatial variation in z values has a drift or a trend in addition to the spatial correlation between the sample points. In the first-order polynomial, M = b1xi + b2yi, M is the drift, xi and yi are the coordinates of the sampled point i, and b1 and b2 are the drift coefficients.
  87. For what 2 reasons are polynomials of a higher order than the second generally not recommended for kriging?
    • Too little variation in the resdiuals for assessing uncertainty.
    • More bi coefficients, which must be estimated along with the weights, and thus a larger set of simultaneous equations to be solved.
  88. What is an example of a stochastic interpolation method?
    Kriging
Author
dtarasov
ID
138265
Card Set
GIS 205 Midterm
Description
3-dimensional analysis midterm study guide.
Updated