Which of these is not a guideline for developing a prototype?
A) Build the system slowly and carefully.
B) Modify the prototype.
C) Stress the user interface.
D) Work in manageable modules.
A) Build the system slowly and carefully.
Computer Science & Information Technology
You might also like to view...
If string s contains "antidisestablishmentarianism", then s.substr( 7, 13 ) would be:
a. "establish" b. "ishmenta" c. "establi" d. "establishment"
Computer Science & Information Technology
Which of the following is not an error (either a syntax error or a logic error)?
a. Neglecting to include an action in the body of a while statement that will eventually cause the condition to become false. b. Spelling a keyword (such as while or if) with a capitalized first letter. c. Using a condition for a while statement that is initially false. d. An infinite loop.
Computer Science & Information Technology