1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Definition
Checks data falls within set boundaries
Uses minimum and maximum values
Rejects values outside range
Common for numerical input
Advantages
Prevents unrealistic values
Improves data consistency
Automated validation
Easy to implement
Disadvantages
Correct values can still be inaccurate
Limited to set ranges
Incorrect ranges cause errors
Does not verify data accuracy
Key Term
“Checks data falls within predefined limits.”