eli5: how do computers tell the difference between letters and numbers

385 views

eli5: how do computers tell the difference between letters and numbers

In: Technology

5 Answers

Anonymous 0 Comments

All the data that a computer interacts with is represented as electric charge. The presence or lack of this charge (“on” and “off”) can be conceptualised as binary numbers (0 or 1). So conceptually all the data a computer deals with are numbers.

Whether that binary data should be interpreted as literal numbers, or characters, or image data, or executable instructions, or whatever, ultimately is determined by the programmer writing the software, using various standards for storing data (file systems, file extensions etc).

You are viewing 1 out of 5 answers, click here to view all answers.