Which is the hex representation of binary '1011 0101 1001 0011'?

Enhance your programming skills with the RECF Programming Test. Features flashcards and multiple choice questions with hints and explanations. Prepare for success!

Multiple Choice

Which is the hex representation of binary '1011 0101 1001 0011'?

Explanation:
Grouping binary into 4-bit chunks lets each hex digit be read directly. Split 1011 0101 1001 0011 into four nibbles: 1011, 0101, 1001, 0011. Converting each nibble to hex gives: 1011 → B, 0101 → 5, 1001 → 9, 0011 → 3. Put together, the hex representation is B593. That matches the correct option. The other patterns would require a different order or different nibble values: for example, 593B would start with 0011 instead of 1011, B359 swaps the middle digits, and A593 would need the first nibble to be 1010 (A), which isn’t the case.

Grouping binary into 4-bit chunks lets each hex digit be read directly. Split 1011 0101 1001 0011 into four nibbles: 1011, 0101, 1001, 0011. Converting each nibble to hex gives: 1011 → B, 0101 → 5, 1001 → 9, 0011 → 3. Put together, the hex representation is B593. That matches the correct option. The other patterns would require a different order or different nibble values: for example, 593B would start with 0011 instead of 1011, B359 swaps the middle digits, and A593 would need the first nibble to be 1010 (A), which isn’t the case.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy