๐Ÿงช COBOL MCQ Quiz Hub

Computer Science

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

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?





โœ… Correct Answer: 2

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





โœ… Correct Answer: 4

The Logical Name of the File will be assigned to





โœ… Correct Answer: 1

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





โœ… Correct Answer: 3

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





โœ… Correct Answer: 2

Indicate which of the following is not a Procedure Division verb





โœ… Correct Answer: 2

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





โœ… Correct Answer: 4

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





โœ… Correct Answer: 3

Which of the following is valid COBOL word?





โœ… Correct Answer: 1

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: 4

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





โœ… Correct Answer: 2

In which section do sort description is given?





โœ… Correct Answer: 2

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





โœ… Correct Answer: 2

Can u call COBOL I pgm from COBOL-II?





โœ… Correct Answer: 3

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





โœ… Correct Answer: 1

Select variable which is accessible only to the batch program.





โœ… Correct Answer: 2

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





โœ… Correct Answer: 3

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





โœ… Correct Answer: 3

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





โœ… Correct Answer: 1

Speed of dot matrix printer is measured in?





โœ… Correct Answer: 2

Accept MY-TIME from TIME?





โœ… Correct Answer: 2