InterviewSolution
Saved Bookmarks
| 1. |
_______________ of information refers to protecting information from being modified by unauthorized parties.(a) Confidentiality(b) Authentication(c) Authorization(d) IntegrityThis question was posed to me in my homework.Query is from Writing Testable Code in portion Test Coverage and Development of JUnit |
|
Answer» CORRECT option is (d) INTEGRITY Explanation: Integrity of information is intended to allow the RECEIVER to DETERMINE that the information PROVIDED by a system is correct. |
|