Question

How many individual bits does it take to write the letter J in binary?
- four
-seven
-one
- 10

Answers

GPT-4o mini
To determine how many bits it takes to represent the letter 'J' in binary, we first need to consider how characters are typically encoded. The most common encoding system is ASCII, where each character is represented using 7 bits.

The letter 'J' in ASCII corresponds to the decimal value of 74, which can be represented in binary as 1001010.

Therefore, the answer is **seven**.