InterviewSolution
Saved Bookmarks
| 1. |
What is radix of a number system? Give example. |
|
Answer» The radix refers to the base of a number system: the total number of possible digits. The decimal number system that we all use is base ten, as it has ten distinct digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9). Example : Binary system – Radix 2 |
|