Identify a situation where one of the external factors (as shown in Figure 2-6) that affected a system project was a natural disaster.

What will be an ideal response?

Imagine a hurricane hitting the east coast of Florida. If the project was situated on Florida’s west coast, which was unaffected by the hurricane, the project could still be negatively impacted. For example, one or more of the project’s external suppliers could be offline due to a lack of electricity or fuel. If the supplier can’t operate properly, the entire project could be jeopardized.

Computer Science & Information Technology

You might also like to view...

In the declaration: string color = "blue";

a) the string literal color is assigned to the string reference "blue" b) the string reference color is assigned to the string literal "blue" c) the string literal "blue" is assigned to the string reference color d) None of the above

Computer Science & Information Technology

If you are using an older computer that does not support the C++11 standard, you should initialize pointers with

a. the integer 0 or the value NULL b. the null terminator '\0' c. a nonzero value d. Any of these e. None of these

Computer Science & Information Technology