In a program such as the day/time program, the ____ is responsible for establishing an input stream on the connection

A. client
B. server
C. port
D. socket


Answer: A

Computer Science & Information Technology

You might also like to view...

Instead of multiplying samples by a multiplier (like 2 or 0.5), try adding a value to them.

``` public void addAmount ( int amount ) { SoundSample [ ] sampleArray = this . getSamples ( ) ; // loop through the sample array for ( SoundSample sample : sampleArray ) { sample . setValue ( sample . getValue ( ) + amount ) ; } } ```

Computer Science & Information Technology

The ______rule suggests for a maximum of six lines per slide and six words per line, excluding titles

Fill in the blank(s) with correct word

Computer Science & Information Technology

The MAC address and port number are stored in a special high-speed memory called ____.

A. content accessible memory B. content addressable memory C. common addressable memory D. content attainable memory

Computer Science & Information Technology

When you first create a table it is left-aligned; that is, flush with the left margin.

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

Computer Science & Information Technology