Which of the following answers is not one of the criteria suggested by the ISO 12207 for consideration during the establishment of infrastructure?
A. Functionality
B. Performance
C. Safety
D. Quality
Answer: D
Computer Science & Information Technology
You might also like to view...
Which is NOT an example of a text effect within a table?
A) Rotate B) Reflection C) Shadow D) Glow
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