Which of the following is true of thick-client applications?

A. A thick-client application is an application program that need not be preinstalled on the client.
B. All other things being equal, thin-client applications are preferred over thick client applications.
C. A thick-client application does not require preinstallation of client code.
D. In large organizations which use thick-client applications, update installation and version management are inexpensive.


Answer: B. All other things being equal, thin-client applications are preferred over thick client applications.

Computer Science & Information Technology

You might also like to view...

Which of the following sets of statements creates a multidimensional array with 3 rows, where the first row contains 1 value, the second row contains 4 items and the final row contains 2 items?

a. int[][] items; items = new int[3][?]; items[0] = new int[1]; items[1] = new int[4]; items[2] = new int[2]; b. int[][] items; items = new int[3][]; items[0] = new int[1]; items[1] = new int[4]; items[2] = new int[2]; c. int[][] items; items = new int[?][?]; items[0] = new int[1]; items[1] = new int[4]; items[2] = new int[2]; d. int[][] items; items[0] = new int[1]; items[1] = new int[4]; items[2] = new int[2];

Computer Science & Information Technology

A full duplex link requires four wires, at a minimum.

a. True b. False

Computer Science & Information Technology

A laptop computer is a portable computing device featuring a touch-sensitive screen that can be used as a writing or drawing pad.

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

Computer Science & Information Technology

Pressing and holding [Alt] (Win) or [option] (Mac) when making a selection removes pixels from the existing selection.

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

Computer Science & Information Technology