Test 2
Syllabus
CSCE 2610: Computer Organization
Instructor: Dr. Saraju P. Mohanty
NOTE: This is closed
book/text examination.
- Translation Hierarchy for C
- Concepts of Compiler, Assembler, Linker, Loader
- Concept of Dynamically Linked Library
- Translation Hierarchy for JAVA
- Concepts of JAVA bytecode,
JAVA virtual machine, and just in time compiler
- High-level compiler optimization
- Alternative architecture Styles
- Representations of numbers in digital
computer
- 2’s complement inversion and negation
- 2’s complement addition and subtraction
- Effects of overflow
- How MIPS handles overflow
- Exception and interrupt
- Effects of exception and interrupt
- Logical operation
- Construction of 32-bit ALU
- Ripple carry adder versus carry look ahead
adder
- Binary multiplication