1/4
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
What is a defensive design?
Designing and creating programs that are able to handle unexpected and erroneous data and inputs by anticipating misuse ensuring bugs are reduced and the program behaves as expected
What is authentication?
Determining the identity of a user through a username or password
What is input validation?
Checking if the data is appropriate for use
What is iterative testing?
Happens throughout development of the program testing the individual sub programs to make any changes of improvements to ensure they work properly.
What is final testing?
Testing which takes place at the end of development to test the functionality of the entire program