question 5 of 10\nhow does the binary numbering system differ from the hexadecimal numbering system?\n\na…

question 5 of 10\nhow does the binary numbering system differ from the hexadecimal numbering system?\n\na. the binary system is base 2, and the hexadecimal system is base 16.\nb. the binary system is base 16, and the hexadecimal system is base 2.\nc. the binary system is base 10, and the hexadecimal system is base 16.\nd. the binary system is base 2, and the hexadecimal system is base 10.
Answer
Brief Explanations:
Binary uses 0 and 1, so it's base - 2. Hexadecimal uses 0 - 9 and A - F, so it's base - 16.
Answer:
A. The binary system is base 2, and the hexadecimal system is base 16.