A newly installed floppy drive activity light stays on. Which of the following is the MOST likely problem?

A. The computer does not support this type of drive.
B. Connector is plugged in backwards.
C. Power is plugged in backwards.
D. All floppies are corrupt.


Answer: B. Connector is plugged in backwards.

Computer Science & Information Technology

You might also like to view...

The code segment int *ptr; has the same meaning as

A) int ptr;. B) *int ptr;. C) int ptr*;. D) int* ptr;. E) None of the above

Computer Science & Information Technology

Case Based Critical Thinking ? Case 1 ? Mark has taken his team on an educational retreat: they visited print shops and web design houses to see firsthand how the various products that they create are manufactured. One of the things they discussed at length is color theory and various color models. Now that they've returned, Mark is keeping an eye and an ear on the group to see how much they've remembered. Mark's team has been hired to design the magazine cover for a major city. It will be printed in color on glossy high-quality paper. The client says that every month the name of the magazine will print in the same royal blue color. Why does Mark feel it's imperative that the blue be specified as a spot ink as opposed to a process tint?

What will be an ideal response?

Computer Science & Information Technology

A substitution value replaces the original input value of a variable in a data table

Indicate whether the statement is true or false

Computer Science & Information Technology

If your program recovers from an exception, you can use the ____ statement to repeat the execution of an entire begin/end code block

A. retry B. rescue C. end D. begin

Computer Science & Information Technology