Also found in: Dictionary, Thesaurus, Medical, Legal, Wikipedia.
check digit
[′chek ‚dij·ət](computer science)
A redundant digit used to perform a check.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
check digit
A numeric digit used to ensure that account numbers are entered accurately into the computer. Check digits are computed when the numbers are generated, and they become part of the number, often at the end. When an account number is entered, the data entry procedure recalculates the check digit and compares it. If not equal, the account number is considered invalid. Following is a simple check digit computation:Starting Number:2 8 5 0 4 8 1 - Sum digits = 27 2 - 2 and 7 = 9 3 - Append to end Account number with check digit at end:2 8 5 0 4 8 9
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.