0% (0 out of 16 correct) |
|
![]() | 1. |
In a standard COBOL program, an asterisk (*) in column 7 indicates a comment.
![]() Level: easy |
![]() | 2. |
Division names must begin in Area B.
![]() Level: easy |
![]() | 3. |
Section names must begin in Area A.
![]() Level: easy |
![]() | 4. |
The IDENTIFICATION DIVISION is not required in all COBOL programs.
![]() Level: easy |
![]() | 5. |
SECURITY is an entry in the ENVIRONMENT DIVISION.
![]() Level: medium |
![]() | 6. |
An ASSIGN clause will always designate a printer as SYS$PRINT.
![]() Level: medium |
![]() | 7. |
The continuation of non-numeric literals is indicated in column 7.
![]() Level: easy |
![]() | 8. |
To cause the source listing to print on a new page, place an asterisk in column 7.
![]() Level: medium |
![]() | 9. |
In a standard COBOL program, Area A covers columns 1 – 7.
![]() Level: medium |
![]() | 10. |
In a standard COBOL program, Area B covers columns 12 – 72.
![]() Level: medium |
![]() | 11. |
Paragraph names must begin in Area B.
![]() Level: easy |
![]() | 12. |
The ENVIRONMENT DIVISION is required when you have input files from tape or disk.
![]() Level: hard |
![]() | 13. |
Which type of book is generally complete and presents all the rules of
a language, with all the options available?
_______________________________________________ YOUR ANSWER: ![]() See page 46 Level: hard |
![]() | 14. | What type of sheet designates where specific items of a program are to be placed? ________________________________________________________________________ YOUR ANSWER: ![]() See pages 41, 42 Level: medium |
![]() | 15. | AUTHOR is an optional paragraph in what DIVISION? _______________________ YOUR ANSWER: ![]() See page 48 Level: easy |
![]() | 16. | PROGRAM-ID is a required paragraph in what DIVISION? ___________________ YOUR ANSWER: ![]() See page 47 Level: easy |
![]() | 17. |
The FILE-CONTROL paragraph is found in what section of the ENVIRONMENT
DIVISION? _____________________________________________________________ YOUR ANSWER: ![]() See page 51 Level: medium |
![]() | 18. | What is the purpose of the clause ORGANIZATION is line sequential? _____________________________________________________________________ YOUR ANSWER: ![]() See page 53 Level: medium |
![]() | 19. |
Disk and tape devices are described in what section of the ENVIRONMENT
DIVISION? __________________________________________________________. YOUR ANSWER: ![]() See page 51 Level: hard |
![]() | 20. | Why do we use comments? ____________________________________________. YOUR ANSWER: ![]() See page 43 Level: easy |
![]() | 21. | DIVISION names must begin in what Area? ________________________________ YOUR ANSWER: ![]() See page 44 Level: easy |
![]() | 22. |
All of the following is true about the IDENTIFICATION DIVISION except:
![]() Level: medium |
![]() | 23. |
All of the following are true about the INPUT-OUTPUT SECTION except:
![]() Level: hard |
![]() | 24. |
Which of the following is NOT a reserved word?
![]() Level: easy |
![]() | 25. |
Which of the following does NOT begin in Area A?
![]() Level: medium |