что такое check digit
check digit
контрольная цифра
контрольный разряд
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]
Тематики
Синонимы
3.1.4 контрольное число (check digit): Число, являющееся средством контроля достоверности кода владельца и серийного номера (см. приложение А). Контрольное число имеет отношение только к коду владельца, идентификатору категории оборудования и серийному номеру контейнера.
Смотреть что такое «check digit» в других словарях:
check digit — ➔ digit * * * check digit UK US noun [C] ► IT a number that is used in a computer program to help to find or prevent errors … Financial and business terms
check digit — noun (computing) A redundant bit in a stored word, used in a self checking procedure such as a parity check • • • Main Entry: ↑check … Useful english dictionary
Check digit — A check digit is a form of redundancy check used for error detection, the decimal equivalent of a binary checksum. It consists of a single digit computed from the other digits in the message. With a check digit, one can detect simple errors in… … Wikipedia
check digit — A digit often appended at the end of a string of digits; it is used for carrying out a check to verify the accuracy of a sequence or a customer number … Big dictionary of business and management
Check digit — An ISO term. A suffix digit used to test the validity of a number. 1n … International financial encyclopaedia
check digit — A numerical digit added to a number to permit verification of its accuracy by a computerized accounting system … Auditor’s dictionary
check digit — /tʃek dɪdʒɪt/ noun the last digit of a string of computerised reference numbers, used to validate the transaction … Dictionary of banking and finance
Check digit — Контрольный разряд … Краткий толковый словарь по полиграфии
check digit — control number … English contemporary dictionary
Check digit weight factor — A method in automated systems to determine valid account and customer numbers. The actual weight factors are customisable by the security officer for the system … International financial encyclopaedia
digit — di‧git [ˈdɪdʒt] noun [countable] one of the written signs that represent the numbers 0 to 9: • Binary code uses the digits 1 and 0. see also double digit ˈcheck ˌdigit COMPUTING a number or series of numbers added to the end of a code (= set of… … Financial and business terms
check digit
1 check digit
2 check digit
контрольная цифра
контрольный разряд
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]
Тематики
Синонимы
3.1.4 контрольное число (check digit): Число, являющееся средством контроля достоверности кода владельца и серийного номера (см. приложение А). Контрольное число имеет отношение только к коду владельца, идентификатору категории оборудования и серийному номеру контейнера.
3 check digit
check-sum digit — цифра контрольной суммы; контрольная цифра
augend digit — цифра первого слагаемого; цифра первого числа
addend digit — цифра второго слагаемого; цифра второго числа
high-order digit — цифра старшего разряда; старший разряд
4 check digit
5 check digit
6 check digit
7 check digit
8 check digit
9 check digit
10 check digit
11 check digit
12 check digit
13 check digit
14 check digit
15 check digit
16 check digit
17 check digit
18 check digit
19 check digit
20 check digit
См. также в других словарях:
check digit — ➔ digit * * * check digit UK US noun [C] ► IT a number that is used in a computer program to help to find or prevent errors … Financial and business terms
check digit — noun (computing) A redundant bit in a stored word, used in a self checking procedure such as a parity check • • • Main Entry: ↑check … Useful english dictionary
Check digit — A check digit is a form of redundancy check used for error detection, the decimal equivalent of a binary checksum. It consists of a single digit computed from the other digits in the message. With a check digit, one can detect simple errors in… … Wikipedia
check digit — A digit often appended at the end of a string of digits; it is used for carrying out a check to verify the accuracy of a sequence or a customer number … Big dictionary of business and management
Check digit — An ISO term. A suffix digit used to test the validity of a number. 1n … International financial encyclopaedia
check digit — A numerical digit added to a number to permit verification of its accuracy by a computerized accounting system … Auditor’s dictionary
check digit — /tʃek dɪdʒɪt/ noun the last digit of a string of computerised reference numbers, used to validate the transaction … Dictionary of banking and finance
Check digit — Контрольный разряд … Краткий толковый словарь по полиграфии
check digit — control number … English contemporary dictionary
Check digit weight factor — A method in automated systems to determine valid account and customer numbers. The actual weight factors are customisable by the security officer for the system … International financial encyclopaedia
digit — di‧git [ˈdɪdʒt] noun [countable] one of the written signs that represent the numbers 0 to 9: • Binary code uses the digits 1 and 0. see also double digit ˈcheck ˌdigit COMPUTING a number or series of numbers added to the end of a code (= set of… … Financial and business terms
С помощью контрольной цифры можно обнаружить простые ошибки при вводе ряда символов (обычно цифр), таких как одна неправильно набранная цифра или некоторые перестановки двух последовательных цифр.
СОДЕРЖАНИЕ
Дизайн
При выборе системы высокая вероятность обнаружения ошибок компенсируется сложностью реализации; простые системы контрольных цифр легко понятны и реализуются людьми, но не улавливают столько ошибок, сколько сложные, для реализации которых требуются сложные программы.
Желательной особенностью является то, что заполнение слева нулями не должно изменять контрольную цифру. Это позволяет использовать числа переменной длины и изменять длину. Если к исходному номеру добавляется одна контрольная цифра, система не всегда будет фиксировать множественные ошибки, такие как две ошибки замены (12 → 34), хотя, как правило, двойные ошибки будут обнаружены в 90% случаев (оба изменения будут необходимо изменить выпуск путем взаимозачета сумм).
Очень простой метод контрольной цифры состоит в том, чтобы взять сумму всех цифр ( цифровая сумма ) по модулю 10. Это позволит уловить любую однозначную ошибку, поскольку такая ошибка всегда изменяет сумму, но не улавливает никаких ошибок транспонирования (переключение две цифры), так как при повторном заказе сумма не меняется.
Чтобы проиллюстрировать это, например, если бы веса для четырехзначного числа были 5, 3, 2, 7, а число, которое нужно закодировать, было 4871, тогда можно было бы взять 5 × 4 + 3 × 8 + 2 × 7 + 7 × 1. = 65, то есть 65 по модулю 10, и контрольная цифра будет 5, что даст 48715.
Примеры
Другой пример: вычислить контрольную цифру для следующего продукта питания «01010101010 x ».
ISBN 10
ISBN 13
ISBN 13 (используется с января 2007 г.) равен коду EAN-13, указанному под штрих-кодом книги. Его контрольная цифра генерируется так же, как и UPC, за исключением того, что четные цифры умножаются на 3 вместо нечетных цифр.
EAN (номера GLN, GTIN, EAN, администрируемые GS1)
check digit
Смотреть что такое «check digit» в других словарях:
check digit — ➔ digit * * * check digit UK US noun [C] ► IT a number that is used in a computer program to help to find or prevent errors … Financial and business terms
check digit — noun (computing) A redundant bit in a stored word, used in a self checking procedure such as a parity check • • • Main Entry: ↑check … Useful english dictionary
Check digit — A check digit is a form of redundancy check used for error detection, the decimal equivalent of a binary checksum. It consists of a single digit computed from the other digits in the message. With a check digit, one can detect simple errors in… … Wikipedia
check digit — A digit often appended at the end of a string of digits; it is used for carrying out a check to verify the accuracy of a sequence or a customer number … Big dictionary of business and management
Check digit — An ISO term. A suffix digit used to test the validity of a number. 1n … International financial encyclopaedia
check digit — A numerical digit added to a number to permit verification of its accuracy by a computerized accounting system … Auditor’s dictionary
check digit — /tʃek dɪdʒɪt/ noun the last digit of a string of computerised reference numbers, used to validate the transaction … Dictionary of banking and finance
Check digit — Контрольный разряд … Краткий толковый словарь по полиграфии
check digit — control number … English contemporary dictionary
Check digit weight factor — A method in automated systems to determine valid account and customer numbers. The actual weight factors are customisable by the security officer for the system … International financial encyclopaedia
digit — di‧git [ˈdɪdʒt] noun [countable] one of the written signs that represent the numbers 0 to 9: • Binary code uses the digits 1 and 0. see also double digit ˈcheck ˌdigit COMPUTING a number or series of numbers added to the end of a code (= set of… … Financial and business terms
check digit
Смотреть что такое «check digit» в других словарях:
check digit — ➔ digit * * * check digit UK US noun [C] ► IT a number that is used in a computer program to help to find or prevent errors … Financial and business terms
check digit — noun (computing) A redundant bit in a stored word, used in a self checking procedure such as a parity check • • • Main Entry: ↑check … Useful english dictionary
Check digit — A check digit is a form of redundancy check used for error detection, the decimal equivalent of a binary checksum. It consists of a single digit computed from the other digits in the message. With a check digit, one can detect simple errors in… … Wikipedia
check digit — A digit often appended at the end of a string of digits; it is used for carrying out a check to verify the accuracy of a sequence or a customer number … Big dictionary of business and management
Check digit — An ISO term. A suffix digit used to test the validity of a number. 1n … International financial encyclopaedia
check digit — A numerical digit added to a number to permit verification of its accuracy by a computerized accounting system … Auditor’s dictionary
check digit — /tʃek dɪdʒɪt/ noun the last digit of a string of computerised reference numbers, used to validate the transaction … Dictionary of banking and finance
Check digit — Контрольный разряд … Краткий толковый словарь по полиграфии
check digit — control number … English contemporary dictionary
Check digit weight factor — A method in automated systems to determine valid account and customer numbers. The actual weight factors are customisable by the security officer for the system … International financial encyclopaedia
digit — di‧git [ˈdɪdʒt] noun [countable] one of the written signs that represent the numbers 0 to 9: • Binary code uses the digits 1 and 0. see also double digit ˈcheck ˌdigit COMPUTING a number or series of numbers added to the end of a code (= set of… … Financial and business terms