When discussions are posted on Web pages with related responses, this is called a(n) ________

A) reflector list B) message board C) e-list D) moderator list

B

Computer Science & Information Technology

You might also like to view...

The server socket waits for a client to request a connection via socket method_______.

a) listen. b) wait. c) accept. d) None of the above.

Computer Science & Information Technology

Which of the following statements will correctly carry out the operation stated in the comment to its right.

A) array 2 = array1 // Copy the elements of array 1 into array 2. B) cout << array2 // Output the elements stored in array 2. C) array2 = 5; // Place a 5 in each element of array2. D) None of the above. E) A and B, but not C.

Computer Science & Information Technology