Describe when the joint review activity is conducted and the purpose of the review.

What will be an ideal response?


These are normally conducted at milestones in the development process or when an item specifically identified in the contract is produced. Their purpose is to determine whether the software product meets the specified criteria for security. They generate formal, documentary evidence that the product being inspected is correctly built and complies with any stipulated standards and specifications, including contract requirements. That assessment normally comes in the form of review reports for each phase of the development and maintenance process.

Computer Science & Information Technology

You might also like to view...

We need to specify that a LCDMonitor class inherits from a Monitor class. The notation for doing so look like this:

A. class LCDMonitor inherits from Monitor B. class LCDMonitor : class Monitor C. class LCDMonitor : Monitor D. class LCDMonitor : public Monitor

Computer Science & Information Technology

What is the best suitable relationship between Employee and Faculty?

a. Composition b. Aggregation c. Inheritance d. None.

Computer Science & Information Technology

The CPU is located on the computer's ________

A) motherboard B) kernel C) flash memory D) hard disk

Computer Science & Information Technology

Because the value of the seqlock’s sequence counter is initialized to zero, a(n) ________ is being executed when that value is odd.

a) read b) write c) interrupt handler d) softirq

Computer Science & Information Technology