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 other
GRADE "No Grade"
ENDCASE
Write GRADE
Stop
A) A
B) B
C) C
D) No Grade
Correct Answer:

Verified
Correct Answer:
Verified
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
Q18: The steps within each CASE path are
Q19: A transaction file is also known as
Q20: Given the following pseudocode,what value of
Q21: It is good programming practice to include
Q22: Given the following pseudocode,how many conditions will