How many distinct values could be represented with two bytes
How many distinct values could be represented with two bytes? Please show the work and don\'t write me an essay.
Solution
Generally no.of possible bits = 2^n bits.
given two bytes i.e n=16 which means 2^16 =65536. [ Two bytes = 16 bits ]
Hence 65536 values are needed .
