28.6k views
4 votes
In computing, how can bit strings represent odd values?

a) By starting with an odd number
b) By using specific encoding schemes
c) Odd values cannot be represented in bit strings
d) By adding a parity bit

User Indhira
by
8.9k points

1 Answer

4 votes

Final answer:

In computing, odd values can be represented in bit strings by using specific encoding schemes.

Step-by-step explanation:

In computing, bit strings can represent odd values by using specific encoding schemes. These encoding schemes assign specific sequences of bits to represent specific numbers or characters.

For example, in the ASCII encoding scheme, the number 1 is represented as the bit string 00110001. In the UTF-8 encoding scheme, the number 1 is represented as the bit string 00000000000000000000000000000001.

Therefore, answer option b) By using specific encoding schemes is correct.

User Daman
by
8.5k points