A(n) ____ story is a prose description of what software is to do, from the perspective of a person using the software.
A. objective
B. user
C. short
D. viewer
Answer: B
You might also like to view...
In the binary search, if the array being searched has 32 elements in it, how many elements of the array must be examined to be certain that the array does not contain the key? What about 1024 elements? Note: the answer is the same regardless of whether the algorithm is recursive or iterative.
What will be an ideal response?
To assign a double variable d to a float variable x, you write
a. x = (long)d b. x = (int)d; c. x = d; d. x = (float)d;
Answer the following statements true (T) or false (F)
1. Radio buttons are used to allow users to select several options at one time. 2. A form using the
tag pair can be placed anywhere within a web page. 3. When a form is enhanced with JavaScript, an event handler must be used to evoke the JavaScript code. 4. The Common Gateway Interface (CGI) allows web pages to be generated as executable files. 5, CGI scripts are normally saved in a folder named cgi-bin that exists on every client's hard drive.Web services can only be called from standard Windows applications.
Answer the following statement true (T) or false (F)