217k views
3 votes
Binary is best interpreted by a computer because?

Binary is best interpreted by a computer because?-example-1
User Zahiro Mor
by
7.5k points

2 Answers

3 votes
B, The transistors physical state in your CPU or GPU are determined by what frequency is detected indicating whether its a "0" or "1".
User Troy Witthoeft
by
6.4k points
4 votes
The answer is d. The hardware has a terrible time translating binary into decimal. Computers in general don't like "talking" to people. D is wrong.

bits are part of bytes.You use bits to make up bytes, not the other way around. Bit's are what computers use to construct their "speech." Bytes make it more convenient to convert from Hex(or binary) to decimal. C is wrong.

A is wrong. There are only two numbers in the binary system -- one and zero. Not three.

B is the correct answer.

User Denis Bubnov
by
7.5k points