19.3k views
5 votes
Which of the following is not a programmed edit check?

1) online prompting
2) check digit
3) mathematical accuracy check
4) limit checks

User Kreker
by
8.0k points

1 Answer

2 votes

Final answer:

A programmed edit check is a validation technique used in computer systems to verify the accuracy and consistency of data. Out of the given options, mathematical accuracy check is not a programmed edit check.

Step-by-step explanation:

A programmed edit check is a validation technique used in computer systems to verify the accuracy and consistency of data. Out of the given options, mathematical accuracy check is not a programmed edit check.

Online prompting, check digit, and limit checks are commonly used programmed edit checks:

  • Online prompting involves the system providing prompts and suggestions to guide the user in entering correct and complete data.
  • A check digit is a calculated value added to a numerical code to detect errors. It verifies that the data entered is accurate.
  • Limit checks involve comparing a value entered by the user against predefined minimum and maximum limits to ensure it falls within an acceptable range.

User GideonKain
by
8.1k points