Chap 3 - PART 1 - Arithmetic for Computers Flashcards
Quick notes on Numbers

Integer Addition Concept:

Integer Substraction concept:

Describe:
Overflow
- 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)
How to deal with overflow?

Multiplication Concept:

Multiplication hardware concept:

Explain Optimized Multiplier

How to achieve faster multiplier?

MIPS Multiplication Concept?

Division Concept?

Division Hardware concept

Optimized Divider Concept

MIPS Division Concept

Explain Floating Point Concept

Explain Floating point standard

Who is the father of the floating point standard?

IEEE Floating Point Format Concept

List:
The advantages of Floating Points

List:
The disadvantage of floating point
Floating point operations usually are slightly slower than integer operations. And ALSO, you can LOSE precision
Explain and define the difference between precision and accuracy

Single Precision Range Concept

Double Precision Range Concept

Image showing:
FP Adder Hardware





