Choose a topic to test your knowledge and improve your COBOL skills
Event-driven languages are:
IDE is:
Which of the following is not part of the IDE:
The application name always appears in the:
The color of a button is:
Code is:
Controls are:
In the IDE, which of following is used to design the layout of an application?
The location of the form on the desktop during execution is determined by the:
The Object Browser:
The location of the form on the desktop during execution is determined by the:
The first procedure-oriented language was:
C is:
COBOL is:
Visual Basic projects are identified by a:
To run an application in Visual Basic:
To run an application in Visual Basic:
To exit Visual Basic:
The reference library of Visual Basic books is called:
Name the divisions which are not in the COBOL program.
What level is used for RENAMES clause?
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
Which mode of the opening is required when REWRITE is used?
Which clause can be used instead of checking for FILE STATUS = 10?
What are the access mode requirements of the START statement?