Choose the fault class in which the following automated static analysis check would fall:”Non-usage of the results of functions”?
		A. Storage management faults
B. Data Faults
C. Input/Output Faults
D. Interface faults
		A. Storage management faults
B. Data Faults
C. Input/Output Faults
D. Interface faults
		A. Risk assessment before the system has been deployed
B. Risk assessment while the system is being developed
C. All of the mentioned
D. None of the mentioned
		A. Characteristic error checking
B. User-defined error checking
C. Assertion checking
D. All of the mentioned
Explanation: Users of a programming language define error patterns, thus extending the types of error that can be detected.
		A. True
B. False
Explanation: The answer is self explanatory.
		A. Risk
B. Hazard probability
C. Accident
D. Damage
Explanation: The risk is assessed by considering the hazard probability, the hazard severity, and the probability that the hazard will lead to an accident.
		A. True
B. False
Explanation: Exception handling is a mechanism to provide some fault tolerance.
		A. Control Faults
B. Data Faults
C. Input/Output Faults
D. Interface faults