Saved Bookmarks
| 1. |
4.Explain the octal number system. |
|
Answer» ong>ANSWER: The octal numeral system, or oct for short, is the base-8 number system, and USES the digits 0 to 7. Octal numerals can be made from binary numerals by grouping CONSECUTIVE binary digits into GROUPS of three. For example, the binary representation for decimal 74 is 1001010. |
|