Atrasti 20 termini
|
|
-
EN checksum
LV kontrolsumma
RU контрольная сумма
DE Prüfsumme
FR somme de contrôle
Definīcija: A calculated value that is used to test data for the presence of errors that can occur when data is transmitted or when it is written to disk. The checksum is calculated for a given chunk of data by sequentially combining all the bytes of data with a series of arithmetic or logical operations. After the data is transmitted or stored, a new checksum is calculated in the same way using the (possibly faulty) transmitted or stored data. If the two checksums do not match, an error has occurred, and the data should be transmitted or stored again. Checksums cannot detect all errors, and they cannot be used to correct erroneous data.
Microsoft Terminology 2023. Entry from the Microsoft Language Portal. © 2023 Microsoft Corporation. All rights reserved.
|