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.
Bit= 1 or 0
Byte= 11001101 (for example)
I believe you meant difference between a bit and a byte. A byte is 8 bits.
character is an 8bit word also known as 1 byte. where as bit is referred to single bit among those 8 bit in a 1 byte (or character).
One Byte = 8 bits One Kilobyte = 1000 bytes One Megabyte = 1000 kilobytes
one octet (8-bit byte or word) so 8 bytes = 1 word
Hey ! in bit addressable , one can reach the bits (PORT 1.0,PORT1.1,PORT1.2,..etc..) of the ports in the programming while byte addressable only allows the bytes(PORT 1) to be addressed. therefore,there is difference in programming instructions too.
A bit is the smallest unit of binary language; either a 1 or a 0. A byte is made up of 8 bits.
A bit is one binary unit - either a one or a zero. A byte contains 8 bits. (so for example a byte would look like "10011011") Half a byte (or 4 bits) is called a nibble, no kidding!
8 bits are a byte
A bit is a single 1 or 0. A Byte is 8 bits.
1000 bytes =1 kilobyte
2352 bytes (the size of a block)
Bits are smaller than bytes. 8 bits equal 1 byte. 4 bits equal a nibble.