0% (0 out of 14 correct) |
|
![]() | 1. |
The first division in a COBOL program is the PROCEDURE division.
![]() Level: easy |
![]() | 2. |
COBOL can be used for batch-processing applications.
![]() Level: easy |
![]() | 3. |
PROGRAM-ID is a required entry in the DATA Division.
![]() Level: easy |
![]() | 4. |
A tax package is an example of an application program.
![]() Level: easy |
![]() | 5. |
COBOL is not suitable for interactive applications.
![]() Level: easy |
![]() | 6. |
Syntax errors are detected by a compiler.
![]() Level: medium |
![]() | 7. |
COBOL can run only on mainframes.
![]() Level: easy |
![]() | 8. |
Fields contain records.
![]() Level: easy |
![]() | 9. |
An attempt to divide by zero is an example of a logic error.
![]() Level: hard |
![]() | 10. |
A violation of a programming rule is called a syntax error.
![]() Level: medium |
![]() | 11. | What type of fields may contain any character? ______________________________ YOUR ANSWER: ![]() See page 20 Level: easy |
![]() | 12. | What type of programs process data only at periodic intervals? __________________ YOUR ANSWER: ![]() See page 16 Level: medium |
![]() | 13. | What type of charts are used to show the logic in a structured program? ________________________________________________________________________ YOUR ANSWER: ![]() See page 7 Level: medium |
![]() | 14. | What planning tool shows relationships among sections in a program? ________________________________________________________________________ YOUR ANSWER: ![]() See page 7 Level: medium |
![]() | 15. | What is desk checking? _________________________________________________ YOUR ANSWER: ![]() See page 9 Level: easy |
![]() | 16. | What is a program walkthrough? _________________________________________ YOUR ANSWER: ![]() See page 9 Level: medium |
![]() | 17. |
What planning tool is written with English-like expressions and depicts
logic in a structured program?
_______________________________________________________ YOUR ANSWER: ![]() See page 7 Level: medium |
![]() | 18. | What does the “Millenium Bug” refers to? __________________________________ YOUR ANSWER: ![]() See page 13 Level: easy |
![]() | 19. | What is the purpose of a compiler? ________________________________________ YOUR ANSWER: ![]() See page 7 Level: medium |
![]() | 20. | What division in a COBOL program contains the executable code? YOUR ANSWER: ![]() See page 16 Level: easy |
![]() | 21. |
The division in a COBOL program that describes the computer equipment
that will be used is called
__________________________________________________________ YOUR ANSWER: ![]() See page 16 Level: easy |
![]() | 22. |
The clause ORGANIZATION IS LINE SEQUENTIAL is used in what division?
![]() Level: hard |
![]() | 23. |
What division of a COBOL program defines the input and output formats?
![]() Level: easy |
![]() | 24. |
What division is not required by a strictly interactive program? _________________
![]() Level: medium |
![]() | 25. |
Input and output file formats are described in this division:
![]() Level: easy |