Binary

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
Question 45
Easy

In digital image processing, a grayscale pixel's brightness level is stored as an 8-bit denary integer ranging from 0 (representing pure black) to 255 (representing pure white).

Convert a pixel brightness level of 173 to its 8-bit binary representation.

[2]

Binary Questions

  1. GCSE
  2. /Computer Science
  3. /Binary