Several people who connect to the Internet and communicate in real time by typing comments to each other is called a(n) ____.
A. chat group
B. instant message
C. VoIP
D. social network
Answer: A
Computer Science & Information Technology
You might also like to view...
Given the declarations below, write a code fragment that allocates a nameless variable for pointer p1 to point to.
``` int *p1, *p2; ``` What will be an ideal response?
Computer Science & Information Technology
If your work email address requires additional information to set up your account, where you do place that server information?
What will be an ideal response?
Computer Science & Information Technology
Consider the maximum sub-array problem for the array [ -1, 1, 2, -3, 5, -6, 5, 3]; what is the maximal sub-array length?
a. 4 b. 2 c. 1 d. 3
Computer Science & Information Technology
An input mask is a field property that determines the data that can be entered, how the data displays, and how the data is stored
Indicate whether the statement is true or false
Computer Science & Information Technology