ExamQuestions.com

Register
Login
Certified Secure Software Lifecycle Professional (CSSLP) Exam Questions

ISC

Certified Secure Software Lifecycle Professional (CSSLP)

40 / 190

Question 40:

Which of the following coding practices are helpful in simplifying code? Each correct answer represents a complete solution. Choose all that apply. 

Answer options:

A. Programmers should use multiple small and simple functions rather than a single complex function.
B. Software should avoid ambiguities and hidden assumptions, recursions, and GoTo statements.
C. Programmers should implement high-consequence functions in minimum required lines of code and follow proper coding standards.
D. Processes should have multiple entry and exit points.