______ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web.

a. IP
b. TCP
c. FTP
d. HTTP


d. HTTP

Computer Science & Information Technology

You might also like to view...

A means for two processes to exchange information is with the use of _________

A) spinlocks B) event flags C) condition variables D) messages

Computer Science & Information Technology

In the code below, how should the class Dog be derived from the class Animal?

```class Dog : - ? - { private: string dogtype; public: Dog(); void SetDogType(string dt); }; ``` A. class Dog : public Animal B. class Dog : private Animal C. class Dog : protected Animal D. Any of the above.

Computer Science & Information Technology

Laptop computers typically consume less power than desktops.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In some browsers, alt text appears in a ____ when the pointer hovers over the graphic.

A. hyperlink B. GraphicNote C. tooltip D. user manual

Computer Science & Information Technology