Coding standards provide which of the following?
Coding standards provide which of the following?
Coding standards provide field naming conventions, which are rules for naming variables, constants, functions, classes, and other elements in a program. These standards help ensure consistency, readability, maintainability, and portability of code. Access control tables, data flow diagrams, and program documentation are not typically covered under coding standards.
C is the right answer, Coding standards provide field naming conventions, which are rules for naming variables, constants, functions, classes, and other elements in a program. Coding standards help to ensure consistency, readability, maintainability, and portability of code. Program documentation, access control tables, and data flow diagrams are not part of coding standards. References: CISA Review Manual (Digital Version), Chapter 4, Section 4.3.1
C is right
C. Field naming conventions