CPP - Certified Professional Programmer Practice Test
CPP Security & Error Handling
What is input validation and why is it critical for secure software?
Select your answer
A
Checking that user inputs match expected formats and ranges to prevent injection attacks and data corruption
B
Logging all user inputs to a database
C
Encrypting user inputs before storage
D
Limiting the length of variable names in code
Hint