MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Defects removal efficiency (DRE)depends on
A
E:errors found before software delivery
B
D:defects found after delivery to user
C
Both A and B
D
None of the above
Explanation: 

Detailed explanation-1: -Explanation: Defects removal efficiency (DRE)depends on: Both E and D. DRE = E / (E + d). 2. Which of the following is an indirect measure of product?

Detailed explanation-2: -Defect Removal Efficiency relates to the ability to remove defects introduced to a system by a project during the project life cycle. At its simplest DRE can be expressed as a percentage where DRE = (total defects found during the project/total defects introduced by the project)x 100.

Detailed explanation-3: -DRE is calculated as the correlation of bugs detected internally (by testers and software testing) with the amount of bugs that were detected externally (by users). DRE’s formula: DRE= (Number of defects found internally/ Number of defects found internally + Number of defects found externally) × 100.

Detailed explanation-4: -Defect Removal Efficiency (DRE) measures how well the development and testing team does at removing defects before they enter production.

Detailed explanation-5: -Definition : The defect removal efficiency (DRE) gives a measure of the development team ability to remove defects prior to release. It is calculated as a ratio of defects resolved to total number of defects found. It is typically measured prior and at the moment of release.

There is 1 question to complete.