Which one of the following is NOT a check for Input or Information Accuracy in Software
Development security?
Correct Answer: A
There is no method called Review Check. To check input accuracy, data validation and verification checks should be incorporated into appropriate applications.
Character checks compare input characters against the expected type of characters, such as numbers or letters. This is sometimes also known as sanity checking.
Range checks verify input data against predetermined upper and lower limits.
Relationship checks compare input data to data on a master record file.
Reasonableness checks compare input data to an expected standard-another form of sanity checking.
Transaction limits check input data against administratively set ceilings on specified transactions.
The following answers are incorrect:
The are incorrect because THEY ARE all methods of Input checks
Range check - Verify input against predetermined upper and lower limits
Relationship check - compare input data to data on a master record file
Reasonableness check - compare input data to an expected standard
The following reference(s) were/was used to create this question:
Schneiter, Andrew (2013-04-15). Official (ISC)2 Guide to the CISSP CBK, Third Edition :
Software Development Security ((ISC)2 Press) (Kindle Locations 2554-2558). Auerbach
Publications. Kindle Edition.