PYTHON: Validation and Authentiation

?
  • Created by: Otter321
  • Created on: 16-11-18 10:35
What is validation?
Validation is a check made by a computer to ensure that the data entered is sensible or reasonable.
1 of 7
What does input sanitation do?
It cleans up inputted data so it is ready for the application to use
2 of 7
Comments and indentation are from what?
Maintainability
3 of 7
What are run time errors?
Errors that occur only when the program is running i.e. running out of memory
4 of 7
Example of a syntax error
Spelling Mistakes
5 of 7
What is this an example of: When finding the average you times the numbers together, not adding them.
Logic Errors
6 of 7
This error will not crash your program
Logic Error
7 of 7

Other cards in this set

Card 2

Front

What does input sanitation do?

Back

It cleans up inputted data so it is ready for the application to use

Card 3

Front

Comments and indentation are from what?

Back

Preview of the front of card 3

Card 4

Front

What are run time errors?

Back

Preview of the front of card 4

Card 5

Front

Example of a syntax error

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »