🧪 COBOL MCQ Quiz Hub

Computer Science

Choose a topic to test your knowledge and improve your COBOL skills

1. Rewrite verb is used to update the records. A file should be opened in I-O mode for rewrite operations. It can be used even if a read operation is not successful. Is this statement true or false?




2. Indicate in which of the following, the REPORT NAME does not appear




3. The Logical Name of the File will be assigned to




4. About the MERGE verb, which one of the following is true.




5. How many bytes will a S9(8) COMP field occupy?




6. Indicate which of the following is not a Procedure Division verb




7. What is the mode in which you will OPEN a file for writing?




8. When displaying a data-name, it _______ be part of an output record.




9. Which of the following is valid COBOL word?




10. Which of the following storage and retrieval methods would be well suited to your processing requirements if you only need to retrieve records one at a time and there is no fixed pattern to the requests for data and records?




11. Which division is used to specify the computer used by the program




12. In which section do sort description is given?




13. To develop commercial applications that require precise and efficient manipulation of data, we use




14. Can u call COBOL I pgm from COBOL-II?




15. In the IDE, which of following is used to design the layout of an application?




16. Select variable which is accessible only to the batch program.




17. When displaying a data-name, it _______ be part of an output record.




18. ___________ verb is used to alter the value of index in COBOL




19. S9(7) COMP-3 field occupy _________ bytes.




20. Speed of dot matrix printer is measured in?




21. Accept MY-TIME from TIME?