0% (0 out of 15 correct) |
|
![]() | 1. |
Paragraph names are coded in Area B.
![]() Level: easy |
![]() | 2. |
All input files must be opened before output files are opened.
![]() Level: easy |
![]() | 3. |
With a PERFORM UNTIL, the named paragraph or in-line instructions may never be executed.
![]() Level: medium |
![]() | 4. |
An open file must be closed with a CLOSE statement.
![]() Level: medium |
![]() | 5. |
The PROCEDURE DIVISION contains all the executable code.
![]() Level: easy |
![]() | 6. |
An IN-LINE PERFORM statement must end with END-PERFORM.
![]() Level: easy |
![]() | 7. |
The AT END clause of the READ statement tells the computer what to do when there are no more records to read.
![]() Level: medium |
![]() | 8. |
Batch programs are called hybrid when they have both input and output files.
![]() Level: easy |
![]() | 9. |
The last statement to be executed in a COBOL program that runs correctly is the CLOSE statement.
![]() Level: medium |
![]() | 10. |
Sentences that end with periods are called statements.
![]() Level: hard |
![]() | 11. |
Older, legacy systems used only two digits for year in order to save space on files.
![]() Level: medium |
![]() | 12. | Data is actually read and processed in what DIVISION? ______________________. YOUR ANSWER: ![]() See page 104 Level: medium |
![]() | 13. | In order for a file to be processed, it must first be ____________________________. YOUR ANSWER: ![]() See page 107 Level: easy |
![]() | 14. | What happens when a READ statement is executed? _________________________. YOUR ANSWER: ![]() See page 111 Level: easy |
![]() | 15. | The format for the WRITE statement is ____________________________________ YOUR ANSWER: ![]() See page 118 Level: medium |
![]() | 16. |
What statement might perform a routine that checks for length of an
input record?
_______________________________________________________________________ YOUR ANSWER: ![]() See page 111 Level: hard |
![]() | 17. |
What clause used with a WRITE statement specifies single spacing,
double spacing, or
paging?______________________________________________________________ YOUR ANSWER: ![]() See page 118 Level: medium |
![]() | 18. | What is the purpose of an asterisk in column 7? _____________________________ YOUR ANSWER: ![]() See page 121 Level: easy |
![]() | 19. | What is the purpose of a MOVE statement?_________________________________ YOUR ANSWER: ![]() See page 118 Level: easy |
![]() | 20. |
When a program will work properly for dates beyond the year 2000 as
well as those in the 1900's it is called __________________compliant. YOUR ANSWER: ![]() See page 122 Level: medium |
![]() | 21. | What Area is 100-MAIN-MODULE coded in? _____________________________ YOUR ANSWER: ![]() See page 105 Level: easy |
![]() | 22. |
In top-down design, which module is coded first?
![]() Level: easy |
![]() | 23. |
A file-name specified in a CLOSE statement also appears in which of the following statements?
![]() Level: easy |
![]() | 24. |
Which of the following is executed last?
![]() Level: easy |
![]() | 25. |
What statement is NOT found in a fully interactive program?
![]() Level: easy |