- Published on
What is a byte
- Authors

- Name
- Emanoel Oliveira
Definition
A byte is a sequence of 8 bit's.

Possible values
This sequence of 8 bits allows us to represent 256 possible values.
And mathematically it is represented as follows: :
We can go from 00000000 to 11111111

What it represents
It is a fundamental part of computing and it is based on it that we can represent:
- Natural Numbers
- Integers
- Characters
Subscribe to the newsletter