Converting between number bases

Easy
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Question 15
Easy

A digital colour-mixing system represents the intensity of the green channel as a denary (decimal) value of 189. To program the LED driver directly, this intensity must be converted into a 2-digit hexadecimal value.

Convert the denary number 189 into hexadecimal, showing your working clearly.

[2]

Converting between number bases Questions

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