1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Which of the following is an approach to minimizing the impact of software errors by independently implementing the same set of user requirements N times, where N could be 2, 3, 4, or more?
N-version programming
Which of the following is true of the International Organization for Standardization?
It is a worldwide federation of national standards bodies from 161 countries.
Software product liability claims are typically based on strict liability, negligence, breach of warranty, or misrepresentation.
True
Black-box testing treats the software unit as a device that has expected input and output behaviors but whose internal workings are known.
False
After an organization decides to adopt which of the following, it must conduct an assessment of its software development practices to determine where they fit in the capability model?
CMMI-DEV
Software suppliers attempt to limit their liability by specifying that although software is warranted to run on a given machine configuration, no assurance is given as to what that software will do.
True
Which of the following is true of software testing?
Static testing involves software programs called static analyzers which are run against new code.
Software defects are commonly lethal and many personal injuries are related to software failures.
False
In which of the following is a defendant held responsible for injuring another person, regardless of negligence or intent?
Strict liability
In the context of development of safety critical systems, if an undesirable event has a ten percent probability of occurring and a potential cost of $50,000, then the risk can be calculated as which of the following?
$5000
A successful defense against a product liability case is typically expensive in terms of legal fees.
True
In integration testing, special software programs called static analyzers are run against the new code.
False
The safety engineer uses a logging and monitoring system to track which of the following?
hazards
In an attempt to limit their liability in the event of nonperformance, software suppliers frequently write which of the following?
warranties
An important technique used to develop ISO 9001-compliant quality systems by both evaluating reliability and determining the effects of system and equipment failures is which of the following?
Failure mode and effects analysis (FMEA)
Which of the following is a standard, proven work process that enables those involved to make controlled and orderly progress in developing high-quality software?
software development methodology
What type of programming is commonly found in airplane and spacecraft control systems?
Triple version programming
Which of the following terms is defined as the potential of gaining or losing something of value?
Risk
Process-control computers enable the process to be monitored for variations from operating standards and to eliminate product defects before they affect which of the following?
quality
One approach to quality assurance is to test the code for a completed unit of software by actually entering test data and comparing the results with the expected results in a process known as which of the following?
dynamic testing