Which check is not an input control?
A. reasonableness check
B. validity check.
C. spooling check
D. missing data check
Answer: C
Computer Science & Information Technology
You might also like to view...
One good rule that applies to online investing is "Never invest money that you cannot afford to lose."
Indicate whether the statement is true or false.
Computer Science & Information Technology
In a sequence of try/catch blocks, the last catch block of that sequence should be ____.
A. catch(...){ } B. catch(int x){ } C. catch(str){ } D. catch(exception){}
Computer Science & Information Technology