Useful Links
Mathematics
Number Systems
1. Introduction to Number Systems
2. The Decimal Number System (Base-10)
3. The Binary Number System (Base-2)
4. The Hexadecimal Number System (Base-16)
5. The Octal Number System (Base-8)
6. Number System Conversions
7. Arithmetic Operations in Different Bases
8. Computer Number Representation
9. Character and Data Encoding
10. Historical and Alternative Number Systems
Computer Number Representation
Integer Representation
Unsigned Integers
Bit Width and Range
Storage Limitations
Signed Integer Representations
Sign-Magnitude Representation
Structure and Format
Advantages and Disadvantages
One's Complement
Structure and Format
Arithmetic Operations
End-Around Carry
Limitations
Two's Complement
Structure and Format
Negative Number Representation
Arithmetic Operations
Overflow Detection
Range Calculations
Advantages in Computing
Floating-Point Representation
Fixed-Point Numbers
Structure and Applications
Precision Limitations
Floating-Point Format
Scientific Notation Basis
IEEE 754 Standard
Single-Precision (32-bit)
Sign Bit
Exponent Field
Mantissa Field
Double-Precision (64-bit)
Sign Bit
Exponent Field
Mantissa Field
Special Values
Positive Zero
Negative Zero
Positive Infinity
Negative Infinity
Not-a-Number (NaN)
Precision and Accuracy
Rounding Modes
Range Limitations
Previous
7. Arithmetic Operations in Different Bases
Go to top
Next
9. Character and Data Encoding