What are some of the questions that must be answered during the specification phase of the software life cycle?

What will be an ideal response?


What is the input data? What data in valid and what data is invalid? Who will use the software, and what user interface should be used? What error detection and error messages are desirable? What assumptions are possible? Are there special cases? What is the form of the output? What documentation is necessary? What enhancements to the program are likely in the future?

Computer Science & Information Technology

You might also like to view...

The individual instructions that you use to write a program in a high-level programming language are called ____________.

a. directives b. commands c. statements d. orders

Computer Science & Information Technology

A recursive function is one that

a. Speeds up a program. b. Is always slower than a nonrecursive function. c. Calls itself d. Calls no functions at all. e. Calls another function

Computer Science & Information Technology

A hyperlink can be added to a report in ________ view

Fill in the blank(s) with correct word

Computer Science & Information Technology

What happens if none of the when statements in a case code block match the value of the expression that is evaluated?

A. The statements belonging to the else statement (if present) are executed B. The last when statements belonging to the last when statement is executed C. All of the statements belonging to the when statements are executed D. None of the above

Computer Science & Information Technology