Pakistan's best MCQs practice hub — FPSC · PPSC · CSS · NTS · Other Exams
Login
Software Engineering

Software Engineering MCQs with Answers

Software engineering MCQs with answers and detailed explanations for NTS, GAT, university tests and IT job interviews. SDLC, testing and design covered. Take a scored quiz instead →

In Software Configuration Management (SCM), a baseline is defined as:

AThe initial line of code written in a project
BThe minimal hardware required to compile the application
CA formally approved version of a configuration item that can only be changed through formal change control procedures
DThe final database schema backup file
Submitted by: mcqstutor Team 0 comments

A matrix used to map customer requirements to corresponding design modules and test cases is called a:

AResponsibility Assignment Matrix (RAM)
BRequirements Traceability Matrix (RTM)
CRisk Assessment Matrix
DPERT Chart
Submitted by: mcqstutor Team 0 comments

A system that remains operational continuously even during hardware component failures is said to possess high:

AMaintainability
BPortability
CUsability
DFault Tolerance
Submitted by: mcqstutor Team 0 comments

The process of maintaining track of requirements from their origin through analysis, design, coding, and testing is known as:

ARequirement Traceability
BRequirement Elicitation
CRequirement Validation
DRequirement Refinement
Submitted by: mcqstutor Team 0 comments

Defect Removal Efficiency (DRE) is calculated as $DRE = rac{E}{E + D}$, where $E$ is defects found before release and $D$ is:

ATotal test cases executed
BLines of code written
CDefects found by customers after release
DTotal development hours spent
Submitted by: mcqstutor Team 0 comments

The percentage of test cases in a test suite that executed successfully without detecting failures is called:

ADefect Removal Efficiency
BTest Pass Rate
CTest Execution Coverage
DCode Velocity
Submitted by: mcqstutor Team 0 comments

Testing conducted to check software performance when subjected to sudden, massive surges in traffic volume is called:

ALoad Testing
BStress Testing
CVolume Testing
DSpike Testing
Submitted by: mcqstutor Team 0 comments