BINARY and DECIMAL
BINARY NUMBER SYSTEM AND DECIMAL NUMBER SYSTEM
Binary Number System
- The term “binary” means consisting of two parts
- 0 and 1 only
- with a subscript 2

Decimal Number System
- 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9
- with a subscript 10

CONVERTING DECIMAL TO BINARY
- [ ] 1st method: Familiarize yourself to the powers of 2
- [ ] 2nd method: Successive Division
Floating Point Decimal Number
- [ ] Integer Part: digit/s before the decimal point
- [ ] Fractional Part: digit/s after the decimal point