A third-party program, such as Adobe Flash Player, is considered to be a(n) ________
A) toolbar
B) add-on
C) tab
D) plug-in
D
You might also like to view...
The class declaration begins with the word ____, which makes the class "visible" to those who might want to use it.
A. extern B. final C. public D. protected
For the declarations below, which statement is illegal? int *ptr1; int *ptr2; int a = 5;
a. ptr1 = ptr2; b. ptr1 = a; c. ptr1 = &a; d. ptr1 = ptr2; e. ptr1 = a;
Which of the following statements describes a worm?
a. A program that disguises itself as something useful but actually harms your system. b. A process that runs automatically, without requiring a person to start or stop it. c. A program that runs independently of other software and travels between computers and across networks. d. A program that locks a user's data or computer system until a ransom is paid.
What type of storage drive contains spinning platters?
A. Optical hard drives B. Solid-state drives C. Floppy disk drives D. Magnetic hard disk drives