COBOL MCQ Quiz Hub

Cobol Multiple Choice Questions

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

1. Event-driven languages are:




2. IDE is:




3. Which of the following is not part of the IDE:




4. The application name always appears in the:




5. The color of a button is:




6. Code is:




7. Controls are:




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




9. The location of the form on the desktop during execution is determined by the:




10. The Object Browser:




11. The location of the form on the desktop during execution is determined by the:




12. The first procedure-oriented language was:




13. C is:




14. COBOL is:




15. Visual Basic projects are identified by a:




16. To run an application in Visual Basic:




17. To run an application in Visual Basic:




18. To exit Visual Basic:




19. The reference library of Visual Basic books is called:




20. Name the divisions which are not in the COBOL program.




21. What level is used for RENAMES clause?




22. How do you define a table/array in COBOL using INDEX? A. 01 ARRAYS. 05 ARRAY2 PIC X(6) OCCURS 20 TIMES INDEXED BY WS-INDEX B. 01 ARRAY2 PIC X(6) OCCURS 20 TIMES INDEXED BY WS-INDEX C. 01 ARRAYS. 05 ARRAY1 PIC X(9) OCCURS INDEX BY 10 TIMES D. 01 ARRAYS. 88 ARRAY2 PIC X(6) OCCURS 20 TIMES INDEXED BY WS-INDEX E. None of the Above




23. Which mode of the opening is required when REWRITE is used?




24. Which clause can be used instead of checking for FILE STATUS = 10?




25. What are the access mode requirements of the START statement?