Compression And Shit Flashcards
1
Q
Term for special character and element?
A
Escape sequence
2
Q
Transmit
AAABBBCCCAABBCCABA
A
AA3BB3CC3AA2BB2CC2ABA
3
Q
Good definition for run?
A
Repeated data sequence
4
Q
Compression is a trade off between?
A
Bandwidth and computation
5
Q
To perform Huffman coding we must first figure out
A
The freq of each character
6
Q
How do you read a Huffman tree
A
Down, left is 0 and right is 1
7
Q
Extra data in comparison to the original message?
A
Extra data is shorter than the original message.
8
Q
Learn fletchers error coding, Huffman tree, and checksums, /continue to practice some Boolean logic
A
This is not info that I can turn into slides !!!’
9
Q
A