A checksum is a computed value derived from a block of data and used to detect errors introduced during storage or transmission. By recalculating and comparing checksums, systems can determine whether data has been corrupted. Checksums are simple and fast but less robust than cryptographic hashes. Example: Verifying a downloaded file by comparing its checksum with the published value.