Test 2 Syllabus

CSCE 2610: Computer Organization

Instructor: Dr. Saraju P. Mohanty

 

NOTE: This is closed book/text examination.

 

 

  1. Translation Hierarchy for C
  2. Concepts of Compiler, Assembler, Linker, Loader
  3. Concept of Dynamically Linked Library
  4. Translation Hierarchy for JAVA
  5. Concepts of JAVA bytecode, JAVA virtual machine, and just in time compiler
  6. High-level compiler optimization
  7. Alternative architecture Styles
  8. Representations of numbers in digital computer
  9. 2’s complement inversion and negation
  10. 2’s complement addition and subtraction
  11. Effects of overflow
  12. How MIPS handles overflow
  13. Exception and interrupt
  14. Effects of exception and interrupt
  15. Logical operation
  16. Construction of 32-bit ALU
  17. Ripple carry adder versus carry look ahead adder
  18. Binary multiplication