Today my presentation topic is:
What is bit? &
What is byte?
A byte is just 8 bits and is the smallest unit of memory that can be addressed
in many computer systems . The following list shows the different unit of
data:
0 (Off) OR 1(on) 1 Bit
8Bits 1 Byte
1.024 Bytes 1 Kilobytes
1.024 Megabytes 1 Gigabyte
1.024Gigabytes 1 Terabyte
A bit is the basic unit in computer information and has only two different
values. Normally defined as 0 or 1 . These values can be interpreted as
on or off , yes or no ,true or false ,etc . It just depend on the binary code
0 (off) or 1 (on) 1 bit
True (on) False(off)
Yes (on) No(off)
Each letter is stored in a byte ,As the given below
100 typed letters takes up 100 bytes
When you send , say, a text message , the numbers are sent
Text is quite compact,using few bytes compare to images etc