Simple COBOL Quiz

Description: Simple COBOL Quiz
Number of Questions: 11
Created by:
Tags: cobol
Attempted 0/11 Correct 0 Score 0

Which one of the following is incorrect

  1. Divide A into B

  2. Divide A by B

  3. Divide A into B Giving C

  4. Divide A by B Giving C


Correct Option: B
  1. Any part of the file section

  2. Any part of the working-storage section

  3. Any part of the data division


Correct Option: C
  1. Multiply corresponding record1 by record2

  2. Add corresponding record1 to record2

  3. Move corresponding record1 to record2

  4. Subtract corresponding record1 from record2


Correct Option: A
  1. 01 to 49 (both inclusive) and 77

  2. 01 to 49 (both inclusive)

  3. All odd numbers from 01 to 49

  4. All even numbers from 01 to 49


Correct Option: B
  1. Financial sector and engineering

  2. Graphic design and education

  3. None of these


Correct Option:
  1. Level 88

  2. Level 77

  3. Level 66

  4. Level 01


Correct Option: C
  1. Dynamic CALL

  2. Static CALL

  3. Both A and B

  4. None of the above


Correct Option: A

using an ____number of digits for PACKED DECIMAL (COMP-3) is 5% to 20% Faster than using an_____ number of digits .

  1. Even, Even

  2. Odd, Even

  3. Odd, Odd

  4. Even, Odd


Correct Option: B
  1. If A is greater than B go to Para-A

  2. If C is not positive go to Para-C

  3. If D is not alphanumeric go to Para-D

  4. If E = 3 or 4 go to Para-valid


Correct Option: C
- Hide questions