Computer Designing
in designing a computer, if a byte is defined to be a sequence of 8 bits and each bit must be?
a 0 or 1, how many different bytes are possible? I know the answer is 256 I had to do 40 stat problems of which I couldn’t get the easiest ones for some reason!
1 bit -> 2 possibilities
2 -> 4
3 -> 8
n -> 2^n
2^8 = 256
They Might Be Giants – Computer Assisted Design
Leave a Reply
You must be logged in to post a comment.