Multiple Choice
Given the following pseudocode,what value of GRADE will be output if 60 is input?
Start
Read GRADENUM
CASENTRY GRADENUM
CASE GRADENUM GRADE "A'
CASE GRADENUM GRADE = 'B'
CASE GRADENUM GRADE = "C'
CASE GRADENUM GRADE 'D'
CASE other
GRADE = "F"
ENDCASE
Write GRADE
Stop
A) B
B) C
C) D
D) F
Correct Answer:

Verified
Correct Answer:
Verified
Q6: A master file contains data that is
Q7: The order in which tests are placed
Q8: Given the following pseudocode,how many conditions
Q9: Given the following pseudocode,what value of
Q10: Given the following pseudocode,what value of
Q12: The CASE control structure is one of
Q13: In the following pseudocode,the value for
Q14: Records kept for reference purposes as relatively
Q16: The pseudocode form of a CASE control
Q17: Given the following pseudocode,what value of