Q.1
The information put into computer can be in ___languages
  • machine languages
  • assembly language
  • high-level language
  • all of these
Q.2
How do we give a default value in the working-storage section
  • 77 A PIC 9(3) DEFAULT 100.
  • 77 A PIC 9(3) DEFAULT VALUE 100
  • 77 A PIC 9(3) VALUE 100.
  • None of the above
Q.3
Which division is used to give the source and object computer details
  • Data division
  • Environment division
  • Procedure division
  • non of the above
Q.4
Cobol verb used for assigning valuesto a variable A.
  • A=10
  • Move 10 to A
  • Move A to 10
  • none of the above
Q.5
Which are not a valid picture clause for declaring data type for getting inputs ?
  • 9
  • X
  • A
  • $
Q.6
Which division is used to write the business logic
  • Procedure division
  • Data division
  • Identification division
  • none of the above
Q.7
To comment a line in cobol program we use
  • / in the 7th column
  • in the 7th column an *
  • in the 7th column an -
  • in the 7th column an /*
Q.8
Which of the following are not valid sections under Data division
  • Configuration section
  • Working-storage section
  • File section
  • Linkage section
Q.9
The maximum value of the Picture clause 9 is
  • 9(30)
  • 9(18)
  • 9(20)
  • 9(50)
Q.10
How many bytes will 9(5)v9(occupy
  • 7
  • 8
  • 6
  • 9
Q.11
Which of the following defines AREA A in COBOL program
  • 1-6
  • 7-11
  • 8-11
  • 12-78
Q.12
The Logical Name of the File will be assigned to
  • DD Name
  • Step Name
  • Job Name
  • Joblib
Q.13
Where does AREA B in COBOL start from?
  • 01 to 07 columns
  • 12 to 72 columns
  • 08 to 11 columns
  • 73 to 80 columnsShow Answer
Q.14
In which division, Input-Output section?
  • Identification Division
  • Environment Division
  • Data Division
  • Procedure Division
Q.15
The____ statement release the resources which are assigned to that file
  • STOP RUN
  • EXIT
  • WRITE
  • END
Q.16
Which division is used to specify the computer used by the program
  • Identification Division
  • Environment Division
  • Data Division
  • Procedure Division
Q.17
What does COBOL stands for?
  • Common Object Business Language
  • Common Business Object Language
  • Common Business Oriented Language
  • Common Object Business Language
Q.18
Which of the following is valid COBOL word?
  • –GROSS
  • OVER TIME
  • GROSS_SALARY
  • B12-4
Q.19
On which column position we can write continuation
  • 8-11
  • 73-80.
  • 7
  • None
Q.20
A COBOL word can contain a blank?
  • True
  • False
0 h : 0 m : 1 s