Which two connection options would likely be used to connect a tape drive to a computer today? (Select two.)

A) Parallel
B) USB
C) eSATA
D) VGA
E) PS/2


B, C

Computer Science & Information Technology

You might also like to view...

When you swap the values of two variables or array elements, you need a third variable, a temporary one, to hold one of the values until the swap is completed.

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

Computer Science & Information Technology

The what-if analysis tool best suited to evaluating multiple scenarios within a formula is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The symbol X(8) represents:

A) eight digits. B) eight alphanumeric characters. C) a data structure or element that repeats eight times. D) an element that is found within eight data structures.

Computer Science & Information Technology

Suppose a JavaFX class has a binding property named weight of the type DoubleProperty. By convention, which of the following methods are defined in the class?

a. public double getWeight() b. public void setWeight(double v) c. public DoubleProperty weightProperty() d. public double weightProperty() e. public DoubleProperty WeightProperty()

Computer Science & Information Technology