A(n) ________ is a third-party program that extends the functionality of a web browser.

a. add-on
b. microbrowser
c. search provider
d. tab


a. add-on

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. All built-in collections are synchronized. b. Concurrent access to a Collection by multiple threads could cause indeterminate results or fatal errors. c. To prevent potential threading problems, synchronization wrappers are used around collection classes that might be accessed by multiple threads. d. A synchronization wrapper class receives method calls, adds some functionality for thread safety and then delegates the calls to the wrapped class.

Computer Science & Information Technology

Functions that do not have a return type are called ____ functions.

A. zero B. null C. void D. empty

Computer Science & Information Technology

To force a document to appear in a new window or tab, you add the ____________________ attribute to the tag.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n)_______________ begins the body of every method, and a(n) ____________ ends the body of every method.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology