Given the Following Pseudocode:
Start
FINAL-ACCUM NAME-ACCUM Read NAME, AMT
SAVE-NAME = NAME
DOWHILE Not EOF
IF
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 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
Q1: Given the following input records,how many lines
Q3: A CASE control structure is likely to
Q4: Given the following pseudocode:<br>Start<br>FINAL-ACCUM <span
Q5: Which of the following statements is a
Q6: A group-printed report never outputs detail lines.
Q7: Given the following input records,how many lines
Q8: The module to process the steps required
Q9: In a control-break program,it is possible to
Q10: When a control break occurs,an intermediate-total line
Q11: Given the following input records,how many lines