[Solved] Bit / Byte Confusion on Binary Digits [closed]

These days, the number of bits per character is not so simple but there are most definitely 8 bits per byte. The number of bits/bytes per character will vary depending on your system and the character set. Original ASCII was 7bits per character. That was extended to 8bits per character and stayed there for a … Read more

[Solved] How many words fit in 4 bits

Answer 1) With the 4 bits we can write 16 different numbers. As we have 4 different position of bits let’s say ABCD where A,B,C,D are representing 1 bit. Each position A,B,C,D has two possible input 0 or 1 so each position is having 2 possible inputs. So for 4 positions total different outputs = … Read more