Questions
In COBOL, which code character is used for specifying signed numeric?
- P
- V
- X
- -
- S
In COBOL consider the data division, WS-X PICTURE PPP9999. MOVE 123 TO WS-X. What is the value stored in WS-X?
- 1230
- 000.123
- .0000123
- 1230000
- Compiler error
What are the sections of Environment division?
- Configuration Section and Input-Output Section
- Configuration Section and File Section
- Input-Output Section and Working-Storage Section
- File Section and Working-Storage Section
- None of the above
In COBOL, the Division heading, Section heading and Paragraph heading should be coded in
- column 7
- margin A
- margin B
- identification column
- sequence number
In COBOL, the Linkage Section comes under which division?
- Identification division
- Environment division
- Data division
- Procedure division
- Data division or Procedure division
In COBOL, which symbol(s) indicate(s) a comment line?
- @
- *
- /
- Only 1 and 2
- Only 2 and 3
In Identification division, which paragraph is essential in most of the machines?
- SECURITY
- AUTHOR
- PROGRAM-ID
- INSTALLATION
- DATA-COMPILED
Which of the following is not a figurative constant?
- ZERO
- ALL
- HIGH-VALUES
- LOW-VALUES
- BLANKS
In COBOL, which of the following code characters determines the size of a variable?
- V
- P
- S
- X
- L
What is the size of the COBOL variable with picture cause S999V99?
- 7
- 6
- 4
- 5
- 8
How many divisions are there in COBOL?
- 5
- 6
- 3
- 4
- 1
Which of the following is a COBOL word?
- -WS-VARIABLE-1
- WS-VARIABLE-FOR-THE-COBOL-PROGRAM
- WS-VARIABLE-1*-21
- 09-01-21-45
- WS-VARIABLE-2
What does COBOL stand for?
- Common Business Oriented Language
- Coding Business Oriented Language
- Common Basic Oriented Language
- Common Business Origin Language
- Common Basic Origin Language
In COBOL, which column is used for continuation/comment?
- 8
- 1
- 7
- 6
- 12
In COBOL, which symbol is used for continuing a COBOL statement to the next line?
- *
- -
- /
- #
- &