Name three goals for well-written software.
What will be an ideal response?
Three goals for well-written software are: 1) the software performs as required; 2) it runs without errors; and 3) the code is well documented and easy to follow. Students may argue that 1) and 2) are the same, when in fact they are not. A software program can run correctly, perform all calculations and the file input/output. However, if the program does not perform the required tasks, it misses one of the goals of well-written software.
You might also like to view...
WPA ____________________ was designed for individuals or small office home office (SOHO) settings of generally 10 or fewer employees.
Fill in the blank(s) with the appropriate word(s).
What actually changes the value Excel stores to a user determined number of decimal places?
A) ROUND function B) Decrease decimal setting C) DECIMAL function D) Increase decimal setting
In A1,A2 and A3 relatively input these numbers: 1,2, and 3. What would be the result of the function: =SUM(A1:A3,4)
a. 8 b. An error. c. 10
Constants are normally named using all lowercase characters, separating second and subsequent words with the underscore character.
Answer the following statement true (T) or false (F)