Geography
Cartography and Geospatial Analysis
3,054 Questions
Cartography and geospatial analysis questions cover thematic maps, geographical information systems, and spatial modeling techniques. These concepts are essential for geography optional papers and general studies in UPSC and state PSC exams. Solve these questions to build a strong foundation in map reading and digital spatial analysis.
Thematic map elementsGIS analysis techniquesSpatial modeling conceptsLand use mappingMap accuracy factorsBehavioral geography trends
Cartography and Geospatial Analysis Questions
-
Piri Reis map
-
Ptolemy world map
-
Fra Mauro world map
-
Cantino world map
B
Correct answer
Explanation
The Ptolemy world map was based on Claudius Ptolemy's 'Geographia' (c. 150 AD), which compiled geographical knowledge with coordinates for over 8,000 locations. His work introduced the concepts of latitude and longitude and map projections, remaining the most authoritative geographical reference until the Renaissance, despite its inaccuracies and missing regions.
-
Geographical features
-
Geological features
-
Territorial boundaries
-
Elevations
C
Correct answer
Explanation
Political maps display territorial boundaries between countries, states, provinces, and other political entities. Unlike physical maps (showing landforms) or geological maps (showing rock structures), political maps emphasize human-drawn borders and administrative divisions, often using different colors for different countries but providing minimal topographic detail.
B
Correct answer
Explanation
Clustering, scatter graphs, decision trees, and histograms are general data visualization and data mining techniques used in statistical analysis. GIS (Geographical Information Systems) specifically deals with spatial/geographical data mapping and visualization, which these techniques are not exclusively part of.
B
Correct answer
Explanation
GIS primarily uses map-based visualizations like choropleth maps, dot density maps, and flow maps. Clustering is an analytical technique, not a visualization type. Decision trees are machine learning models used for classification, not GIS-specific visualizations. Histograms are general statistical charts, not uniquely GIS visualizations.
-
A vector of arrays for a 2D geographic representation
-
A class for containing unique array elements
-
A class for containing unique vector elements
-
An interface that ensures that implementing classes cannot contain duplicate keys
D
Correct answer
Explanation
A Java Map is an interface that maps keys to values, with the requirement that keys must be unique - no duplicate keys are allowed. It is not related to geographic representation (A), or containing unique elements in vectors or arrays (B, C). The Map interface's fundamental contract is that each key can map to at most one value, making duplicate keys impossible.
-
Map Class
-
Location Class
-
Area Class
-
All of the above
B
Correct answer
Explanation
In classic mobile platforms like Java ME (JSR-179) and general location APIs, the class representing a location sensed at a specific time is named Location. Map and Area classes represent different visualization and boundary concepts respectively.
-
Remote Sensing and Buffering
-
Raster, Vector and Remote Sensing
-
Raster and Vector
-
Raster and pixel data
C
Correct answer
Explanation
GIS (Geographic Information Systems) uses two fundamental data types: Raster data (grid-based, like satellite imagery) and Vector data (coordinate-based, representing points, lines, and polygons). Remote Sensing is a data collection method that produces raster data, not a data type itself. Buffering is an analysis operation, not a data type.
-
to visualize information
-
to find out where something is
-
to compare information
-
all of the above
D
Correct answer
Explanation
GIS maps serve multiple purposes: they visualize data spatially (A), locate specific features (B), and enable comparison of different spatial datasets (C). Since all three individual functions are core uses of GIS, 'all of the above' (D) is the comprehensive correct answer.
-
Azimuthal
-
Cylindrical
-
Geographic
-
Conic
C
Correct answer
Explanation
The three main families of map projections are planar (azimuthal), cylindrical, and conic - all based on projecting onto different geometric surfaces. 'Geographic' is not a projection type; it refers to the coordinate system (lat/long) used, not the projection method itself.
-
a single piece of data
-
any large collection of geographic data
-
all of the census data for a particular year
-
an attempt to accurately measure the shape of the earth's surface and locations on that surface, either locally or globally
D
Correct answer
Explanation
A geodetic datum is a reference system that defines the Earth's shape (ellipsoid) and anchors coordinate positions to the surface. It's not a single data point (A), a collection (B), or census data (C) - those are just data, not the reference framework itself.
-
If sketch is drawn to a particular scale
-
If the sketch is drawn to a scale and has direction (north arrow)
-
If the sketch has direction and proper symbology (legend)
-
If the sketch has direction, symbology and drawn to a particular scale
D
Correct answer
Explanation
A sketch becomes a map when it has three formal elements: scale (so distances are measurable), direction (north arrow for orientation), and symbology (legend explaining what symbols mean). All three are required - a drawing missing any of these remains a sketch, not a proper map.
-
Making Measurements to determine the position of points
-
Determines the geometric properties of objects using aerial photographs
-
Links Spatial and Non Spatial data for Decision making
-
All the above
C
Correct answer
Explanation
GIS's core function is integrating spatial data (maps, locations) with non-spatial data (attributes, statistics) to support decision-making. Surveying (A) is about measurement, photogrammetry (B) uses aerial photos to determine geometry, and GIS is not about doing 'all the above' - it has a specific purpose.
-
Links Spatial and Non Spatial data for Decision Making
-
Navigation Satellite System to know your location
-
Satellite images to acquire information about an object without any physical contact with it
-
All the above
B
Correct answer
Explanation
GPS is a satellite-based navigation system that provides location and time information anywhere on Earth. Option A describes GIS (Geographic Information System), which integrates spatial and non-spatial data for analysis. Option C describes remote sensing, which involves collecting data without physical contact. GPS is specifically for determining position through satellite signals.
-
Symbolic map
-
Static map
-
Physical map
-
Dynamic Map
-
monitoring from the same data center
-
monitoring from nodes specific to the geography
-
monitoring from nodes across the world
-
All the above
B
Correct answer
Explanation
For an internet application with a target audience in a specific geography, monitoring from nodes within that geography provides the most accurate representation of actual user experience. This captures realistic network conditions, latency, and performance that real users would encounter. Option A (same datacenter) gives optimistic results missing real-world network delays. Option C (worldwide nodes) includes irrelevant geographies and wastes resources monitoring regions where no users exist.