by SomeOne on March 10th, 2007

SomeOne

Question

Help answer this question below.

Whats the difference between a bit and a byte?

  • Like
  • Report

Answers. 17 helpful answers below.

  • by Weyloony on December 14th, 2011

    Weyloony

    Bit is the basic unit of information (0 or 1) and a
    byte is 8 bits.


    I learned this from an engineering student.

    • Like
    • Report

    5 comments | Post one | Permalink

  • by The Doctor of Computer Forumz on December 14th, 2011

    The Doctor of Computer Forumz

    7.

    • Like
    • Report

    1 comment | Post one | Permalink

  • by Anonymous on March 10th, 2007

    Anonymous

    A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1.

    A byte is a unit of data that is eight binary digits long. A byte is the unit most computers use to represent a character such as a letter, number, or typographic symbol (for example, "g", "5", or "?"). A byte can also hold a string of bits that need to be used in some larger unit for application purposes (for example, the stream of bits that constitute a visual image for a program that displays images or the string of bits that constitutes the machine code of a computer program).

    In some computer systems, four bytes constitute a word, a unit that a computer processor can be designed to handle efficiently as it reads and processes each instruction. Some computer processors can handle two-byte or single-byte instructions.

    http://searchstorage.techtarget.com/sDefinition/0,,sid5_gci211721,00.html

    • Like
    • Report

    6 comments | Post one | Permalink

  • by misha1227 on December 14th, 2011

    misha1227

    bit is the basic unit of information (0 or 1)
    byte is 8 bits.

    • Like
    • Report

    No comments. Post one | Permalink

  • by RahulG on January 9th, 2012

    RahulG

    The terms bit and byte are common in computer networking. Both terms refer to digital data transmitted over a network connection. For example, bits and bytes both may represent network addresses or port numbers.

    A bit is a single numeric value, either '1' or '0', that encodes a single unit of digital information. A byte is a sequence of bits; usually eight bits equal one byte.

    For example, in Internet Protocol (IP) networking, IP addresses contain 32 bits or 4 bytes. The bits encode the network address so that it can be shared on the network. The bytes divide the bits into groups.

    The IP address 192.168.0.1, for instance, is encoded with the following bits and bytes:

    11000000 10101000 00000000 00000001

    Bits are grouped into bytes to, generally speaking, increase the efficiency of computer hardware, including network equipment, disks and memory.

    No comments. Post one | Permalink

  • by -O-uknow on January 9th, 2012

    -O-uknow

    Bits make up bytes

    No comments. Post one | Permalink

  • by anonymous on March 10th, 2007

    anonymous

    a bit is a binary digit which is the basic unit of informational storage
    a byte is a colletion of bits (pretty much just the plural of bit)
    source: http://en.wikipedia.org/wiki/Bit

  • by branciforte3241 on March 10th, 2007

    branciforte3241

    Just to clarify: an "octet" is a collection of eight bits. A "byte" is a basic unit of addressable storage in a computer system and generally corresponds with the size of a single character, usually between six and nine bits. Basically, it is the number of bits stored between sucessive memory locations. In this modern day and age, virtually all computers have a byte size of eight bits (they all use octets). I also seem to remember there being a "nibble" or "nybble" which is half a byte.

  • by rani_sharma on January 7th, 2012

    rani_sharma

    Hi,

    A 'Bit' is one Binary Digit (a 1 or a 0) and a Byte is 8 bits.

    Every character on a computer keyboard is translated into a unique string of 8 bits (a byte) in order to be processed by the computer's ALU.

    Half of an eight-bit byte - four bits. Nibbles are important in hexadecimal and BCD representations.

    Bit= 1 or 0
    Byte= 11001101

    No comments. Post one | Permalink

  • by dazed on January 9th, 2012

    dazed

    the byte hurts,the bit doesn't.

    No comments. Post one | Permalink

  • by bostjan64 on January 5th, 2012

    bostjan64

    A bit is a simple I/O switch or binary digit. An eight digit binary number is a byte. A bit takes either the value 0 or 1, and a byte takes a value 0 to 255. Single bytes were used in a lot of old video games (NES, Sega Master System, etc), so you might notice that some games had a timer start at 255, or some characters' stats would max out at 255.

    A bit could look like this: 1
    A byte could look like this: 10010100

    No comments. Post one | Permalink

  • by Rosemary Castle on December 14th, 2011

    Rosemary Castle

    A bit is the basic unit of computer language and information. A byte is the smallest unit of computer memory.

    No comments. Post one | Permalink

  • by honey05 on December 14th, 2011

    honey05

    thank you so much :D

    No comments. Post one | Permalink

  • by Unicorn Man on December 20th, 2011

    Unicorn Man

    A bit is the basic binary unit, it's either a 1 or a 0. A byte is a combination of 8 bits and can represent a number, letter or a variety of other characters.

    No comments. Post one | Permalink

  • by Anonymous on December 22nd, 2011

    Anonymous

    a byte does not have to be 8 bits, it depends on the hardware. a byte is also not necessarily the smallest unit of addressable memory.

    a bit is either on or off. a byte is some machine dependent number of contiguous bits.

    No comments. Post one | Permalink

  • by RahulG on January 5th, 2012

    RahulG

    A bit is defined as: a single basic unit of information, used in connection with computers and electronic communication. All modern computers store and use data in digital form. The smallest unit of storage and measurement is one binary digit, therefore its name.

    A byte, pronounced ‘bite’, is the next size up basic unit of measurement for information storage, usually consisting of eight bits. These 8 bits are grouped together to form a byte that is, a total or 8 grouped bits representing one character of data.

    No comments. Post one | Permalink

  • by rani_sharma on January 7th, 2012

    rani_sharma

    Hi,

    A bit is a single numeric value, either '1' or '0', that encodes a single unit of digital information.
    A byte is a sequence of bits; usually eight bits equal one byte.

    For example, in Internet Protocol (IP) networking, IP addresses contain 32 bits or 4 bytes. The bits encode the network address so that it can be shared on the network. The bytes divide the bits into groups.

    The IP address 192.168.0.1, for instance, is encoded with the following bits and bytes:

    11000000 10101000 00000000 00000001

    Bits are grouped into bytes to, generally speaking, increase the efficiency of computer hardware, including network equipment, disks and memory.

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading Whats the difference between a bit and a byte? - which can also be phrased in the following ways:

  • what is the difference between bit and byte?

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Difference between bit and byte
Difference between a bit and a byte
Whats the difference between a byte and a bit
Different between bit and byte
What is the difference between a bit and a byte