55.6k views
5 votes
Because the system/application domain covers an expansive range of topics, it follows that the baseline standards are diverse. For example, the _____________________ explains how to compose and assess the security of applications.

a. especially those developed in-house.
b. approved cryptographic algorithms and key lengths standard
c. public key infrastructure certification authority standard
d. developer coding standards
e. physical security baseline standards

User Nissa
by
3.6k points

1 Answer

1 vote

Answer:

D. Developer coding standards

Step-by-step explanation:

A good developer or software development organization maintains a well defined and standard style of coding known as Coding Standards.

It is very important for programmers to maintain coding standards. The importance/purpose of this coding standards are;

Coding standard improves readability and maintainability of code and reduce complexity.

Coding standards also gives uniform appearance to the different codes by different engineers. it helps in the reuse of code and easy detection of error.

Futhermore, it enhances sound programming practices and increase the efficiency of programmers.

Examples of coding standards include; Standard headers for different modules for better understanding, Limited use of globals, Naming conventions for differents variables, global variables as well as constant and functions, Identation and Error return values/ exception handling conventions etc are some of the coding standards.