232k views
4 votes
For a computer to understand data and programs, they must be converted to (1 point)

O binary.
O hexadecimal.
O octal.
O decimal.

User NextInLine
by
7.1k points

2 Answers

0 votes

Answer:

Binary

Step-by-step explanation:

For a computer to understand data and programs, they must be converted to binary.

User Xeraphim
by
6.7k points
2 votes

Answer:

Binary

Step-by-step explanation:

For a computer to understand data and programs, they must be converted to binary.

Binary is a base-2 numbering system that uses only two digits, 0 and 1, to represent information. It is the most fundamental way in which computers process and store data, as it can be easily translated into electrical signals that can be understood by computer circuits.

Therefore, the correct answer is binary. Hexadecimal, octal, and decimal are other numbering systems that can be used to represent data, but they are not used directly by computers in the same way that binary is.

User Pieter Alberts
by
7.7k points