Chap 3 - PART 1 - Arithmetic for Computers Flashcards
1
Q
Quick notes on Numbers
A
2
Q
Integer Addition Concept:
A
3
Q
Integer Substraction concept:
A
4
Q
Describe:
Overflow
A
- This is a single bit in a system status register used to indicate when an arithmetic overflow happens in an operation
- Indicates that the signed two’s complement result would not fit in the number of bits used for the operation (the ALU width)
5
Q
How to deal with overflow?
A
6
Q
Multiplication Concept:
A
7
Q
Multiplication hardware concept:
A
8
Q
Explain Optimized Multiplier
A
9
Q
How to achieve faster multiplier?
A
10
Q
MIPS Multiplication Concept?
A
11
Q
Division Concept?
A
12
Q
Division Hardware concept
A
13
Q
Optimized Divider Concept
A
14
Q
MIPS Division Concept
A
15
Q
Explain Floating Point Concept
A