COBOL Quizzes, Questions & Answers
Top Trending Quizzes
COBOL is a high-level programming language that was introduced in the 1960s. This language is commonly used in the business, finance, and administrative systems for companies and governments. With the COBOL programming mock test...
Questions: 20 | Attempts: 12335 | Last updated: Jun 13, 2024
-
Sample QuestionWhich of the following is valid COBOL word?
COBOL (Common Business-Oriented Language) is a programming language used by programmers at a high level for business applications and is known as the first popular language developed that was unspecific to a certain operating...
Questions: 20 | Attempts: 4588 | Last updated: Sep 26, 2023
-
Sample QuestionPIC S9 (4) results 3 bytes
COBOL QB FOR CBE13AM1 BATCH
Questions: 20 | Attempts: 852 | Last updated: Mar 10, 2023
-
Sample Question1). WORKING-STORAGE SECTION. 01 WS-NUM1 PIC 9(03) VALUE 100. 01 WS-NUM2 PIC 9(02). 01 WS-NUM3 PIC 9(02). PROCEDURE DIVISION. MOVE 200 TO WS-NUM2 MOVE WS-NUM1 TO WS-NUM3 MOVE WS-NUM2 TO WS-NUM3 DISPLAY WS-NUM3 What is output stored in variable ws-num3?
It is a fact that most of the financial and business applications used by companies were developed by COBOL. If you have COBOL programming skills, then this quiz is for you to ascertain your knowledge.
Questions: 10 | Attempts: 508 | Last updated: Mar 10, 2023
-
Sample QuestionThe following are advantages of COBOL except
This quiz is designed to help test Your Knowledge about COBOL Programming Language. This programming language is not used so much today and is not supported by most systems, but it cannot be completely forgotten. It was created...
Questions: 12 | Attempts: 286 | Last updated: Mar 10, 2023
-
Sample QuestionWhat is the output of the code below? IDENTIFICATION DIVISION. PROGRAM-ID. HELLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-STRING PIC A(30) VALUE 'WELCOME TO COBOL WORLD'. 01 WS-STR1 PIC A(7). 01 WS-STR2 PIC A(2). 01 WS-STR3 PIC A(15). 01 WS-COUNT PIC 99 VALUE 1. PROCEDURE DIVISION. UNSTRING WS-STRING DELIMITED BY SPACE INTO WS-STR1, WS-STR2, WS-STR3 END-UNSTRING. DISPLAY WS-STR2. STOP RUN.
Recent Quizzes
Questions: 20 | Attempts: 121 | Last updated: Mar 10, 2023
-
Sample QuestionPIC S9 (4) results 3 bytes. S9 is of .................. clause.
Questions: 20 | Attempts: 141 | Last updated: Mar 10, 2023
-
Sample QuestionWhich of the following is a valid COBOL word?
Advertisement