|
Which of the following is used to ensure that batch data is completely and accurately transferred between two systems?
A. Control total
B. Check digit
C. Check sum
D. Control account
Explanation:
A control total is frequently used as an easily recalculated control. The number of invoices in a batch or the value of invoices in a batch are examples of control totals. They provide a simple way of following an audit trail from a general ledger summary item to an individual transaction, and back.
Control total是一种简单重新计算控制,如批处理中的发票数量或者发票总额
A check digit is a method of verifying the accuracy of a single data item, such as a credit card number.
检验位是一种校验单个数据项的准确性的方法,如信用卡号。
Although a check sum is an excellent control over batch completeness and accuracy, it is not easily recalculated and, therefore, is not as commonly used in financial systems as a control total. Check sums are frequently used in data transfer as part of encryption protocols.
虽然检验和在验证批处理完整性和准确性上是一种优秀的控制,但他不是一种简单的重新计算,因此也不像control total那么普遍地运用于财务系统中。检验和经常作为加密协议的一部分用于数据传输。
Control accounts are used in financial systems to ensure that components that exchange summary information, such as a sales register and a general ledger, can be reconciled.
control accounts用于财务系统中确保交互总计信息的组件的结果可以被重新核对,如果销售登记簿和总账。
The correct answer is:A.
Additional information:
A checksum is a count of the number of bits in a transmission unit that is included with the unit so that the receiver can check to see whether the same number of bits arrived. If the counts match, it's assumed that the complete transmission was received. Both TCP and UDP communication layers provide a checksum count and verification as one of their services.
校验和是传输单位里二进制码(比特)的总数,因此接收者可以检验是否一样的比特数达到。如果总数一致,那就表示所有的传输被完整接收。TCP&UDP通讯层都提供了检验和计数和检验。
A check digit, also known as a checksum character, is the number located on the far right side of a bar code. The purpose of a check digit is to verify that the information on the barcode has been entered correctly. The barcode reader's decoder calculates the checksum by performing a series of mathematical operations on the digits that precede the check digit, and comparing the result of the calculation to the value of the check digit. Typically, if the check digit matches the result of the calculation, the reader emits a signal (such as a beep) to acknowledge that the results match, and the scan has been successful.
检验位,是一个位于条形码最右端的数值。目的用于检验条形码的信息是否被完整输入。条形码的读取器通过一系列的数学运算计算校验位前的所有数字,然后和检验位比较验证其正确性。信用卡号也有检验位。
control account,也就是检查total amount of subledger for each account是否和 general ledger的amount of each account一样。 |
|