Multiple Choice
Given the following sample of pseudo code: Input ExamScore If ExamScore <= 75 then Print "Candidate has failed" Else Print "Candidate has passed" If ExamScore >= 120 then Print "Candidate has achieved a distinction" EndIf EndIf. What is the minimum number of test cases required to guarantee 100% decision coverage?
A) 2
B) 1
C) 3
D) 4
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Which one of the following BEST describes
Q28: Which of the following is an example
Q29: Given the following decision table: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1147/.jpg"
Q30: Which of the following activities would NORMALLY
Q31: Retirement of software or a system would
Q33: What should be the MAIN objective during
Q34: Which of the following are the typical
Q35: Which one of the following best describes
Q36: A candidate sits an exam with 40
Q37: Given the following fragment of code, how