Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 2. Number Systems (2-2 Positional Number Systems (Base (The…
Chapter 2.
Number Systems
2-1 Introduction
2-2 Positional Number Systems
The position a symbol occupies in the number determines the value it represents.
Base
The Binary System (Base 2)
The symbols in this system are often referred to as
binary digits or bits (binary digit).
The Hexadecimal System (Base 16)
S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F}
The Octal System (Base 8)
The Decimal System (Base 10)
Integers
Conversion
Binary to Decimal
Decimal to Binary
Divide and Multiply
Break
2-3 Non-positional Number Systems