How is annualized loss expectancy computed?
A. The probability of an event occurring multiplied by the likely loss it would incur
B. The probability of an event occurring multiplied by the existing vulnerabilities
C. The probability of an event occurring divided by the existing threats
D. The probability of an event occurring divided by the existing controls
Answer: A
Explanation: The annualized loss expectancy is used in quantitative risk analysis and is computed by multiplying the probability of an event occurring by the likely loss it would incur.
You might also like to view...
Your company has decided to set up a new AWS account for test and dev purposes. They already use AWS for production, but would like a new account dedicated for test and dev so as to not accidentally break the production environment. You launch an exact replica of your production environment using a CloudFormation template that your company uses in production. However CloudFormation fails. You use the exact same CloudFormation template in production, so the failure is something to do with your new AWS account. The CloudFormation template is trying to launch 60 new EC2 instances in a single AZ. After some research you discover that the problem is;
A. For all new AWS accounts there is a soft limit of 20 EC2 instances per region. You should submit the limit increase form and retry the template after your limit has been increased. B. For all new AWS accounts there is a soft limit of 20 EC2 instances per availability zone. You should submit the limit increase form and retry the template after your limit has been increased. C. You cannot launch more than 20 instances in your default VPC, instead reconfigure the CloudFormation template to provision the instances in a custom VPC. D. Your CloudFormation template is configured to use the parent account and not the new account. Change the account number in the CloudFormation template and relaunch the template.
Modify and print the DEPARTMENT NAME element. Create an alias of STAFF DEPARTMENT NAME. In the Notes area, enter the following comment:
Table of codes: Department Table. The type should be Character, the length 25, and the picture X(25).
Which of the following is not true?
A. When management outsources their organization's IT functions, they also outsource responsibility for internal control. B. Once a client firm has outsourced specific IT assets, its performance becomes linked to the vendor's performance. C. IT outsourcing may affect incongruence between a firm's IT strategic planning and its business planning functions. D. The financial justification for IT outsourcing depends upon the vendor achieving economies of scale.
In JavaScript programming, you can write your own procedures, called ____, which refer to a related group of JavaScript statements that are executed as a single unit.
A. programs B. functions C. modules D. objects