?
Critical Thinking Questions
Case 4-2
?
Jerry has inherited an Excel sheet that lists all of the system requirements for his team's new project. But unfortunately, his predecessor did not label the requirements with categories-or in some cases failed to categorize them correctly. He needs to take care of this so the requirements can be sorted correctly.
?Jerry has found one system requirement that he thinks could fit into a couple of different categories. The requirement is as follows: An employee record must be added, changed, or deleted only by a member of the human resources department. What is the best categorization of this requirement?
A. ?Performance
B. ?Control
C. ?Process
D. ?Input
Answer: B
Computer Science & Information Technology
You might also like to view...
To properties _________ are defined in the FadeTransition class.
a. duration b. node c. fromValue d. toValue e. byValue
Computer Science & Information Technology
Consider the following statements:struct supplierType { string name; int supplierID; };struct paintType { supplierType supplier; string color; string paintID; }; paintType paint;What is the data type of paint.supplier?
A. string B. paintType C. supplierType D. struct
Computer Science & Information Technology