Multiple Choice
Given the following pseudocode:
Start
FINAL-ACCUM
NAME-ACCUM
Read NAME, AMT
SAVE-NAME NAME
DOWHILE not EOF
IF NAME SAVE-NAME THEN
Write NAME-ACCUM
FINAL-ACCUM FINAL-ACCUM + NAME-ACCUM
NAME-ACCUM
SAVE-NAME NAME
(ELSE)
ENDIF
Write NAME, AMT
NAME-ACCUM NAME-ACCUM + AMT
Read NAME, AMT
ENDDO
Stop
If the following records are input,what is the value of NAME-ACCUM after the instructions corresponding to the pseudocode are executed?
John 20.00
John 30.00
Mary 10.00
Sue 50.00
A) 10
B) 50
C) 60
D) 110
Correct Answer:

Verified
Correct Answer:
Verified
Q12: A control break occurs when what type
Q13: A group-indicated report does not output detail
Q14: Group-indicated reports generally appear less cluttered and
Q15: Given the following pseudocode:<br>FINAL-ACCUM <span
Q16: What is the name of the entity
Q18: The control field is the field that
Q19: What type of report outputs only intermediate
Q20: Given the following input records,how many lines
Q21: Given the following pseudocode:<br>Start<br>FINAL-ACCUM <span
Q22: In control-break processing,the input records must be