InterviewSolution
Saved Bookmarks
| 1. |
Discuss difference between octal number system and hexadecimal number system |
|
Answer» The octal number system is a base-8 number system and uses the digits 0 - 7 to represent numbers. The HEXADECIMAL number system is a base-16 number system and uses the digits 0 - 9 ALONG with the letters A - F to represent numbers. |
|