Which SSE-CMM capability model has no comparable level within the CMMI?

A. Incomplete
B. Performed
C. Managed
D. Predictable


Answer: B

Computer Science & Information Technology

You might also like to view...

Expressed in hexadecimal, the range for RGB colors is 0 to ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Consider the following definition of a recursive method.      public static int foo(int n)          //Line 1      {                                        //Line 2         if (n == 0)                      //Line 3                return 0;                      //Line 4         else                                  //Line 5                return n + foo(n - 1);          //Line 6      }Which of the statements represent the base case?

A. Statements in Lines 3 and 4 B. Statements in Lines 5 and 6 C. Statements in Lines 3, 4, and 5 D. None of these

Computer Science & Information Technology

Which of the following best describes a federated relationship?

A. HIPAA patient privacy requirements for healthcare providers B. The airline industry C. Numerous franchises in a geographical area D. Third-party companies and their networks share customer data based upon a single sign-on to a primary organization

Computer Science & Information Technology

Case Based Critical ThinkingNow that his team has been using Illustrator regularly and getting comfortable with the software, Mark is excited to work with them on some of the more interesting features and to share with them some of his special techniques. Mark is talking with his team about clipping masks. One of the junior designers is having trouble with the concept that there's more to the masked art than you can see, so Mark gives a quick quiz to them all, asking which of the following is not a good analogy for a clipping mask?

A. a white stencil positioned over a pink wall B. the matting in a picture frame C. a hole in a wall D. a lamp on a desk

Computer Science & Information Technology