Saved Bookmarks
| 1. |
Convert (2C9)16 into Octal number system. |
|
Answer» Answer: (2C9)₁₆ = (1311)₈ Explanation: To convert: (2C9)₁₆ into Octal number system. Solution: You should remember the table of hexadecimal to binary equivalent and you're GOOD to go. First convert hexadecimal to binary equivalent and then binary to octal. CONVERSION of Hexa Decimal number to binary 2 C 9 0010 1100 1001 Now, Conversion from binary to octal, 001 011 001 001 1 3 1 1 Therefore, (2C9)₁₆ = (1311)₈
|
|