Quiz #1
Please enter your four digit COBOL ID number: (Select a number you will remember as your code number throughout the course - I will post grades with this number ...).
Please enter your first name:
Please enter your last name:
Short Answers: (spelling counts!!!)
1) The first division in a COBOL program is the DIVISION.
2) The last division in a COBOL program is the DIVISION.
3) The second division in a COBOL program is the DIVISION.
4) We have had an paragraph generally called 2000-INITIALIZE. Within this module, we will want to make the data files available to the program by first coding the statement.
5) In our 4000-TERMINATE paragraph, we will indicate to the computer that we are done with the data files by coding the statement.