A(n) ________ provides a method for unidirectional communication between one server process and many client processes.

a) named pipe
b) unnamed pipe
c) region of shared memory
d) mailslot


d) mailslot

Computer Science & Information Technology

You might also like to view...

One of Kyle’s clients called to complain that his computer was running really slow. Kyle went to the client’s work area and started troubleshooting the problem. Kyle ran the Disk Defragmenter and Disk Clean-up utilities. He checked the processes running in Task Manger and noticed that the SVC host was running several processes. While Kyle was looking at Task Manager, the computer crashed. Kyle restarted the computer and noticed a long load time for Windows. He checked Task Manager and saw several processes that he did not recognize. ? What might be the issue with Kyle’s client’s computer?

A. The computer might need more RAM. B. The computer might need a processor update. C. The computer might have a virus. D. The computer might need to have Windows refreshed.

Computer Science & Information Technology

Translator programs, such as assemblers and compilers, convert programs from one lan- guage (referred to as the source language) to another language (referred to as the target lan- guage). Determine which of the following statements are true and which are false:

a) A compiler translates high-level-language programs into target-language programs. b) An assembler translates source-language programs into machine-language programs. c) A compiler translates source-language programs into target-language programs. d) Machine languages are generally machine independent. e) A machine-language program requires translation before it can be run on a computer.

Computer Science & Information Technology

If you click in a column on a report that displays numbers, what kind of filter choices will be available if you click the Filter button?

A) Text Filters B) Number Filters C) Date Filters D) Wildcards

Computer Science & Information Technology

Coupling is a measure of how tightly two functions are bound to each other.

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

Computer Science & Information Technology