Question

Computers store all characters as numbers stored as binary data. Each instruction or symbol gets a bit string assignment. The strings can correspond to instructions, letters, or symbols. In computing, these codes are used for encoding data. What digits are used for writing and sending binary code?
Responses

A 00

B 11

C 0 and 10 and 1

D All single digit numbers 0-9

Answers

GPT-4o mini
The correct response is:

C 0 and 10 and 1

However, to clarify, binary code uses only the digits 0 and 1. The phrase "10" in the answer might be misleading as it implies using two digits, but in binary, "10" represents the decimal number 2. Therefore, strictly speaking, binary code consists solely of the digits 0 and 1.