Also known as an economic feasibility study, the formal assessment and presentation of the economic expenditures needed for a particular security control, contrasted with its projected value to the organization, is known as __________.

A. annualized loss expectancy (ALE)
B. cost-benefit analysis (CBA) 
C. single loss expectancy (SLE)
D. annualized rate of occurrence (ARO)


Answer: B

Computer Science & Information Technology

You might also like to view...

In Figure17.9, we rely on the ownership of the socket to identify the client. Describe one way to improve this check.

What will be an ideal response?

Computer Science & Information Technology

Use the Short Text data type for fields that contain variable length data, such as comments, notes, and reviews.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Show the output of the following program:

``` include using namespace std; void f(int n) { if (n > 0) { cout << n << " "; f(n - 1); } } int main() { f(5); return 0; } ```

Computer Science & Information Technology

A brute force function is a mathematical algorithm that generates a message summary or digest (sometimes called a fingerprint) to confirm message identity and integrity.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology