Match the following ways of interacting on the Internet with their descriptions:

I. Blog
II. Vlog
III. Email
IV. IM
V. VoIP

A. An online journal that uses video as the primary content in addition to text
B. A form of asynchronous electronic communication sent over the Internet that is centrally stored and archived
C. A type of Internet communication that represents an online journal
D. A form of Internet communication that enables you to use your Internet connection as a telephone to make domestic or international calls
E. A form of Internet communication that enables synchronous communication between two people


C, A, B, E, D

Computer Science & Information Technology

You might also like to view...

Which of the following statements opens a file named MyFile.txt and allows you to read data from it?

a. Scanner inputFile = new Scanner("MyFile.txt"); b. File file = new File("MyFile.txt"); Scanner inputFile = new Scanner(file); c. File Scanner = new File("MyFile.txt"); d. PrintWriter inputFile = new PrintWriter("MyFile.txt");

Computer Science & Information Technology

The broadening of a pulse due to different propagation of the spectral components of the light pulse is called

a. chromatic dispersion. b. modal dispersion. c. polarization mode dispersion. d. diffusion.

Computer Science & Information Technology

____ view displays a page as it will appear in a browser.

A. Design B. Code C. Browser D. Web

Computer Science & Information Technology

To insert a blank page or page break tap CTRL + ENTER.

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

Computer Science & Information Technology