How Computers Process Information

How Computers Process Information

    BinaryLogic Gates
Raff Bougherara

Raff Bougherara

2022/03/02 | 1 min read

Series
1 of 3

The Foundations Of Computing

1
How Computers Process Information
Current article
First article
Last article

The Binary System

Let’s start with something fundamental: binary—the language computers speak. Every time I sit down to write code, beneath all the sophisticated languages and algorithms, it’s really just a conversation of 1s and 0s.

Binary Code

Now, you might wonder, why binary? Why don’t computers use something more familiar, like the decimal system? It’s actually pretty fascinating. Computers are, at their core, electrical machines. They operate in a world of on or off, high voltage or low voltage. Just two states.

  • 1 = ON
  • 0 = OFF

To Be Continued... Super soon