A range check _____
Reveal answer
Fill a bubble to check yourself
A range check _____
ensures that only the correct data type is entered into a field
verifies that all required data is present
determines whether a number is within a specified limit
tests if the data in two or more associated fields is logical
None of these
A range check validates that entered data falls within specified minimum and maximum boundaries. It's different from type checking (ensures correct data type), completeness check (ensures required fields are filled), or consistency check (ensures logical relationships between fields).