answersLogoWhite

0


Best Answer

A check digit is the twelfth and final number in a USPS bulk mail barcode string and is used by the USPS to detect barcode errors.

The first eleven digits depict three groupings: the delivery zone (your 5-digit ZIP code), the region within the zone (+4) and the exact location for the mail drop (+2 , the delivery point (DP), or the last two digits of a mailbox or flat).

The check digit is calculated by adding up the eleven digits, then subtracting the last digit of that result from 10. To illustrate this, the total, when adding up the 11 digits associated with the company I work for, is 34. Since 4 is the last digit in that number, I subtract it from 10 and get our check digit, 6.

You can also use an online ZIP+4 lookup that returns the check digit at the end of the barcode string. Try http://bit.ly/ZIPplus4

Type in your address and push Search, then scroll all the way to the bottom of the page for easy-to-read Return Results.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a check digit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How is a check digit used as a validation check?

A check digit, typically the last digit of a number, can be computed from the other digits. For example, if you have an account number 1234, the bank might add a 5th digit of 0 because 1+2+3+4=10 and the low digit of 10 is zero. So they would tell you your account number is 12340.Then if you type it in by mistake as 12350 or 12347 or some such, a web page could immediately know it was wrong before looking it up in the database.If you typed in 33310 by mistake, it would think the check digit was correct -- so you can see it is good for saying what is probably wrong, but not what is RIGHT.Real check digits will detect swapping of two digits (which the sum above does not). Also, today a check digit is less important than it was in 1980 as it is quick to actually look it up and see if it is a valid account number without using a check digit at all.


What is a Paribit?

Paribit is a combination of two words; Parity and Bit. In early nineties computing, a check digit or Parity Bit was assigned to a sequence of bits that were to be transmitted over a network. The parity bit was used for security and transmission verification purposes. It either made the entire sequence of bits, even or odd, depending on the checking mechanism being used. Transmissions today use a method called packets and does not employ the check digit method.


What digit is MHz?

MHz is not a digit, it is a frequency of one million times per second.


What is pi to the last digit?

There is no "last digit" of pi. Pi is irrational. Irrational numbers go in forever; like infinity


What is bynary digits?

A binary digit is either a 0 or 1. The shortend name is Binary digIT = "BIT". In computers, it is the smallest unit of data...an ON or OFF.

Related questions

What is the name of the last digit in the bar code number?

check digit


What does check digit mean in binary?

A check digit can be added to any set of numbers primarily to check for errors in the data. The check digit is seen as an equivalent to binary checksum which is used for the older and now less used binary system.


Digit 9 is a check digit?

T.D bank gave me a 9 digit. Account number. For my business account. Is that normal


Where do you find the account number on a check?

At the bottom of the check. It should be a 10 digit number to the right of the 9 digit routing on the bottom left.


How can you check if a number is a multiple of 4?

Add the last digit (units digit) to twice the previous digit (tens digit). If this sum is divisible by 4, so is the original number.


What the definition of the scientific digit term of 0.0890?

check


What is the lucky three digit numbers this week?

Check


What validation does the bar code use?

Digit Check


What does 5TH digit in Vin mean?

This is the mathematically determined check digit to insure that vin numbers are correctly formated and not falsified.


What is a check digit used for?

A check digit, typically the last digit of a number, can be computed from the other digits. For example, if you have an account number 1234, the bank might add a 5th digit of 0 because 1+2+3+4=10 and the low digit of 10 is zero. So they would tell you your account number is 12340. Then if you type it in by mistake as 12350 or 12347 or some such, a web page could immediately know it was wrong before looking it up in the database.If you typed in 33310 by mistake, it would think the check digit was correct -- so you can see it is good for saying what is probably wrong, but not what is RIGHT.Real check digits will detect swapping of two digits (which the sum above does not). Also, today a check digit is less important than it was in 1980 as it is quick to actually look it up and see if it is a valid account number without using a check digit at all.


How do you turn 5280 into a number with only one significant digit?

You keep the first digit, replace the remaining digits with zero, and check whether you need to round the first digit up or not.


How many digits are there in a check number?

A check digit is typically a single digit 0-9 (or it may be a single byte with value 0-255), which is calculated from a formula, using the other digits in a string of digits. The digit is then appended, usually at the end of the string of digits before encoding for transmission over a communications network or creating a barcode. The receiver (or barcode scanner) has the same formula, which was used to create the check digit, and performs the same operation, then checks to see if the digit that was received (or scanned) is the same as the calculated digit. If they match, then a successful transmission is assumed. Disk drives also use check digit methods to see if data read in might be erroneous, due to imperfections in the disk surface.