1.Different Types of Number Systems
•Decimal : (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) ----→Base/Radix r =
•Binary: (0,1)----------------------------------→Base/Radix r =
•Octal: (0, 1, 2, 3, 4, 5, 6, 7)---------------→Base/Radix r =
•Hexadecimal: (0, 1, 2, 3, 4, 5,6,7,8,9,A,B,C,D,E,F) --→Base/Radix r =
3