The ability of any computer to imitate another computer is known as

a. mimicry
b. the Imitation Principle
c. the Universality Principle
d. the Turing test


c. the Universality Principle

Computer Science & Information Technology

You might also like to view...

Which Case clause will be true whenever the value of the selector in a Select Case block is greater than or equal to 7?

(A) Case Is >7 (B) Case Is = 8 (C) Case Is >= 7 (D) Case Is <=

Computer Science & Information Technology

An exception's default error message can be retrieved by using the __________ method.

a. getMessage() b. getErrorMessage() c. getDefaultMessage() d. getDefaultErrorMessage()

Computer Science & Information Technology

Select the code below that will configure a background image called parchment.gif for a web page using CSS.

a. body {background-image:url(parchment.gif); } b. document {background:parchment.gif; } c. body {background:parchment.gif’} d. body {background-color:parchment.gif;}

Computer Science & Information Technology

An active/passive server cluster in which only one server is active and handling requests, is an example of which of the following network performance optimization?

A. Traffic shaping B. QoS C. High availability D. Load balancing

Computer Science & Information Technology