0% (0 out of 16 correct) |
|
![]() | 1. |
Pseudocode is a planning tool that is applicable to all languages.
![]() Level: medium |
![]() | 2. |
Attempting to add a numeric constant to a numeric field that contains non-numeric data will cause a syntax error.
![]() Level: medium |
![]() | 3. |
Simple PERFORMS are recommended over in-line PERFORMS for coding complex sets of instructions.
![]() Level: medium |
![]() | 4. |
A GO TO structure, found in many programming languages, is an example of an unconditional branch.
![]() Level: hard |
![]() | 5. |
The most common structured programming planning tool is the hierarchy chart.
![]() Level: medium |
![]() | 6. |
Flowcharts were originally used for project planning but now are somewhat dated.
![]() Level: medium |
![]() | 7. |
A conditional branch is never used by a well-designed program.
![]() Level: hard |
![]() | 8. |
The logical control structure that is used when there are numerous
paths to be followed depending on the contents of a given field, is
called selection.
![]() Level: medium |
![]() | 9. |
The logical control structure that specifies that instructions are to be executed in the order they appear is called sequence.
![]() Level: easy |
![]() | 10. |
The logical control structure that specifies the repeated execution of a series of steps is called CASE.
![]() Level: easy |
![]() | 11. |
The planning tool best used to illustrate a top-down approach to programming is the hierarchy or structure chart.
![]() Level: easy |
![]() | 12. |
A run-time error will occur if you use a COBOL reserved word as a user-defined data-name.
![]() Level: medium |
![]() | 13. |
A logic error will occur if you have non-numeric data in a numeric field and perform arithmetic on that field.
![]() Level: medium |
![]() | 14. |
In structured programming, what do we call a set of instructions that
perform a specific function?
________________________________________________________ YOUR ANSWER: ![]() See page 139 Level: easy |
![]() | 15. | The coding of modules in a hierarchical manner is called ______________________ YOUR ANSWER: ![]() See page 140 Level: easy |
![]() | 16. | What types of errors are minimized by the planning process? ___________________ YOUR ANSWER: ![]() See page 139 Level: easy |
![]() | 17. | What type of PERFORMs always end with an END-PERFORM? _______________ YOUR ANSWER: ![]() See page 143 Level: easy |
![]() | 18. | The CASE structure is best illustrated by what COBOL statement?_______________ YOUR ANSWER: ![]() See page 148 Level: hard |
![]() | 19. | What is the problem with an infinite loop?__________________________________ YOUR ANSWER: ![]() See page 147 Level: easy |
![]() | 20. | What is another term for structured programming?____________________________ YOUR ANSWER: ![]() See page 140 Level: hard |
![]() | 21. | Another name for Visual Table of Contents (VTOC)__________________________ YOUR ANSWER: ![]() See page 156 Level: medium |
![]() | 22. | Another term for Iteration is _____________________________________________ YOUR ANSWER: ![]() See page 146 Level: easy |
![]() | 23. |
Which of the following is NOT a structured technique for well-designed programming in COBOL?
![]() Level: medium |
![]() | 24. |
Which of the following is TRUE about hierarchy charts?
![]() Level: medium |
![]() | 25. |
Which of the following is TRUE about pseudocode?
![]() Level: medium |