Case-Based Critical Thinking Questions
?
Case 13-1
The Rainbow Trout Company specializes in developing software that is used by amateur and professional fishermen with a wide variety of needs. As such, the company often work on projects with constantly changing requirements.
To allow everyone, not just the original programmer, to understand the source code of a program, the Rainbow Trout Company follows a set of ____-a list of rules designed to standardize programming styles.

A. UMLs
B. flowcharts
C. RADs
D. coding standards


Answer: D

Computer Science & Information Technology

You might also like to view...

To change document properties, first tap or click FILE on the ribbon to open the Properties view.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When new programmers perform range checks, they are prone to using logic that includes too many decisions, entailing more work than is necessary.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In general, if L is a sorted list of size n, to determine whether an element is in L, the binary search makes at most 2 * log2n + 2 key (item) comparisons.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The amplitude of a sound wave is a measure of its ________.

A. loudness B. frequency C. period D. wavelength

Computer Science & Information Technology