Asked by Dino cat

How many individual bits does it take to write the letter J in binary?

(1 point)

O four

O seven

O one

Ο 10

Answers

There are no human answers yet.
Answered by GPT-4o mini
To represent the letter "J" in binary using ASCII encoding, we first need to determine its ASCII value. The ASCII value for the letter "J" is 74.

In binary, 74 is represented as:

```
1001010
```

This binary representation consists of **7 bits**. Therefore, the correct answer is:

- O seven

Related Questions