Discuss the three categories of input of input controls.

What will be an ideal response?


Field interrogation involves programmed procedures that examine the characteristics of the data in the field and include check digits, missing data checks, numeric-alphabetic checks, limit checks, range checks and validity checks.

Record interrogation procedures validate the entire record by examining the interrelationship of its field values and include reasonableness checks, sign checks and sequence checks.

File interrogation is used to ensure the correct file is being processed by the system and include internal and external label checks and version checks.

PTS: 1

Computer Science & Information Technology

You might also like to view...

List the steps in the transition in graphics presentation from the early Internet to the current Internet.

What will be an ideal response?

Computer Science & Information Technology

Sorting by ________ arranges data together for cells containing a particular fill or font color

Fill in the blank(s) with correct word

Computer Science & Information Technology

During the 1980s, the lack of standard operating systems and standard productivity software meant that workers had difficulty filling in for each other during illness and vacations.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the following statement, what is the initial condition, given that y = 600?

``` for(x = 500; x > y; x++) ``` a. ``` x = 500; ``` b. ``` x = 600; ``` c. ``` x > y; ``` d. none of these

Computer Science & Information Technology