Answer:
different strings
Step-by-step explanation:
A bit can either store a 1 or a 0, this gives you 2 different 1-bit strings (0, 1), 4 different 2-bit strings (00, 01, 10, 11), and in general,
strings for an n-bit string. Why
? Well, for every bit, we have 2 choices, either a 0 or a 1, which means we double the number of possible strings with every additional bit. So, in a string with a length of 8 bits, we'll have
possible choices for strings.