Glossaria.net

Glossary C++ / Term

byte

A small unit of memory. A byte is composed of eight bits. One bit can store two different combinations (0 or 1), two bits can store four different combinations (00, 01, 10, 11), three bits can store eight different combinations (000, 001, 010, 011, 100, 101, 110, 111); following the pattern, eight bits, or one byte, can store 256 different values.

Permanent link byte - Modification date 2019-12-29 - Creation date 2019-12-29


< bit Glossary / C++ casting >