Validation + Verification cards :)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

Last updated 10:23 AM on 3/4/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards
Presence Check
A validation check ensuring that a data value must be entered. For example, entering a quantity when placing an order.
2
New cards
Length Check
A validation check that ensures the input is not too long or too short, such as ensuring a username is between 8 to 40 characters.
3
New cards
Range Check
A validation check that ensures the input falls within a specified range, commonly applied to numbers, such as ensuring a payment is greater than 0 but less than available funds.
4
New cards
Format Check
A validation check that ensures the data is in the correct format, such as entering a date in the format DD/MM/YYYY.
5
New cards
Type Check
A validation check that ensures the data is of a specified data type, such as confirming input is an integer when specifying a quantity.
6
New cards
Verification
The process of ensuring data entry is accurate, often done via double entry to confirm that both entries match.