BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) Question Paper 2077 Nepal
This is the official BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) question paper for 2077, 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 2077 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt all questions.
Explain the principle of electromagnetic (EM) remote sensing with the help of a labelled energy-flow diagram identifying the major components of an ideal remote sensing system. Describe the main regions of the EM spectrum used in remote sensing and the concept of atmospheric windows.
A blackbody behaves approximately like the Sun at and like the Earth's surface at . Using Wien's displacement law, compute the wavelength of peak spectral radiance for each and state which spectral region (reflective or thermal) is appropriate for sensing each source.
Principle of EM remote sensing
Remote sensing is the acquisition of information about an object or phenomenon without physical contact, by detecting and recording reflected or emitted electromagnetic energy. The Sun (or an active sensor) illuminates a target; the target reflects/emits energy that travels back through the atmosphere to a sensor, which records it as an image. The data are then transmitted, processed, interpreted and applied.
Energy-flow diagram (components A–G)
(A) Energy Source (Sun)
| incident radiation
v
(B) Atmosphere <-- scattering/absorption
|
v
(C) Target / Earth surface --(D) reflected/emitted energy-->
| |
v v
(B) Atmosphere again (E) Sensor / Platform (records)
|
v
(F) Transmission, Reception, Processing
|
v
(G) Interpretation & Application
- A Energy source, B Radiation & the atmosphere, C Interaction with the target, D Recording of energy by the sensor, E Transmission/reception/processing, F Interpretation & analysis, G Application.
Major EM spectral regions in remote sensing
| Region | Wavelength | Typical use |
|---|---|---|
| Visible | 0.4–0.7 µm | Natural-colour imaging, vegetation, water |
| Near-IR (NIR) | 0.7–1.3 µm | Vegetation vigour, biomass |
| Shortwave-IR (SWIR) | 1.3–3 µm | Soil/rock moisture, minerals |
| Thermal-IR (TIR) | 3–14 µm | Surface temperature, thermal mapping |
| Microwave | 1 mm–1 m | Radar, all-weather, soil moisture |
Atmospheric windows
The atmosphere absorbs EM energy strongly in certain bands (mainly due to , , ). Wavelength ranges where transmission is high are called atmospheric windows (e.g. 0.4–2.5 µm, 3–5 µm, 8–14 µm, and the microwave region). Sensors are designed to operate within these windows.
Wien's displacement law
Sun ( K):
This lies in the visible/reflective region, so solar energy is sensed in the reflective (visible–SWIR) bands.
Earth ( K):
This lies in the thermal-IR (8–14 µm) region, so the Earth's emitted energy is best sensed by thermal sensors.
Conclusion: Hot sources (Sun) peak in the reflective region; ambient terrestrial sources peak in the thermal region — this is why remote sensing distinguishes reflective bands from emissive (thermal) bands.
Define the four types of resolution (spatial, spectral, radiometric, temporal) of a satellite sensor with one example each.
A pushbroom sensor on a sun-synchronous satellite orbits at an altitude of and has a total field of view of . (a) Compute the ground swath width. (b) If the linear CCD array has detector elements imaging the full swath, compute the nominal ground sample distance (GSD) at nadir. (c) The sensor quantizes radiance to bits per pixel. State the number of grey levels and the dynamic range in decibels.
Four types of resolution
- Spatial resolution — smallest ground feature distinguishable; pixel size on the ground (e.g. Landsat-8 OLI = 30 m).
- Spectral resolution — number and width of wavelength bands recorded (e.g. hyperspectral Hyperion = 220 narrow bands).
- Radiometric resolution — number of brightness levels (bit depth) the sensor records (e.g. Landsat-8 = 12-bit = 4096 levels).
- Temporal resolution — revisit interval over the same area (e.g. Landsat = 16 days; MODIS ≈ 1 day).
(a) Swath width
For a symmetric field of view at altitude (flat-Earth approximation):
(b) Ground sample distance (GSD)
(At nadir the GSD is slightly finer than the cross-track average; this is the nominal value.)
(c) Radiometric quantization
- Grey levels levels (0–255).
- Dynamic range in dB:
Summary: Swath ≈ 185.6 km, GSD ≈ 30.9 m, 256 grey levels, ~48 dB dynamic range.
Distinguish between image enhancement and image classification. Explain linear contrast stretching with a worked example.
(a) A multispectral image has Red and NIR digital numbers for a vegetated pixel of and . Compute the NDVI and interpret the value. (b) For an 8-bit image whose actual DN values range only from to , derive the linear (min–max) contrast-stretch transformation and compute the output DN for an input DN of .
Enhancement vs classification
- Image enhancement improves the visual interpretability of an image (contrast stretch, filtering, ratioing). It does not assign meaning to pixels — output is still an image.
- Image classification assigns each pixel to a thematic class (water, forest, urban…) using spectral signatures (supervised/unsupervised). Output is a thematic map.
Linear contrast stretching (concept)
Raw sensor data often occupy a narrow DN range, giving low-contrast images. A linear stretch maps the input range to the full display range :
(a) NDVI
Interpretation: NDVI ranges from −1 to +1. A value of 0.60 indicates dense, healthy green vegetation (high NIR reflectance, strong red absorption by chlorophyll).
(b) Min–max linear stretch
Given , , range .
For :
Check: input 40 → 0, input 168 → 255, confirming the full range is used.
Compare the raster and vector data models in GIS in terms of structure, storage, and suitability for analysis (give at least four points of comparison).
A raster layer covers an area of with a cell size of . (a) Compute the number of rows, columns and total cells. (b) If each cell stores one 16-bit value and the file is uncompressed, compute the raw storage size in megabytes (use bytes). (c) Briefly explain how run-length encoding could reduce this size.
Raster vs vector
| Aspect | Raster | Vector |
|---|---|---|
| Structure | Grid of cells (pixels) | Points, lines, polygons (x,y) |
| Spatial unit | Cell/pixel | Coordinate geometry |
| Storage | Large for fine resolution | Compact for discrete features |
| Continuous data | Excellent (elevation, NDVI) | Poor |
| Discrete/boundary data | Boundaries blocky | Excellent, precise |
| Overlay analysis | Fast map algebra | Topologically complex |
| Network analysis | Not suited | Well suited |
(a) Rows, columns, cells
Cell size = 20 m.
- Columns (along 4 km = 4000 m): columns.
- Rows (along 3 km = 3000 m): rows.
- Total cells .
(b) Raw storage size
16-bit = 2 bytes per cell.
(c) Run-length encoding (RLE)
RLE compresses a raster by storing each run of identical adjacent cell values as a single (value, count) pair instead of repeating the value. For thematic rasters with large homogeneous regions (e.g. land-cover blocks), a row like 2 2 2 2 5 5 5 is stored as (2,4)(5,3), sharply reducing file size. Compression is greatest when the data have low spatial variability; it is ineffective for noisy continuous data.
Describe the three segments of the Global Positioning System (GPS) and explain the principle of position fixing by trilateration. Why are a minimum of four satellites required for a 3-D fix?
(a) The pseudorange to a satellite is measured as . The receiver clock is fast by . Compute the true geometric range (take ). (b) If the user-equivalent range error (UERE) is and the position dilution of precision is , compute the expected 3-D position error.
Three GPS segments
- Space segment — the constellation of ≥24 satellites in ~20,200 km MEO orbits broadcasting timing/ephemeris signals.
- Control segment — master and monitor ground stations that track satellites, compute clock/orbit corrections and upload them.
- User segment — receivers that capture signals and compute position, velocity and time (PVT).
Trilateration principle
Each satellite signal gives the distance (range) from receiver to that satellite. One range defines a sphere of possible positions; two ranges intersect in a circle; three ranges intersect at two points (one rejected as non-physical). Thus three ranges fix 3-D position if the receiver clock were perfect.
Why four satellites?
The receiver clock is cheap and not synchronized to GPS time, introducing an unknown clock bias . There are therefore four unknowns: . Four pseudorange equations are needed to solve four unknowns — hence a minimum of four satellites for a 3-D fix.
(a) True geometric range
Clock bias = +2 ms means the receiver over-measures the range by:
True range:
(b) Expected 3-D position error
A lower PDOP (good satellite geometry) gives smaller position error for the same ranging error.
Section B: Short Answer Questions
Attempt all questions.
List and briefly explain the elements of visual image interpretation. State which elements are most useful for distinguishing a river from a road on a panchromatic aerial photograph.
Elements of visual image interpretation
- Tone/colour — relative brightness or hue of a feature.
- Shape — geometric outline (regular = man-made; irregular = natural).
- Size — absolute or relative dimensions.
- Pattern — spatial arrangement (e.g. orchard grid, drainage network).
- Texture — frequency of tonal change (smooth water vs rough forest).
- Shadow — reveals height/profile of objects.
- Association — related features occurring together (school + playground).
- Site/location — topographic position (valley, ridge).
River vs road
- Shape: a river meanders with smooth, irregular curves; a road follows straighter, engineered alignments with constant width.
- Tone/texture: water typically appears dark and smooth; roads are lighter/grey.
- Association/pattern: rivers connect to tributaries and floodplains; roads connect to junctions, bridges and buildings. Thus shape, tone and association are most diagnostic.
A vertical aerial photograph is taken with a camera of focal length from a flying height of above mean sea level over terrain at an average elevation of . (a) Compute the average photo scale. (b) A road on the photo measures ; compute its true ground length. (c) State the relation between photo scale and flying height.
(a) Average photo scale
Scale of a vertical photo above terrain of elevation :
(Check: .)
(b) Ground length of road
Ground distance = photo distance ÷ scale fraction = photo distance × scale denominator:
(c) Scale–height relation
Since , for a fixed focal length the scale is inversely proportional to the flying height above ground: flying higher gives a smaller-scale (more area, less detail) photograph, and flying lower gives a larger-scale photograph.
Explain buffering and overlay operations in GIS with one civil-engineering application each.
A proposed highway is long and a buffer is created on each side for land-acquisition assessment. Estimate the area of the buffer corridor (ignore end caps) in hectares.
Buffering
A buffer creates a new polygon enclosing all locations within a specified distance of a feature (point, line or polygon). Civil application: delineating the right-of-way / land-acquisition zone along a road or the protection zone around a water-supply intake.
Overlay
Overlay combines two or more spatial layers to produce a new layer whose attributes derive from the inputs (union, intersection, identity). Civil application: site suitability for a landfill by intersecting slope, land-use and distance-from-river layers.
Buffer corridor area
Buffer width = 150 m on each side ⇒ total corridor width . Length .
Convert to hectares ():
Explain the purpose of an error (confusion) matrix in accuracy assessment of a classified image. From the matrix below (rows = classification, columns = reference), compute the overall accuracy and the producer's accuracy for the class Water.
| Water | Forest | Urban | Total | |
|---|---|---|---|---|
| Water | 45 | 4 | 1 | 50 |
| Forest | 6 | 70 | 4 | 80 |
| Urban | 2 | 3 | 65 | 70 |
| Total | 53 | 77 | 70 | 200 |
Purpose of the error matrix
An error/confusion matrix cross-tabulates the classified result against ground-reference (truth) data, cell-by-cell. The diagonal holds correctly classified pixels; off-diagonal cells show misclassification. From it we derive overall accuracy, producer's accuracy (omission error) and user's accuracy (commission error), and the Kappa coefficient.
Overall accuracy
Sum of the diagonal ÷ total pixels:
Producer's accuracy for Water
Producer's accuracy = correctly classified pixels of the class ÷ column (reference) total for that class:
This means 84.9% of the actual Water pixels on the ground were correctly mapped as Water (omission error = 15.1%).
Define a Digital Elevation Model (DEM) and list two civil-engineering products derived from it.
A window of a DEM (cell size ) has centre elevation . The elevation rises by over one cell to the east and falls by over one cell to the north. Estimate the slope (in degrees) using the simple finite-difference (rise/run) along these two directions.
DEM
A Digital Elevation Model is a raster representation of the continuous terrain surface, storing the ground elevation at each grid cell. Derived civil products: slope and aspect maps, contour generation, watershed/drainage delineation, viewshed analysis, cut-and-fill/earthwork volume estimation, flood-inundation mapping. (Any two.)
Slope estimate
Gradient components (rise over run, run = cell size = 30 m):
- East–west:
- North–south: (magnitude; sign irrelevant for slope steepness)
Resultant gradient magnitude:
Slope angle:
(Equivalently a slope of about 36.1%.)
Differentiate between active and passive remote sensing systems with examples. Explain two key advantages of imaging radar (microwave) over optical sensors for civil-engineering applications in Nepal.
Active vs passive remote sensing
| Passive | Active | |
|---|---|---|
| Energy source | External (Sun / Earth emission) | Sensor's own energy |
| Operation | Daytime (optical) / any time (thermal) | Day or night |
| Weather | Limited by cloud | Penetrates cloud/rain |
| Examples | Landsat OLI, MODIS, aerial camera | RADARSAT, Sentinel-1 SAR, LiDAR, GPS |
Passive sensors record naturally available reflected/emitted radiation; active sensors transmit a pulse and record the backscattered return.
Advantages of imaging radar (microwave) for Nepal
- All-weather, day-night capability: microwaves penetrate the dense monsoon cloud cover that frequently blocks optical imaging over the Himalaya, so SAR can monitor floods, landslides and glacial lakes (GLOF risk) during the very monsoon season when hazards peak.
- Sensitivity to structure and moisture / interferometry: radar backscatter responds to surface roughness, geometry and dielectric (moisture) properties, and SAR interferometry (InSAR) can detect millimetre-scale ground deformation — invaluable for monitoring landslide creep, subsidence and structural/embankment stability. (Additional: signal can penetrate light vegetation and some soil, and provides independent geometric information.)
Frequently asked questions
- Where can I find the BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) question paper 2077?
- The full BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) 2077 (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) 2077 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) 2077 paper?
- The BE Civil Engineering (IOE, TU) Remote Sensing and GIS (IOE, CE 754) 2077 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.