Specify which of the following statements are functional requirements and which are nonfunctional requirements:
• “The ticket distributor must enable a traveler to buy weekly passes.”
• “The ticket distributor must be written in Java.”
• “The ticket distributor must be easy to use.”
The first requirement is functional, the third is nonfunctional. Using the definitions in Chapter 1, the second
requirement is nonfunctional. In Chapter 4, we will call this requirement a pseudo requirement as it constrains aspects
of the system that are not visible to the user.
You might also like to view...
A security manager is concerned about the security of its WEP-encrypted WiFi network. How can security be improved to prevent eavesdroppers from viewing sensitive business information?
a. Require VPN for all users using the WiFi network b. Require SSL VPN for all users using the WiFi network c. Upgrade authentication to EAP d. Upgrade authentication to PEAP
What is the syntax of the method that will execute code once after a specific amount of time has elapsed?
A. var variable = setTimer"code", milliseconds); B. var variable = setTimeout(milliseconds, "code"); C. var variable = setTimeout("code", milliseconds); D. var variable = setInterval("code", milliseconds);
If no files were found, ?
A. ?refine your search by changing the search keywords. B. ?look in other locations. C. ?a message will appear in the Search Results window. D. ?change whether hidden and system files are included in the search.
Which of the following statements is used to simplify the accessing of all globalType namespace members?
A. using globalType; B. using namespace globalType:all; C. using namespace globalType::all; D. using namespace globalType;