A(n) ________ refers to publishing personal information on the Web

A) tweeting B) posting C) surfing D) blogging

D

Computer Science & Information Technology

You might also like to view...

What is the newer version of BIOS called?

A. UEFI B. EUFI C. FIUE D. FUIE

Computer Science & Information Technology

A copy constructor must receive its argument by reference because:

a. Otherwise the constructor will only make a copy of a pointer to an object. b. Otherwise infinite recursion occurs. c. The copy of the argument passed by value has function scope. d. The pointer needs to know the address of the original data, not a temporary copy of it.

Computer Science & Information Technology