Final Exam Prep

The final-exam pattern decoded plus three full past finals (Summer 2025, Autumn 2025, Spring 2024), every question worked out with reveal-able solutions.

Sections

Quick summary

FINAL: CSE 214 Β· Full marks 30 Β· 1 hr 30 min Β· answer all 3 questions Β· all CO3.

Q1 β€” ARITHMETIC (Module 4)          ~10 marks
   (a) devise multiply OR divide algorithm + time/space complexity
   (b) overflow detection / FP overflow & underflow / multiply hardware
   (c) IEEE 754 single & double: diagram OR compute a representation.
Q2 β€” PIPELINING (Modules 5 & 6)     ~10 marks
   (a) define pipelining / a hazard type + example + fix
   (b) 5-stage timing: total time Β· speedup Β· latency Β· throughput
       (and: name/describe the MIPS stages, draw the datapath).
Q3 β€” MEMORY & CACHE (Module 7)      ~10 marks
   (a) principle of locality / memory hierarchy diagram
   (b) direct-mapped cache diagram / total-bits calculation
   (c) index size from m blocks / degrees of associativity from 2^n entries.

STRATEGY: the same 3-question skeleton repeats every semester. Master one
worked example of each type and you can answer the whole paper. Everything
here maps to a section in the arithmetic, pipelining and cache chapters.