0% (0 out of 15 correct) |
|
![]() | 1. |
Exception reports include an itemization for each input record read.
![]() Level: easy |
![]() | 2. |
A detail report lists only those records that meet (or fail to meet) certain criteria.
![]() Level: easy |
![]() | 3. |
With control break processing, the input file must be in order by the control field.
![]() Level: medium |
![]() | 4. |
To accumulate the final total, it is more efficient to add the amounts from each input record than to add the group totals.
![]() Level: medium |
![]() | 5. |
A file that has been sorted by computer does not need to be sequence-checked.
![]() Level: medium |
![]() | 6. |
A report that prints an output line for each employee is called a group report.
![]() Level: easy |
![]() | 7. |
Reports may have both itemizations and summaries.
![]() Level: medium |
![]() | 8. |
A sequence error occurs when the input records are not in sequence by control field.
![]() Level: easy |
![]() | 9. |
With a double-level control break program, the minor control break routine must begin by executing the major control break routine.
![]() Level: medium |
![]() | 10. |
A control break must be forced at end of file.
![]() Level: medium |
![]() | 11. |
Control fields may be alphanumeric.
![]() Level: medium |
![]() | 12. |
A report that prints totals for each department is called an exception report.
![]() Level: easy |
![]() | 13. | Another term for summary report is _______________________________________ YOUR ANSWER: ![]() See page 383 Level: easy |
![]() | 14. | With control break processing, what is printed when the control field changes value? ________________________________________________________________________ YOUR ANSWER: ![]() See page 385 Level: medium |
![]() | 15. | A control break occurs when there is ______________________________________ YOUR ANSWER: ![]() See page 383 Level: medium |
![]() | 16. | Another name for detail report is _________________________________________ YOUR ANSWER: ![]() See page 383 Level: easy |
![]() | 17. | With the following input data ordered by department, indicate where the control breaks occur: ____________________________________________________________ RECORD NUMBER DEPARTMENT 1 1 2 1 3 2 4 2 5 2 6 3 7 3 YOUR ANSWER: ![]() See page 383
|
![]() | 18. | With multiple-level control breaks where JULIAN-DATE is the major control field and HOUR is the minor control field, how must the input file be sequenced? ________________________________________________________________________ YOUR ANSWER: ![]() See page 405 Level: hard |
![]() | 19. | Printing paychecks is an example of what type of report? ______________________ YOUR ANSWER: ![]() See page 383 Level: medium |
![]() | 20. | What is the purpose of sequencing checking? _______________________________ YOUR ANSWER: ![]() See page 400 Level: easy |
![]() | 21. | With the following output, indicate the control field: __________________________ GIRL SCOUT COOKIE SALES SCOUT COOKIE BOXES SOLD LEA MINTS 15 DEBBIE MINTS 12 SUE MINTS 08 TOTAL BOXES SOLD FOR MINTS = 35 LOREN SAMOAS 05 BARBARA SAMOAS 10 TOTAL BOXES SOLD FOR SAMOAS = 15 YOUR ANSWER: ![]() See page 385 Level: medium |
![]() | 22. |
What type of report displays an output line for only items whose sales
exceed projections?
_____________________________________________________________ YOUR ANSWER: ![]() See page 383 Level: easy |
![]() | 23. |
Which of the following provide itemizations of all input records?
![]() Level: easy |
![]() | 24. |
A listing of only those scouts who have sold more than 100 boxes of cookies is what type of report?
![]() Level: easy |
![]() | 25. |
Which of the following is not done whenever there is a change in the control field?
![]() Level: medium |