Editing
Data Compression
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Data Compression''' β Encoding information using fewer bits than the original representation. * '''Lossless Compression''' β Reducing file size while allowing for perfect reconstruction of the original data. * '''Lossy Compression''' β Achieving high compression by permanently removing data that is deemed less important (usually based on human perception). * '''Redundancy''' β Parts of a message that repeat or can be predicted (e.g., "aaaaa" can be compressed to "5a"). * '''Algorithm''' β The set of rules used to compress and decompress data (e.g., LZW, Huffman, DEFLATE). * '''Codec''' β (Coder-Decoder) The hardware or software that performs the compression. * '''Bitrate''' β The amount of data processed per unit of time (e.g., 128 kbps for an MP3). * '''Run-Length Encoding (RLE)''' β A simple compression method that replaces sequences of identical characters with a count and the character. * '''Dictionary Encoding''' β Replacing long repeating strings with a short "Index" to a dictionary. * '''Huffman Coding''' β An algorithm that gives shorter codes to common characters (like 'E') and longer codes to rare ones (like 'Z'). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information