Quiz Answer Key and Fun Facts
1. The word COBOL is an acronym for what?
2. There are 4 divisions in a cobol program. Which of the following is not one of them?
3. Cobol is self-documenting.
4. On a cobol coding form what was the meaning of an asterisk in column 7?
5. User defined names must follow which one of the following rules?
6. Cobol paragraphs contain sentences. A sentence must end in a period and can contain multiple statements.
7. Sentences and statements must start on a new line.
8. When defining a file layout it is placed in the file section of the data division. Each record begins with an "01", a space, and the record name. Fields within a record traditionally began with 05? If you see a level 10 after the 05 what would this mean?
9. Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?
10. If a field is defined as Pic s9(6)v99 comp-3, it uses 5 bytes of storage.
Source: Author
denmarks
This quiz was reviewed by FunTrivia editor
crisw before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.