In a virtual community, you can communicate with other people by using a(n) ________

A) captcha
B) profile
C) alias
D) avatar


D

Computer Science & Information Technology

You might also like to view...

Which of the following is false?

a. An entire non-char array cannot be input or output at once. b. Two arrays cannot be meaningfully compared with equality or relational operators. c. Arrays cannot be assigned to one another (i.e., array1 = array2;). d. C++ ensures that you cannot “walk off” either end of an array.

Computer Science & Information Technology

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

1. A copy constructor and a clone method should normally make a deep copy whenever possible. 2. If you define a clone method, the class should implement the Cloneable interface.

Computer Science & Information Technology

If you add or delete a footnote in a document, you need to renumber each of the following footnotes manually

Indicate whether the statement is true or false

Computer Science & Information Technology

The bitwise shift left operator is a unary operator that multiplies by a power of 2.

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

Computer Science & Information Technology