Site MapHelpFeedbackPractice Quiz
Practice Quiz
(See related pages)

1.
The program's processing steps are grouped into logically-related programming statements called
A)modules.
B)unit.
C)object.
D)component.
2.
A pseudocode is best described as
A)a schematic representation of the sequence of steps involved.
B)an outline of the logic of the program.
C)an arrangement that enables you to write a structured program.
D)a documentation of the program design.
3.
IF-THEN-ELSE structure is otherwise known as a(n)
A)sequence structure
B)loop structure
C)iterative structure
D)selection structure
4.
C++ is a widely used _____ language.
A)formatting
B)developer
C)programming
D)computer
5.
Which one of the following statements is not characteristic of 5GL?
A)easier to learn than assembly language
B)easier to understand than machine language
C)less rigid rules, forms, and syntax than assembly languages
D)easier to write code in than assembly and machine languages
6.
Most programs in use today are custom written.
A)True
B)False
7.
Logic structures include sequence, selection, and loop.
A)True
B)False
8.
A logic error could result from an incorrect calculation made by the programmer.
A)True
B)False
9.
CASE tools are used to compile programs to test for logic errors.
A)True
B)False
10.
Very high level languages require extensive special training on the part of the user.
A)True
B)False







CE2008 19/eOnline Learning Center

Home > Chapter 14 > Practice Quiz