Questions
Question 1 Multiple Choice (Single Answer)
Which one of the following is incorrect
- Divide A into B
- Divide A by B
- Divide A into B Giving C
- Divide A by B Giving C
Question 2 Multiple Choice (Single Answer)
Determine the size of the data item SPPPP9999
- 9
- 5
- 8
- 4
Question 3 Multiple Choice (Single Answer)
77-level entries are permitted in _________________.
- Any part of the file section
- Any part of the working-storage section
- Any part of the data division
Question 4 Multiple Choice (Single Answer)
Which one of the following is not a valid statement?
- Multiply corresponding record1 by record2
- Add corresponding record1 to record2
- Move corresponding record1 to record2
- Subtract corresponding record1 from record2
Question 5 Multiple Choice (Single Answer)
A record can be described using which of these level numbers
- 01 to 49 (both inclusive) and 77
- 01 to 49 (both inclusive)
- All odd numbers from 01 to 49
- All even numbers from 01 to 49
Question 6 Multiple Choice (Single Answer)
In what areas is the COBOL programming language used?
- Financial sector and engineering
- Graphic design and education
- None of these
Question 7 Multiple Choice (Single Answer)
A data item Var1 described with PIC S9(4) requires 3 bytes of storage if its usage clause is
- Comp
- Comp-1
- Display
- Comp-3
Question 8 Multiple Choice (Single Answer)
Which level used in RENAME clause
- Level 88
- Level 77
- Level 66
- Level 01
Question 9 Multiple Choice (Single Answer)
In COBOL CANCEL statement used in which type of CALL
- Dynamic CALL
- Static CALL
- Both A and B
- None of the above
Question 10 Multiple Choice (Single Answer)
using an number of digits for PACKED DECIMAL (COMP-3) is 5% to 20% Faster than using an_ number of digits .
- Even, Even
- Odd, Even
- Odd, Odd
- Even, Odd
Question 11 Multiple Choice (Single Answer)
Which one is incorrect in the following??
- If A is greater than B go to Para-A
- If C is not positive go to Para-C
- If D is not alphanumeric go to Para-D
- If E = 3 or 4 go to Para-valid