COBOL MCQ Quiz Hub

Cobol Multiple Choice Questions

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

Event-driven languages are:





✅ Correct Answer: 4

IDE is:





✅ Correct Answer: 4

Which of the following is not part of the IDE:





✅ Correct Answer: 3

The application name always appears in the:





✅ Correct Answer: 3

The color of a button is:





✅ Correct Answer: 1

Code is:





✅ Correct Answer: 2

Controls are:





✅ Correct Answer: 4

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

The Object Browser:





✅ Correct Answer: 4

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





✅ Correct Answer: 4

The first procedure-oriented language was:





✅ Correct Answer: 1

C is:





✅ Correct Answer: 1

COBOL is:





✅ Correct Answer: 4

Visual Basic projects are identified by a:





✅ Correct Answer: 4

To run an application in Visual Basic:





✅ Correct Answer: 1

To run an application in Visual Basic:





✅ Correct Answer: 1

To exit Visual Basic:





✅ Correct Answer: 1

The reference library of Visual Basic books is called:





✅ Correct Answer: 1

Name the divisions which are not in the COBOL program.





✅ Correct Answer: 4

What level is used for RENAMES clause?





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

What are the access mode requirements of the START statement?





✅ Correct Answer: 2