Which of the following are the system requirements for thin clients? Each correct answer represents a complete solution. Choose two.

A) The computer must meet the minimum requirements to run the selected operating system.

B) The computer must have a fast network connection to access the server hosting the applications.

C) The computer must meet the standard requirements to run the selected operating system.

D) Full application versions should be installed and run directly from the client computer using its own resources.


A) The computer must meet the minimum requirements to run the selected operating system.

B) The computer must have a fast network connection to access the server hosting the applications.

Computer Science & Information Technology

You might also like to view...

Which is the output of the following statements? System.out.print("Hello "); System.out.println("World");

a. Hello World b. HelloWorld c. Hello World d. World Hello

Computer Science & Information Technology

What will be output from the following code:

Computer Science & Information Technology

Transaction files:

A) are used when interface data flow exist on data flow diagrams. B) may be used to link processes that execute at different times. C) are included to store all derived elements. D) are required to implement all on-line processes.

Computer Science & Information Technology

In the recursive solution to the Eight Queens problem, the problem size decreases by ______ at each recursive step.

a) one square b) two squares c) one column d) two columns

Computer Science & Information Technology