Multiple Choice
In the following pseudocode,the value for WITHDRAWAL is an example of a(n) ?
Start
RECEIPT = "Receipt"
ORDER = "Order"
WITHDRAWAL "Withdrawal"
ADJUSTMENT = "Adjustment",
Read TRANSCODE
CASENTRY TRANSCODE
CASE RECEIPT
Process B000
CASE ORDER
Process B010
CASE WITHDRAWAL
Process B020
CASE ADJUSTMENT
Process B030
ENDCASE
Write GRADE
Stop
A) character string
B) character-string constant
C) alphabetic variable
D) both a and b
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Given the following pseudocode,how many conditions
Q9: Given the following pseudocode,what value of
Q10: Given the following pseudocode,what value of
Q11: Given the following pseudocode,what value of
Q12: The CASE control structure is one of
Q14: Records kept for reference purposes as relatively
Q16: The pseudocode form of a CASE control
Q17: Given the following pseudocode,what value of
Q17: Given the following pseudocode,what value of
Q18: The steps within each CASE path are