0% (0 out of 13 correct)
The questions marked with symbol have not been graded.
Responses to questions are indicated by the symbol.


WRONG1. MOVE instructions are found in the DATA DIVISION.   
O A. True
C B. False

See page 184
Level: easy



WRONG2. The receiving field of a MOVE instruction must not be a literal.   
C A. True
O B. False

See page 186
Level: easy



WRONG3. ZEROS may be moved to numeric fields.
C A. True
O B. False

See page 187
Level: easy



WRONG4. Moving a numeric field to a group field is a numeric MOVE.
O A. True
C B. False

See page 192
Level: medium



WRONG5. It is illegal to MOVE an alphabetic field to a numeric field.
C A. True
O B. False

See page 187
Level: easy



WRONG6. Moving a numeric field to an alphanumeric field is considered a numeric MOVE.   
O A. True
C B. False

See page 188
Level: medium



WRONG7. The PIC 99.99 can be used for an input field.   
O A. True
O B. False

See page 207
Level: medium



WRONG8. Overprinting may be achieved using: WRITE OVER rec-name.
O A. True
C B. False

See page 213
Level: medium



WRONG9. A field with PIC 999.99 takes 6 print positions.
C A. True
O B. False

See page 200
Level: medium



WRONG10. The symbol used for check protection is “/”.
O A. True
C B. False

See page 203
Level: easy



TEXT11. In order for a field to store a negative value, the field must have what symbol in its PIC clause? ______________________________________________________________

YOUR ANSWER:

The suggested answer is S


See page 192
Level: easy



TEXT12. With PIC 99CR, when will CR will be printed? ______________________________

YOUR ANSWER:

The suggested answer is for negative amounts


See page 205
Level: medium



TEXT13. One report-item may have a maximum of how many floating strings? ____________

YOUR ANSWER:

The suggested answer is 1


See page 210
Level: medium



TEXT14. MOVE 246 TO FIELD-B, where FIELD-B has PIC 9(2), results in what value in
FIELD-B? ______________________________________________________________

YOUR ANSWER:

The suggested answer is 46


See page 190
Level: medium



TEXT15. MOVE 2468 TO FIELD-B, where FIELD-B has PIC 9(5), results in what value in FIELD-B? ______________________________________________________________

YOUR ANSWER:

The suggested answer is 02468


See page 189
Level: medium



TEXT16. MOVE 246.135 TO FIELD-C, where FIELD-C has PIC 9(2)V9(4), results in what value in FIELD-C?________________________________________________________

YOUR ANSWER:

The suggested answer is 46.1350


See pages 190, 191
Level: medium



TEXT17. MOVE 'WXY' TO FIELD-D, where FIELD-D has PIC X(2), results in what value in FIELD-D? ____________________________________________________________

YOUR ANSWER:

The suggested answer is “WX”


See page 193
Level: medium



TEXT18. MOVE 'XYZ' TO FIELD-D, where FIELD-D has PIC X(4), results in what value in FIELD-D?_______________________________________________________________

YOUR ANSWER:

The suggested answer is “XYZb” where b = 1 blank character

See page 193
Level: medium



TEXT19. What is a report-item? __________________________________________________

YOUR ANSWER:

The suggested answer is a field that contains editing symbols


See page 169
Level: easy



TEXT20. If FIELD-A has PIC 99V99, to print the decimal point, move FIELD-A to an edited field with PIC   ____________________________________________________________

YOUR ANSWER:

The suggested answer is 99.99


See page 200
Level: easy



TEXT21. If FIELD-A has PIC 9(5)V9(2) with contents 00056 ^ 12 and is moved to
FIELD-A-OUT with PIC $**,**9.99, what are the edited results?
________________________________________________________________________

YOUR ANSWER:

The suggested answer is $****56.12


See page 203
Level: medium



TEXT22. If a value -046 is moved to a field with PIC +ZZ9, what will be printed?
_______________________________________________________________________

YOUR ANSWER:

The suggested answer is -b46 where b = 1 blank character


See page 204
Level: medium



WRONG23. To print the value –24 which of the following PIC clauses can NOT be used?
O A. +Z9
C B. Z9DB
O C. -Z9
O D. -99
O E. +99

See page 204
Level: hard



WRONG24. If a sending field has PIC 9(5)V99 with value 00246 ^ 34, to print this as bbb$246.34,
the report-item must have which of the following PIC clauses?
O A. $ZZ,ZZ9.99
O B. $$$$$9.99
O C. ZZZZ$Z9.99
C D. $$$,$$9.99
O E. $$,$$9.99

See page 209
Level: medium



WRONG25. Which of the following is NOT a character that can be used in a PIC clause for a report-item?
O A. Z
O B. /
O C. .
C D. #
O E. +

See page 241
Level: easy



Retake Test