Criado por Luke Lawton
quase 2 anos atrás
|
||
Questão | Responda |
Checks to see if inputs from the user meet certain criteria | Input validation |
The first or last, 1 or 2 digits of an input are checked if they're correct so the program knows that the other digits are too | Check digit |
If a value in an input is the correct data type | Format check |
If the value in an input has the correct amount of characters | Length check |
If an input contains anything at all | Presence check |
If the value of an input fits within the correct set of values | Range check |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.