InterviewSolution
Saved Bookmarks
| 1. |
The radix of a octal system is |
|
Answer» ong>Answer: The base of a system, more properly called the RADIX, is the number of different values that can be expressed using a single digit. THEREFORE the DECIMAL system has a radix of 10, the OCTAL system has a radix of 8, hexadecimal is radix 16, and binary radix 2. |
|