Which of the following is a program that extends the capability of a browser?
A. player
B. plug-in
C. rebrowser
D. publisher
Answer: B
You might also like to view...
What is the Java expression for 4a2 + 2b * c?
a. (4 * a) + (2 * b) * c b. (4 * a * a) + ((2 * b) * c) c. ((4 * a * a) + (2 * b)) * c d. (4 + a * a) + ((2 + b) * c)
To know whether the I/O operation succeeded, you use the function ________.
A. stream.clear() B. stream.bad() C. stream.fail() D. stream.good() E. stream.eof()
Creating a Combo Box is perfect when data ________
A) is always unique B) entry requires more than one answer C) repeats often D) will not be deleted
After you have identified alternative solutions
a. You are ready to evaluate the solution(s). b. You are ready to select the best solution. c. You are ready to write the algorithm. d. You are ready to identify the knowledge base.