CISA Exam QuestionsBrowse all questions from this exam

CISA Exam - Question 311


Coding standards provide which of the following?

Show Answer
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

3 comments
Sign in to comment
ChangwhaOption: C
Jul 16, 2023

C. Field naming conventions

SibsankarOption: C
Mar 1, 2024

C is right

1e71ed5Option: C
Jul 18, 2024

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