Q1
What is the significance of the hexadecimal number system in computing?
hardCorrect Answer: It provides a more compact way to represent binary values, since each hexadecimal digit corresponds to exactly four binary digits
Explanation:
Because a single hexadecimal digit can represent values from 0 to 15, four binary bits map perfectly onto one hex digit, which makes hexadecimal a convenient shorthand when working with memory addresses or binary data.