Which of the following choices is an alternate term used to describe what ISO 12207 refers to as "software requirements analysis" activities?

A. Requirements engineering
B. Software components analysis
C. Software necessities
D. Engineering requirements


Answer: A

Computer Science & Information Technology

You might also like to view...

Text attribute buttons only apply text attributes, but do not remove them.

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

Computer Science & Information Technology

(Enhanced Dental Payment Application) Modify the Dental Payment application from this tutorial to include additional services, as shown in Fig. 7.29. Add the proper functionality (using if statements) to determine whether any of the new JCheckBoxes are selected and, if so, add the price of the service to the total bill. As in the original application, a message dialog should be displayed if the patient’s name is missing or if none of the JCheckBoxes are selected.


```
a) Copying the template to your working directory. Copy the C:Examples Tutorial07ExercisesDentalPaymentEnhanced directory to your C:Simply- Java directory.
b) Opening the template file. Open the DentalPayment.java file in your text editor.
c) Customizing the Fluoride JCheckBox and its price JLabel. In line 128 set the bounds property of fluorideJCheckBox to 16, 210, 140, 24. In line 129 set the text property of fluorideJCheckBox to "Fluoride". The price for a fluoride treatment is $50. In line 135 set the text property of fluoridePriceJLabel to "$50".
d) Customizing the Root Canal JCheckBox and its price JLabel. In line 141 set the bounds property of rootCanalJCheckBox to 16, 242, 140, 24. In line 142 set the text property of rootCanalJCheckBox to "Root Canal". The price for a root canal treat- ment is $225. In line 148 set the text property of rootCanalJPriceLabel to "$225".
e) Customizing the Other JCheckBox, its price JLabel and a JTextField for the user to input a price. In l

Computer Science & Information Technology

Server-side ActiveX components are instantiated by passing the name of the component as a string to ________ object method ________.

(a) Request, ActiveX (b) Response, ActiveX (c) Server, CreateObject (d) Server, CreateActiveX

Computer Science & Information Technology

Hypertext Transfer Protocol over SSL (HTTPS) uses TCP port ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology