Answers
In object-oriented (OO) design, the concept of packaging data and procedures into a
single object is called ____. - answer encapsulation
An advantage of an interpreter is that ____. - answer when it finds errors, it displays
feedback immediately
HTML uses ____, which are codes that specify links to other documents and indicate
how a Web page is displayed when viewed on the Web. - answer tags
One purpose of using test data is to try to cause a ____, which is an error that occurs
while a program is running. - answer run-time error
A(n) ____ form collects data from visitors to a Web site, who fill in blank fields and then
click a button that sends the information. - answer processing
A computer ____ writes and modifies computer programs. - answer developer
A programming language's ____ is the set of grammar and rules that specifies how to
write instructions for a solution algorithm. - answer syntax
The ____ enables a program to perform one or more actions repeatedly as a loop as
long as a certain condition is met. - answer repetition control structure
The ____ step of the programming development life cycle consists of three major tasks:
(1) review the requirements, (2) meet with the systems analysts and users, and (3)
identify input, output, processing, and data components. - answer analyze
requirements
A program has its own documentation, called ____. - answer comments
____ a program involves translating the solution algorithm into a programming language
(usually on paper) and then typing the programming language code into the computer. -
answer coding
In sequence, the program development life cycle consists of six steps: ____. - answer
analyze requirements, design solution, validate design, implement design, test solution,
and document solution
The process of locating and correcting syntax and logic errors in a program is known as
____ the program. - answer debugging