A desktop PC monitor has no display after a power failure. The light on the monitor is on. Which of the following actions should be taken FIRST?

A. Power cycle the USB peripherals.
B. Power cycle the breaker switches.
C. Power cycle the PC.
D. Power cycle the uninterruptible power supply (UPS).


Answer: C. Power cycle the PC.

Computer Science & Information Technology

You might also like to view...

What is wrong with the following code?

int f1( int x, int y) { x = y * y; return x; int f2( float a, float& b) { if(a < b) b = a; else a=b; return 0.0; } } a. Neither function should return a value b. Function definitions may not be nested c. Both parameters to f2 should be pass-by reference d. in f2, a can not be assigned b. e. nothing is wrong

Computer Science & Information Technology

An HTML ___________ provides a mechanism to collect user input from a Web page.

a) tag b) form c) element d) comment

Computer Science & Information Technology

____ can translate an IP address from a private network to a different address used on a public network or the Internet.

A. IPSec B. DHCP C. TCP/IP D. NAT

Computer Science & Information Technology

Color is a primary consideration for text.

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

Computer Science & Information Technology