Test 3 Syllabus

CSCE 2610: Computer Organization

Instructor: Dr. Saraju P. Mohanty

 

NOTE: This is closed book/text examination.

 

 

  1. Algorithms for multiplication
  2. Hardware for multiplication
  3. Fast hardware for multiplication
  4. MIPS instruction for multiplication
  5. Algorithms for division
  6. Hardware for division
  7. MIPS instruction for division
  8. IEEE 754 representation
  9. Floating point addition
  10. Floating point multiplication
  11. Floating point instruction in MIPS
  12. Basic building blocks for processor design
  13. Components of processor: Register file, instruction memory, etc.
  14. Construction of partial datapaths
  15. Construction of single cycle datapath
  16. Design of ALU and main control in single cycle datapath
  17. How a processor executes different instructions
  18. How jump instruction is handled
  19. Multicycle datapath design
  20. Multicycle controller design