Binary to Decimal Conversion
Decimal to Binary Conversion
Hexadecimal Conversions
ASCII - Character sets
Unicode - Character sets
Compression & Internet File Formats
Huffman Coding
Good notes will help you organise and process data and information
Huffman encoding is a lossless compression technique that is most commonly used to compress text documents. This means that the file can be reduced in size without losing any of the information required to create the original contents. It works particularly well when characters appear multiple times within the file that is going to be compressed.
Without compression, each character in a text file would have an equal number of bits. If you were using 8-bit ASCII, then each character would take up 1 byte of space. For example, if you had a piece of text that was 180 characters, the size of the file’s data would be 180 bytes or 1,440 bits (180, times, 8,180×8).
AQA Computer Science Tutor