CORRECT SOLUTIONS||100%
GUARANTEED PASS||UPDATED
2026/2027 SYLLABUS||<<NEWEST
VERSION>>
Which of the following is not one of the major activities of domain engineering? -
ANSWER ✓ validation
A review summary report answers which three questions? - ANSWER ✓ What
was reviewed, who reviewed it, what were the findings
An informal review may consist of which of the following? - ANSWER ✓ Casual
meeting, desk check, pair programming
At the end of a formal technical review, all attendees can decide to - ANSWER ✓
accept the work product without modification, reject the product due to severe
errors
Defect - ANSWER ✓ An error found after product release
Error - ANSWER ✓ Mistake found in software product before releasing to the
public
Software reliability - ANSWER ✓ How well a software can continue to perform
without failure under a specified amount of time
Software Quality - ANSWER ✓ How well a product adheres to expectations,
standards, and specifications
*Explain how a program can be correct and not be reliable - ANSWER ✓ A
program can meet the requirements while still featuring small errors that can later
lead to failure of the product
, *Explain how a program can be correct but not exhibit high quality - ANSWER
✓ Product meets objectives but does not appeal to quality standards
Software reliability problems can almost always be traced to - ANSWER ✓
Errors in design, errors in implementation
Software safety is a quality assurance activity that focuses on hazards that -
ANSWER ✓ may cause an entire system to fail
Which of the following are attributes of software quality? - ANSWER ✓ Adds
value for developers and end users, effective software process creates
infrastructure, useful products satisfy stakeholder requirements
Which of the following are objectives for formal technical reviews? - ANSWER
✓ Uncover errors in software work products
Which of the following is likely to be the most expensive cost of quality? -
ANSWER ✓ External failure costs
Which of the following management decisions have the potential to impact
software quality? - ANSWER ✓ Estimation decisions, risk-oriented decisions,
scheduling decisions
Acceptance tests are normally conducted by the - ANSWER ✓ end
Black box testing attempts to find errors in which of the following categories.. -
ANSWER ✓ incorrect/missing functions, interface errors, performance errors
Condition testing is a control structure testing technique where the criteria used to
design test cases is that they - ANSWER ✓ exercise the logical conditions in a
program module
Data flow testing is a control structure testing technique where the criteria used to
design test cases is that they - ANSWER ✓ select test paths based on the locations
and uses of variables
Major decisions points are tested early - ANSWER ✓ top-down