Converting between number bases

Easy
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Question 26
Easy

A digital image processing algorithm represents the greyscale intensity of a pixel using an 8-bit unsigned binary integer, where 00000000 represents completely black and 11111111 represents completely white.

A specific pixel in a medical scan has its intensity stored as the binary pattern 11011001.

Convert this 8-bit binary pattern into its decimal equivalent to find the pixel's intensity value.

[1]

Converting between number bases Questions

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