ACTUAL QUESTIONS AND CORRECT
ANSWERS
An advantage of an interpreter is that __________
a. when it finds errors, it displays feedback immediately
b. interpreted programs run faster than compiled programs
c. an interpreter produces an object program
d. all of the above - CORRECT ANSWER A
____ Widely used language that the industry recognizes as standards that is not OOP - CORRECT
ANSWER cobol
____ is a set of technologies by Sun/Oracle that allows programmers to develop and deploy Web
services for a company.
a. JIT
b. JavaScript
c. Java EE
d. JavaBuilder - CORRECT ANSWER C
____ is a set of technologies from Microsoft that allows almost any type of program to run on the
Internet or an internal business network. - CORRECT ANSWER .NET
Examples of HTML ____ are <b> to bold text, <p> to indicate a new paragraph, and <hr> to display a
horizontal rule across the page. - CORRECT ANSWER tags
A(n) ____ is a compiled program that runs on the client. - CORRECT ANSWER applet
A(n) ____ is an interpreted program that runs on the server. - CORRECT
ANSWER script/servlet
, One application of XML is the ____ specification, often used by news Web sites to publish headlines
and stories.
a. RSS 2.0
b. DHTML 1.0
c. DMX 1.2
d. CSS 3.0 - CORRECT ANSWER A
In object-oriented (OO) design, the concept of packaging data and procedures into a single object is
called ____. - CORRECT ANSWER encapsulation
A program has its own documentation, called ____. - CORRECT ANSWER comments
Syntax errors will be caused by all of the following except ____.
a. misspelling a command
b. leaving out required
punctuation
c. typing command words out of order
d. using the wrong control structure - CORRECT ANSWER D
One purpose of using test data is to try to cause a ____, which is an error that occurs while a program
is running.
a. run-time error
b. syntax error
c. one-time error
d. logic error - CORRECT ANSWER A
____ language instructions use a series of binary digits (1s and 0s) or similar to represent binary
digits. - CORRECT ANSWER machine
A(n) ____ language is the second generation programming language, writing instructions using
symbolic codes. - CORRECT ANSWER assembly