Exam CISA All QuestionsBrowse all questions from this exam
Question 311

Coding standards provide which of the following?

    Correct Answer: C

    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.

Discussion
1e71ed5Option: C

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

SibsankarOption: C

C is right

ChangwhaOption: C

C. Field naming conventions