InterviewSolution
Saved Bookmarks
| 1. |
What is meant by Octal Number System? |
|
Answer» Octal number system uses digits 0, 1, 2, 3, 4, 5, 6 and 7 (8 digits). Each octal digit has its own positional value or weight as a power of 8. |
|