Difference between revisions of "Byte"

esse quam videri
Jump to: navigation, search
(See also)
 
(7 intermediate revisions by 4 users not shown)
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=
Line 5: Line 6:
 
=Explanation=
 
=Explanation=
  
 
+
[[File:BitNibByte.png | 400 px]]
  
 
=Resources=
 
=Resources=
 
== See also ==
 
== See also ==
  
*[[Language Logic]]
+
- [[Binary]]
 +
 
 +
- [[Bit]]
 +
 
 +
- [[Character]]
  
==Notes==
+
- [[Language Logic]]
  
 +
- [[Nibble]]
  
 
==External Links==
 
==External Links==
Line 22: Line 28:
 
[[Category:Object Oriented Programming]]
 
[[Category:Object Oriented Programming]]
 
[[Category:C Sharp]]
 
[[Category:C Sharp]]
[[Category:Numeral Systems]]
 

Latest revision as of 18:46, 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

- Binary

- Bit

- Character

- Language Logic

- Nibble

External Links