BIT, BYTE, ENCODE and DECODE
Bit: Smallest unit of data in the computer
Example: 0, 1, 01, 11
Byte: It is a digital information that consists of 8 bits
Example: 10101110
Encode: Convert string to byte
Decode: Convert byte to string
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Bit: Smallest unit of data in the computer
Example: 0, 1, 01, 11
Byte: It is a digital information that consists of 8 bits
Example: 10101110
Encode: Convert string to byte
Decode: Convert byte to string
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment