πŸ§ͺ COBOL MCQ Quiz Hub

Cobol MCQ Questions

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

COBOL stands is for.....





βœ… Correct Answer: 3

Which of the following is not a part of the program division in COBOL?





βœ… Correct Answer: 1

D in COBOL stands for....





βœ… Correct Answer: 2

Comment in COBOL is denoted by....





βœ… Correct Answer: 3

hat does S denote in a picture clause?





βœ… Correct Answer: 3

What is the length of a variable when usage is COMP-2?





βœ… Correct Answer: 3

In which mode you will open the sequential file to append the data in the end:





βœ… Correct Answer: 2

How records are stored & accessed in sequential file organization?





βœ… Correct Answer: 3

How many bytes S9(6) USAGE IS COMP-3 will take?





βœ… Correct Answer: 1

Which of the following word cannot be a user-defined COBOL word?





βœ… Correct Answer: 3

What does SEARCH ALL do?





βœ… Correct Answer: 3

Where does the FILE-CONTROL paragraph appear?





βœ… Correct Answer: 3

ndicate in which of the following the REPORT NAME does not appear:





βœ… Correct Answer: 2

The Logical Name of the File will be assigned to:





βœ… Correct Answer: 4

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





βœ… Correct Answer: 1

Indicate which of the following is not a Procedure Division verb:





βœ… Correct Answer: 2

A storage device which is used to store data & information external to the main storage is known as?





βœ… Correct Answer: 3

Pic 9v99 is a _______ position numeric field with an implied or assumed decimal point after the first position.





βœ… Correct Answer: 3

Object Oriented languages:





βœ… Correct Answer: 1

When displaying a data-name it _______ be part of an output record:





βœ… Correct Answer: 1

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





βœ… Correct Answer: 1

What is the edited value of the picture clause PIC field 9999+ Numeric value moved to the field -382 and the Edited value is





βœ… Correct Answer: 2

Which of the following is valid COBOL word?





βœ… Correct Answer: 3

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?





βœ… Correct Answer: 3

In a sort file names used must be in the ........entry:





βœ… Correct Answer: 3

The.........statement release the resources which are assigned to that file:





βœ… Correct Answer: 4