To be able to send and receive messages in parallel over a network connection, a program must use __________ of execution.

a. one thread.
b. two threads.
c. three threads.
d. four threads.


b. two threads.

Computer Science & Information Technology

You might also like to view...

In the declaration: Dim color As String = "blue"

a) the String literal color is assigned to the String variable "blue" b) the String variable color is assigned to the String literal "blue" c) the String literal "blue" is assigned to the String variable color d) None of the above

Computer Science & Information Technology

If we inline a function for a class, rather than a class template:

A. we won’t get any noticeable speedup from program execution B. the program size will definitely become too large C. the function will return by reference D. the function definition must be placed in the class definition, where the function prototype normally would be

Computer Science & Information Technology

Click any pixel on the canvas and the Magic Wand tool selects other pixels based on ____.

A. tolerance B. similarity C. proximity D. fording

Computer Science & Information Technology

What version of Gigabit Ethernet is being positioned as the Ethernet backbone of the future?

A. 1000BaseT B. 1000BaseX C. 1000BaseSX D. 1000BaseLX

Computer Science & Information Technology