FIGURE 15-2In Figure 15-2 above, the ____ is usually specified by a number, such as 13 for the day/time server.

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


Answer: D

Computer Science & Information Technology

You might also like to view...

Which one of the following statements stores the value 25 in the element located at the first row and second column of the table array?

Look at the following code sample: ``` const int ROWS = 8; const int COLS = 2; int[,] table = new int[ROWS, COLS]; ``` a. table[1, 2] = 25; b. table[0, 1] = 25; c. table[2, 1] = 25; d. table[1, 0] = 25;

Computer Science & Information Technology

Which of the following is TRUE about Windows 8 apps?

A) To close a Windows 8 app, you must click the X or Close icon. B) When you move the pointer to the top of the Windows 8 screen, it turns to a double-arrow, and the app can be clicked and dragged to the bottom of the screen to be close. C) All Windows 8 apps that are not displayed on the screen continue to run in memory until you close the app. D) Windows suspends apps that are not displayed on the screen.

Computer Science & Information Technology

The y-axis on a chart is also known as the ________ axis

Fill in the blank(s) with correct word

Computer Science & Information Technology

When working from a command prompt, what command shows the drive letters available?

A) MAP B) DRIVE C) SHOW D) PROMPT

Computer Science & Information Technology