Multiple Choice
Given the following sample of pseudo code: Read A, B, C; If A > B then Print "Primary ratio is" & A / B; End If If A > C then Print "Secondary ration is" & A / C; End If. Which of the following test cases would achieve 100% statement coverage?
A) A = 5, B = 10 and C = 2
B) A = 10, B = 10 and C = 10
C) A = 10, B =5 and C = 2
D) A = 2, B= 5 and C = 10
Correct Answer:

Verified
Correct Answer:
Verified
Q80: A program level Master Test Plan states
Q81: Which of the following would TYPICALLY be
Q82: Consider the following state table: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1147/.jpg"
Q83: During which activity of the Fundamental Test
Q84: Which of the following types of defect
Q86: Which of the following are white-box test
Q87: Which of the following is a MAJOR
Q88: Which two of the following are attributes
Q89: Match the following formal review roles and
Q90: You have designed test cases to provide