InterviewSolution
Saved Bookmarks
| 1. |
_______and _____number systems are used as shorthand representation of long binary numbers |
|
Answer» ong>ANSWER: Octal number system is used as a shorthand representation of long binary numbers. The number 6418 is not valid in this number system as 8 is not a valid DIGIT. The Hexadecimal Number System consists of 16 digits from 0 to 9 and A to F. The ALPHABETS A to F represent decimal numbers from 10 to 15. |
|