0% (0 out of 18 correct) |
|
![]() | 1. |
A record contains one or more files.
![]() Level: easy |
![]() | 2. |
With batch processing, all changes to a master file are processed collectively, at periodic intervals.
![]() Level: medium |
![]() | 3. |
The RECORD CONTAINS clause in the FILE SECTION is always required.
![]() Level: easy |
![]() | 4. |
VALUE clauses used to initialize fields may be found in the WORKING-STORAGE SECTION.
![]() Level: medium |
![]() | 5. |
Within a record description, when one field is subordinate to another field, the subordinate field is coded on a higher level.
![]() Level: easy |
![]() | 6. |
A record layout form provides layouts for printed output.
![]() Level: medium |
![]() | 7. |
The FILE SECTION of the DATA DIVISION defines all input and output files.
![]() Level: easy |
![]() | 8. |
Keyboard input is stored in the FILE SECTION of the DATA DIVISION.
![]() Level: easy |
![]() | 9. |
ZEROS is an example of a numeric constant.
![]() Level: medium |
![]() | 10. |
An alphabetic field may include special characters.
![]() Level: easy |
![]() | 11. |
Intermediate results of arithmetic calculations are stored within the FILE SECTION of the DATA DIVISION.
![]() Level: medium |
![]() | 12. |
Field names within a record are coded on levels 02 - 49.
![]() Level: easy |
![]() | 13. |
“1234” is a valid non-numeric literal.
![]() Level: medium |
![]() | 14. | In the DATA DIVISION, what is coded on level 01? _________________________ YOUR ANSWER: ![]() See page 63 Level: easy |
![]() | 15. | A field that is further subdivided is called a(n) _______________ item. YOUR ANSWER: ![]() See page 75 Level: easy |
![]() | 16. | A 20 character ADDRESS-IN would best be coded with a PIC ________________ YOUR ANSWER: ![]() See page 78 Level: easy |
![]() | 17. | What clauses indicate the size and type of a field? ____________________________ YOUR ANSWER: ![]() See page 77 Level: easy |
![]() | 18. | A SALARY field with values such as 4500.00 would best be coded with PIC ______ YOUR ANSWER: ![]() See page 80 Level: easy |
![]() | 19. | Which clause in the FILE SECTION specifies the number of characters in a record? ________________________________________________________________________ YOUR ANSWER: ![]() See page 68 Level: medium |
![]() | 20. |
There are two types of processing performed by computers, batch
processing and
______________________________________________________________________ YOUR ANSWER: ![]() See page 63 Level: easy |
![]() | 21. |
Which of the following is NOT an example of a figurative constant?
![]() Level: medium |
![]() | 22. |
Which of the following is NOT a legal user-defined COBOL data-name?
![]() Level: medium |
![]() | 23. |
Which of the following clauses is legal?
![]() Level: medium |
![]() | 24. |
Which of the following would NOT be coded in the FILE SECTION?
![]() Level: medium |
![]() | 25. |
Which of the following is a valid numeric literal?
![]() Level: medium |