This question asks why the hexadecimal number system is considered convenient for representing computer data compared to other systems. Let's examine each option by testing whether it actually offers a simple, direct conversion process with hexadecimal.
Only option (B) describes a conversion that is truly direct and calculation-free, because 16 being an exact power of 2 lets each hex digit map onto a fixed 4-bit pattern with no arithmetic involved.
Therefore, the correct answer is binary.