Difference between revisions of "Byte"

esse quam videri
Jump to: navigation, search
(Explanation)
(Definition)
Line 1: Line 1:
 
=Definition=
 
=Definition=
 +
A '''byte''' is a unit of data that is equivalent to 8 bits, which is represented by an 8 digit binary number. It is used to encode a single '''character''' (like the data type) since it is the smallest unit of memory that can be listed via a memory address.
  
 
=Relevance=
 
=Relevance=

Revision as of 18:44, 16 April 2020

Definition

A byte is a unit of data that is equivalent to 8 bits, which is represented by an 8 digit binary number. It is used to encode a single character (like the data type) since it is the smallest unit of memory that can be listed via a memory address.

Relevance

Explanation

BitNibByte.png

Resources

See also

Notes

External Links