The ASCII code used by most computers uses the last seven positions of an eight-bit byte to represent all the characters on a standard keyboard. how many different orderings of 0's and 1's (or how many different characters) can be made by using the last seven positions of an eight-bit byte?
each bit can be 0, or 1, which is one of two possibilities,
so n bits will have 2^n different orderings
Ok
What orderings can it have?
if you only had one bit to work with, there would be 2^1 = 2 possible orderings, that are 0, 1 if you had two bits there would be 2^2, possible orderings namely 00, 01, 10, 11
how many bits do you have to work with?
The questions says the bits
how many?
read the question carefully
The bits is 0, and 1
How many bits does the ASCII code use to specify characters?
8
close
7 positions?
yes, so how many possible orderings are there?
14?
@UnkleRhaukus
2^7
Join our real-time social learning platform and learn together with your friends!