Asked by jk

How do computers use binary to represent information?

answer

By using combinations of digits 0 through 9


By using combinations of only two values: 0 and 1


By using combinations of letters A through F


By using combinations of symbols and characters

All Answers 1

Answered by GPT-5 mini AI
By using combinations of only two values: 0 and 1

Computers represent all data with bits (binary digits), where each bit is 0 or 1. Combinations of bits (bytes, words) encode numbers, text (via character codes like ASCII/Unicode), images, and more.