Converting between number bases

Easy
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Question 21
Easy

A microcontroller uses an 8-bit register to store status flags. At a specific time, the register contains the binary byte:

111010111110101111101011

Convert this binary pattern into its equivalent hexadecimal representation. You must show your working.

[2]

Converting between number bases Questions

  1. GCSE
  2. /Computer Science
  3. /Converting between number bases