BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) Question Paper 2076 Nepal
This is the official BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) question paper for 2076, as set in the regular annual examination. It carries 80 full marks and a time allowance of 180 minutes, across 11 questions. On Kekkei you can attempt this Remote Sensing and GIS (IOE, CE 754) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) exam or solving previous years' question papers, this 2076 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt all questions.
Explain the electromagnetic (EM) spectrum as used in remote sensing and the concept of atmospheric windows. With the help of a labelled sketch, describe the major spectral regions (visible, near-infrared, thermal infrared, microwave) and state the principal civil-engineering application of each region.
A thermal sensor records radiant exitance from a road surface. Using Wien's displacement law, compute the wavelength of peak emission if the asphalt surface is at , and state in which spectral region this peak lies. Take Wien's constant .
1. The EM spectrum in remote sensing
Remote sensing relies on detecting electromagnetic energy that is reflected or emitted from the Earth's surface. The energy travels as waves characterised by wavelength and frequency , related by , where .
Labelled sketch (increasing wavelength to the right)
Gamma | X-ray | UV | VISIBLE | Near-IR | Mid-IR | Thermal-IR | Microwave | Radio
0.4um 0.7um 1.3um 3um 14um 1mm 1m
|<------ optical / reflective ------>|<-emissive->|<- radar ->|
Major spectral regions and civil applications
| Region | Wavelength | Source | Principal civil application |
|---|---|---|---|
| Visible (V) | 0.4-0.7 um | Reflected sunlight | Land-use mapping, water turbidity, base-map photo-interpretation |
| Near-infrared (NIR) | 0.7-1.3 um | Reflected sunlight | Vegetation health (NDVI), delineation of land/water for catchment & drainage works |
| Thermal-infrared (TIR) | 3-14 um | Emitted heat | Urban heat-island studies, detecting moisture/seepage in dams & pavements, asphalt condition |
| Microwave (radar) | 1 mm-1 m | Active (emitted by sensor) | All-weather DEM generation (InSAR), soil-moisture, flood-extent & landslide deformation monitoring |
Atmospheric windows
The atmosphere absorbs EM energy selectively (mainly via H2O, CO2, O3). The wavelength bands where transmission is high are called atmospheric windows; sensors are designed to operate within them. Major windows lie in the visible/NIR (0.4-1.3 um), several in the mid/thermal IR (3-5 um and 8-14 um), and a very wide window in the microwave region (> 2 cm), which is why radar is essentially all-weather.
2. Wien's displacement law calculation
Wien's law gives the wavelength of peak spectral exitance of a blackbody:
Given and :
The peak emission occurs at , which lies in the thermal-infrared region (8-14 um window). This confirms that a thermal sensor operating in the 8-14 um window is the correct choice for sensing emitted heat from a pavement at ambient road temperature.
Define the four types of resolution (spatial, spectral, radiometric, temporal) of a remote-sensing system and explain the trade-offs among them.
A pushbroom satellite sensor has a focal length , a detector pixel pitch , and flies at an orbital altitude . (a) Compute the Ground Sampling Distance (GSD) at nadir. (b) If the sensor digitizes the signal to 12 bits, how many grey levels can each pixel store, and what is this property called?
Four types of resolution
- Spatial resolution — the smallest ground area represented by one pixel (the GSD); governs how much fine detail can be seen.
- Spectral resolution — the number and width of wavelength bands the sensor records; finer (narrower, more) bands allow better material discrimination.
- Radiometric resolution — the number of digital quantisation levels (bit depth) used to record brightness; higher bit depth resolves subtle reflectance differences.
- Temporal resolution — the revisit interval, i.e. how often the same area is imaged; important for change-detection and disaster monitoring.
Trade-offs
For a fixed sensor/data-rate budget, improving one resolution usually degrades another. A small IFOV (fine spatial resolution) collects less energy per pixel, so to keep signal-to-noise acceptable the band must be widened (coarser spectral resolution) or dwell time increased. Higher radiometric and spectral resolution increase data volume, often forcing a narrower swath that lengthens the revisit time (coarser temporal resolution).
(a) Ground Sampling Distance
For a frame/pushbroom optical system the GSD at nadir follows from similar triangles:
Convert to consistent SI units: , , .
GSD = 0.91 m (i.e. about 0.91 m per pixel at nadir).
(b) Grey levels
For a 12-bit quantisation the number of discrete grey levels is:
Each pixel can store 4096 grey levels. This property is the sensor's radiometric resolution.
Describe the major steps of digital image processing in remote sensing under the headings: pre-processing, enhancement, and classification.
Then perform a linear contrast stretch on an 8-bit image whose actual pixel digital numbers (DN) occupy only the range 60 to 158. Give the transformation equation, and compute the stretched output DN for input values 60, 100 and 158. Show how the stretch improves contrast.
Major steps of digital image processing
1. Pre-processing (restoration): corrects sensor and platform-induced errors before analysis.
- Radiometric correction: removes striping, line dropout, sensor-gain errors and atmospheric haze; converts DN to radiance/reflectance.
- Geometric correction: removes distortions from Earth curvature, relief and platform attitude; includes georeferencing and resampling to a map projection.
2. Enhancement: improves visual interpretability without changing information content.
- Contrast stretching, density slicing, spatial filtering (smoothing/edge detection), band ratioing and principal component analysis.
3. Classification: assigns pixels to thematic land-cover classes.
- Supervised (training samples + maximum-likelihood / SVM) and unsupervised (clustering, e.g. ISODATA, K-means), followed by accuracy assessment.
Linear contrast stretch
The min-max linear stretch maps the input range onto the full display range :
Here , , so .
| Calculation | (rounded) | |
|---|---|---|
| 60 | 0 | |
| 100 | 104 | |
| 158 | 255 |
How contrast improves
Before stretching the data used only of the available 256 levels (about 38% of the dynamic range), so the image appeared flat and low-contrast. After stretching, the same scene spans the full 0-255 range; differences between adjacent features are spread over a wider brightness span, making edges and tonal variations far more distinguishable.
Stretched values: DN(60) = 0, DN(100) = 104, DN(158) = 255.
Compare and contrast the raster and vector data models used in GIS, covering data structure, storage, suitability and analytical strengths. Provide a labelled example of how a single road and a forest polygon would be represented in each model.
A raster layer covers an area of with a cell size of . (a) How many rows, columns and total cells does the grid contain? (b) If each cell stores an 8-bit value, what is the uncompressed file size in kilobytes (1 KB = 1024 bytes)?
Raster vs vector data models
| Aspect | Raster | Vector |
|---|---|---|
| Basic unit | Grid cell (pixel) with a value | Points, lines, polygons defined by (x,y) coordinates |
| Data structure | 2-D array; location implied by row/column | Coordinate lists + topology/attributes |
| Spatial accuracy | Limited by cell size; "stair-step" edges | High; smooth, exact boundaries |
| Storage | Large for fine cells (regular, but redundant) | Compact for discrete features |
| Best for | Continuous surfaces (elevation, temperature, satellite imagery), overlay & map algebra | Discrete features (roads, parcels, utilities), network analysis |
| Analytical strength | Map algebra, surface/terrain modelling, proximity | Topology, network routing, precise area/length |
Representation of a road and a forest polygon
VECTOR RASTER (R = road cell, F = forest cell, . = other)
Road = polyline: . . R . . .
(2,1)-(2,3)-(4,4) . . R . . .
Forest = polygon: . . R F F .
closed ring of vertices . . . F F .
. . . F F .
In vector the road is one line feature (an ordered vertex list) and the forest is one polygon (a closed ring); in raster both are approximated by sets of coded cells.
(a) Grid dimensions
Area = 4 km (E-W) x 3 km (N-S), cell size = 20 m.
- Columns = columns
- Rows = rows
- Total cells = cells
(b) Uncompressed file size
Each cell = 8 bits = 1 byte.
Grid = 150 rows x 200 columns = 30,000 cells; uncompressed size = 30,000 bytes ≈ 29.30 KB.
Explain the working principle of the Global Positioning System (GPS), covering its three segments and the concept of trilateration. Why are a minimum of four satellites required for a 3-D position fix?
A GPS receiver measures the travel time of a signal from a satellite as . (a) Compute the pseudorange (distance) to the satellite, taking the speed of EM propagation . (b) Briefly define Dilution of Precision (DOP) and state whether a low or high DOP value is desirable.
Working principle of GPS
GPS is a satellite-based positioning system organised in three segments:
- Space segment — a constellation of ≥ 24 satellites in ~20,200 km medium Earth orbit, each broadcasting coded timing signals and ephemeris data.
- Control segment — ground monitoring/master control stations that track the satellites, compute orbit/clock corrections and upload them.
- User segment — the receivers that decode signals and compute position, velocity and time.
Trilateration
The receiver measures the distance to each satellite from the signal travel time (). One distance defines a sphere of possible positions around the satellite. The intersection of three spheres narrows the position to (generally) two points, one of which is rejected as non-physical (off the Earth). This geometric method of fixing position from multiple known distances is trilateration.
Why four satellites?
Three satellites suffice for the three unknowns of position (). However, the inexpensive receiver clock is not perfectly synchronised with the atomic satellite clocks, introducing a fourth unknown — the receiver clock bias (). A fourth satellite provides the extra equation needed to solve simultaneously for and . That is why the measured ranges are called pseudoranges (range plus clock-bias error) and why four satellites are the minimum for a 3-D fix.
(a) Pseudorange
Pseudorange d = 2.1 × 10⁷ m = 21,000 km. (This is consistent with the ~20,200 km GPS orbit altitude plus slant range.)
(b) Dilution of Precision (DOP)
DOP is a dimensionless number describing how the geometric arrangement of the satellites amplifies measurement error into position error: . Satellites spread widely across the sky give strong geometry and a low DOP; satellites clustered together give weak geometry and a high DOP.
A low DOP value is desirable because it corresponds to better satellite geometry and a more accurate position fix.
Section B: Short Answer Questions
Attempt all questions.
Define the Normalized Difference Vegetation Index (NDVI) and give its formula and theoretical value range. A pixel over agricultural land records a red-band reflectance of and a near-infrared reflectance of . Compute the NDVI and interpret what it indicates about the surface.
NDVI
NDVI exploits the contrast between strong chlorophyll absorption in the red band and strong leaf-mesophyll scattering (high reflectance) in the near-infrared (NIR) band. It is defined as:
The index is bounded in the range −1 to +1. Healthy, dense vegetation gives high positive values (~0.6-0.9); bare soil gives low positive values (~0.1-0.2); water and clouds typically give values around 0 or negative.
Calculation
Given and :
Interpretation
NDVI ≈ 0.73. This high positive value indicates dense, healthy, photosynthetically active vegetation — consistent with a well-grown agricultural crop. The large NIR/red contrast confirms vigorous green biomass rather than bare soil or stressed plants.
An image classification is validated against ground-truth reference points, producing the following error (confusion) matrix for three classes. Compute (a) the overall accuracy, and (b) the producer's accuracy and user's accuracy for the Forest class.
| Classified \ Reference | Water | Forest | Urban | Row total |
|---|---|---|---|---|
| Water | 45 | 3 | 2 | 50 |
| Forest | 4 | 70 | 6 | 80 |
| Urban | 1 | 7 | 62 | 70 |
| Col total | 50 | 80 | 70 | 200 |
(a) Overall accuracy
Overall accuracy = (sum of diagonal correctly classified pixels) / (total reference pixels):
Overall accuracy = 88.5%.
(b) Forest-class accuracies
For the Forest class: diagonal (correct) = 70, classified-as-Forest row total = 80, reference Forest column total = 80.
Producer's accuracy (omission viewpoint — of all true Forest points, how many were correctly mapped):
User's accuracy (commission viewpoint — of all points mapped as Forest, how many are truly Forest):
Producer's accuracy (Forest) = 87.5%; User's accuracy (Forest) = 87.5%. (Here both equal 87.5% only because the Forest row and column totals happen to be identical at 80; in general they differ.)
Explain buffer analysis and overlay analysis in GIS and give one civil-engineering use of each. A proposed highway is represented as a straight line segment 5 km long. A 30 m no-construction buffer is to be applied on both sides of the centreline. Compute the total ground area (in hectares) of the buffer corridor, ignoring the rounded end-caps.
Buffer analysis
A buffer creates a zone of a specified distance around point, line or polygon features. It answers proximity questions such as "what lies within X metres of this feature?". Civil use: defining right-of-way / setback corridors along roads, rivers or transmission lines, or protection zones around water-supply intakes.
Overlay analysis
Overlay combines two or more spatial layers to create new features and attributes, using operations such as union, intersect, and clip (vector) or map algebra (raster). Civil use: site suitability analysis — overlaying slope, land-use, soil and proximity layers to select a suitable site for a landfill, reservoir or building.
Buffer corridor area
The corridor is a rectangle: length = centreline length, width = buffer on both sides.
- Length
- Width (both sides)
Convert to hectares ():
Buffer corridor area = 30 hectares.
Define a Digital Elevation Model (DEM) and list two methods of generating one. From the following window of a DEM (cell size = 30 m, elevations in metres), compute the slope (in degrees) at the centre cell using the simple maximum elevation-difference / neighbourhood approach, i.e. the steepest descent to an adjacent cell.
1250 1262 1271
1248 1255 1268
1240 1247 1259
Digital Elevation Model
A DEM is a raster representation of the bare-earth terrain surface, where each cell stores a ground elevation value. (When surface features such as buildings and trees are included it is a Digital Surface Model, DSM.)
Two methods of generation:
- Stereo-photogrammetry / stereo satellite imagery (e.g. parallax from overlapping stereo pairs).
- Active sensing — LiDAR or radar interferometry (InSAR); also ground survey / digitised contours interpolated to a grid.
Slope at the centre cell (steepest adjacent drop)
Centre elevation . The 8 neighbours and their elevation differences (, positive = downhill) are:
| Neighbour | Elev (m) | Drop from centre (m) | Horizontal distance (m) |
|---|---|---|---|
| NW 1250 | 1250 | 5 | |
| N 1262 | 1262 | −7 (uphill) | 30 |
| NE 1271 | 1271 | −16 (uphill) | 42.43 |
| W 1248 | 1248 | 7 | 30 |
| E 1268 | 1268 | −13 (uphill) | 30 |
| SW 1240 | 1240 | 15 | 42.43 |
| S 1247 | 1247 | 8 | 30 |
| SE 1259 | 1259 | −4 (uphill) | 42.43 |
Slope to each downhill neighbour = drop / horizontal distance. The candidates:
- W:
- S:
- SW: ← steepest
- NW:
The maximum gradient is toward the SW cell:
Slope at the centre cell ≈ 19.5° (steepest descent toward the south-west neighbour).
List the basic elements of visual image interpretation. A vertical aerial photograph is taken with a camera of focal length from a flying height of above the terrain. (a) Compute the representative-fraction scale of the photograph. (b) If a straight road measures on the photo, what is its true ground length in metres?
Elements of visual image interpretation
The standard elements are: tone/colour, shape, size, pattern, texture, shadow, site/association, and height/depth (stereo). An interpreter combines these clues to identify and delineate features.
(a) Photo scale
For a vertical photograph over flat terrain the scale is:
Check: .
Scale = 1 : 15,000.
(b) True ground length of the road
Ground distance = photo distance / scale = photo distance × scale denominator:
True ground length of the road = 1260 m (1.26 km).
Discuss the application of integrated Remote Sensing and GIS in civil engineering, with specific reference to the Nepalese context. Cover at least four application areas (e.g. landslide/flood hazard mapping, watershed and water-resource planning, infrastructure/route alignment, and land-use/urban planning), explaining the role of each technology.
Integrated RS and GIS in civil engineering (Nepalese context)
Remote sensing supplies up-to-date spatial data (imagery, DEMs, change detection) over large and often inaccessible terrain; GIS stores, integrates, analyses and models that data with other layers to support decisions. In Nepal's rugged, hazard-prone geography the combination is especially valuable.
1. Landslide and flood hazard mapping — RS provides multitemporal imagery and DEMs to map slope, aspect, lineaments, land cover and rainfall-triggered changes; GIS overlays these factors (weighted overlay / AHP) to produce hazard-susceptibility maps. Critical in the mid-hills and for GLOF/flood risk in river basins such as the Koshi and Karnali.
2. Watershed and water-resource planning — DEM-derived drainage networks, catchment delineation and slope analysis in GIS support hydropower siting, irrigation command-area planning and soil-erosion (RUSLE) modelling, which is central to Nepal's hydropower-driven development.
3. Infrastructure and route (road/transmission) alignment — RS imagery and DEMs feed GIS least-cost-path and corridor analysis to select road and transmission-line alignments that minimise cut/fill, avoid unstable slopes and reduce land acquisition — important for strategic and rural road networks in difficult terrain.
4. Land-use / urban planning — classified satellite imagery monitors urban sprawl (e.g. Kathmandu Valley), encroachment and land-cover change; GIS supports zoning, utility planning, cadastre and earthquake-risk-sensitive land-use planning following the 2015 Gorkha earthquake.
Role summary: Remote sensing is the primary data-acquisition tool (synoptic, repetitive, all-terrain coverage); GIS is the integration, analysis and decision-support platform. Together they enable faster, cheaper and more objective planning, monitoring and disaster response than ground survey alone.
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) question paper 2076?
- The full BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) 2076 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
- Does the Remote Sensing and GIS (IOE, CE 754) 2076 paper come with solutions?
- Yes. Every question on this Remote Sensing and GIS (IOE, CE 754) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
- How many marks is the BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) 2076 paper?
- The BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) 2076 paper carries 80 full marks and is meant to be completed in 180 minutes, across 11 questions.
- Is practising this Remote Sensing and GIS (IOE, CE 754) past paper free?
- Yes — reading and attempting this Remote Sensing and GIS (IOE, CE 754) past paper on Kekkei is completely free.