Which of the following is not a guideline to help choose an appropriate documentation technique?

A) is compatible with existing documentation
B) is understood by others in the organization
C) allows you to return to working on the system after you have been away from it for a period of time
D) is suitable for the size of the system you are working on
E) allows for an unstructured design approach if it is considered to be more important than other factors


E) allows for an unstructured design approach if it is considered to be more important than other factors

Computer Science & Information Technology

You might also like to view...

Which of the following lines of code accesses the second element of the first array in a two-dimensional array of integers, numbers, and stores the result in a variable called num?

a) num = numbers[1][2]; b) num = numbers[0][1]; c) num = numbers.getElement(1, 2); d) num = numbers.getElement(0, 1); e) none of the above are correct

Computer Science & Information Technology

Which type of BlueTooth attack accesses unauthorized information from a wireless device through a Bluetooth connection, often between cell phones and laptop computers?

A. Bluejacking B. Bluesurfing C. Bluephising D. Bluesnarfing

Computer Science & Information Technology

If each cell in a selected range is next to a row of numbers, Excel assigns the SUM function to each cell in the selected range when the Sum button is clicked.

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

Computer Science & Information Technology

An e-reader has an LCD screen designed for reading and storing digital books, magazines, and other online materials

Indicate whether the statement is true or false

Computer Science & Information Technology