C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of Byte

By David Bolton, About.com

Definition: A byte is the smallest unit of storage that can be accessed in a computer's memory- either in RAM or ROM. It holds exactly 8 bits.

In binary 28 = 256. That is a byte can hold one of 256 distinct values ranging from 0 to 255. In Hexadecimal notation that is 00 to FF.

In older computers, one byte was sufficient to hold one 8 bit character. These days, especially on .NET or international versions of Win 32, 16 bits is needed. See char.

Glossary:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Explore C / C++ / C#

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

C / C++ / C#

  1. Home
  2. Computing & Technology
  3. C / C++ / C#
  4. Glossary
  5. B
  6. Byte - Definition

©2009 About.com, a part of The New York Times Company.

All rights reserved.