Multiple Choice
Given the following sample of pseudo code: 01 Input number of male rabbits 02 Input number of female rabbits 03 If male rabbits > 0 and female rabbits > 0 then 04 Input Do you want to breed (Yes / No) 05 If breed = "No" 06 Print deep male and female rabbits apart! 07 End if 08 End If. Which of the following test cases will ensure that statement "06" is executed?
A) male rabbits = 1, female rabbits = 1, breed = Yes male rabbits = 1, female rabbits = 1, breed = "Yes"
B) male rabbits = 1, female rabbits = 1, breed = No male rabbits = 1, female rabbits = 1, breed = "No"
C) male rabbits = 1, female rabbits = 2, breed = Yes male rabbits = 1, female rabbits = 2, breed = "Yes"
D) male rabbits = 1, female rabbits = 0, breed = No male rabbits = 1, female rabbits = 0, breed = "No"
Correct Answer:

Verified
Correct Answer:
Verified
Q47: Which of the following activities should be
Q48: Which of the following is MOST likely
Q49: Which of the following would be MOST
Q50: A system requires 100% decision coverage at
Q51: What is the USUAL sequence for performing
Q53: From a Testing perspective, what are the
Q54: Which of the following is LEAST likely
Q55: Which characteristics BEST describe a walkthrough?<br>A) Documented,
Q56: Which of the following activities would improve
Q57: Which of the following statements describe why