Static analysis is now routinely used in the development of many safety and security critical systems?
		A. True
B. False
Explanation: The static analyzer can discover areas of vulnerability such as buffer overflows or unchecked inputs
		A. True
B. False
Explanation: The static analyzer can discover areas of vulnerability such as buffer overflows or unchecked inputs
		A. Human error or mistake
B. System fault
C. System error
D. System failure
		A. Loss of service
B. Incorrect service delivery
C. System/data corruption
D. None of the mentioned
		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. Storage management faults
B. Data Faults
C. Input/Output Faults
D. Interface faults
		A. Checking requirements
B. Recovery requirements
C. Redundancy requirements
D. Ambiguous requirements
Explanation: All the options are correct except option d.
		A. True
B. False
Explanation: Exception handling is a mechanism to provide some fault tolerance.