A technician is replacing a bad optical drive. The computer has one hard disk drive installed and no other drives. On the Primary IDE controller, which of the following configurations should the replacement optical drive be? (Select TWO).

A. Slave
B. Primary
C. Master
D. Secondary
E. Cable Select


Answer:
A. Slave
E. Cable Select

Computer Science & Information Technology

You might also like to view...

What happens when this is used in a constructor’s body to call another constructor of the same class if that call is not the first statement in the constructor?

a. A compilation error occurs. b. A runtime error occurs. c. A logic error occurs. d. Nothing happens. The program compiles and runs.

Computer Science & Information Technology

Which of the following statements is false?

a. An advantage of inheritance over interfaces is that only inheritance provides the is-a relationship. b. Objects of any subclass of a class that implements an interface can also be thought of as objects of that interface type. c. When a method parameter is declared with a subclass or interface type, the method processes the object passed as an argument polymorphically. d. All objects have the methods of class Object.

Computer Science & Information Technology

Which of the following will display "cost is $23.85", assuming cost = 23.9487.

a. ``` document.write("cost is " + Math.floor(cost)); ``` b. ``` document.write("cost is " + cost/100; ``` c. ``` document.write("cost is " + cost.toFixed(2); ``` d. either (a) or (c)

Computer Science & Information Technology

The Format Shape pane displays all objects to which an animation has been applied

Indicate whether the statement is true or false

Computer Science & Information Technology