the value of radix in binary
Answers
Answer:
Explanation:
The decimal number system that we use every day has 10 digits {0,1,2,3,4,5,6,7,8,9} and so the radix is 10 (also called Base 10). Binary digits can only be 0 or 1, so the radix is 2 (or Base 2).
Common Radix Numerals
The radix or base of a numeral system is the number of unique digits (inclusing zero) that are used in a positional numeral system. Our common decimal system we use every day has radix 10. The systems with bases 2 (binary), 8 (octal) and 16 (hexadecimal) are often used in computing.
Other Radix Numerals
These numerals are rarely used.
ternary number (radix 3)
quaternary number (radix 4)
quinary number (radix 5)
undecimal number (radix 11)
duodecimal number (radix 12)
..
..
..
HOPE IT HELPS AND MARK AS THE BRAINLIEST ANSWER.