McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Making IT Work Videos
Tips
On the Web Explorations
The Buzz in IT
Interactive Companion
Competencies
Multiple Choice Quiz
True or False
Puzzlers
Flashcards
Using Technology
Feedback
Help Center


Computing Essentials 2002-2003 Complete, 14/e
Timothy J. O'Leary
Linda I. O'Leary

Programming and Languages

Multiple Choice

Click on the correct response for each question below.



1

A list of instructions that the computer follows to accomplish the task of processing data is called a(n):
A)instruction set.
B)program.
C)specification.
D)definition.
2

Drawing up a program’s specification includes one of the following tasks.
A)Write source code
B)Debug code
C)Specify desired output
D)Write pseudocode
3

A graphic presentation of the sequence of steps needed to solve a programming problem is called a:
A)program flowchart.
B)step chart.
C)rule diagram.
D)program graph.
4

One of the following is not a logic structure used in flowcharts.
A)Sequence
B)Code
C)Selection
D)Loop
5

Testing programs for syntax and logic errors is called:
A)error elimination.
B)code purging.
C)debugging.
D)code mending.
6

Locating and correcting operational errors as well as changing the application as future needs or requirements change falls under which step?
A)Program design
B)Program documentation
C)Program specifications
D)Program maintenance
7

Software tools that help programmers with program design, coding and testing are known as:
A)beta software tools.
B)computer-aided software engineering tools.
C)program-aided development tools.
D)cyber-aided development tools.
8

A process by which a program is organized into objects instead of on procedures is known as:
A)object-oriented programming.
B)structure-oriented programming.
C)non-procedural programming.
D)relational programming.
9

The language type that is translated into machine language that consists of mnemonic and abbreviated codes is:
A)assembly language.
B)high-level procedure language.
C)problem oriented language.
D)natural language.
10

A procedural language is converted into machine language by a special program called a:
A)converter.
B)translator.
C)transformer.
D)compiler.




McGraw-Hill/Irwin