You can hook two computers directly together using a special UTP cable called a(n) _______________ cable.

Fill in the blank(s) with the appropriate word(s).


crossover

correct

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. As of Java SE 8, any interface containing only one method is known as a functional interface. b. There are many functional interfaces throughout the Java APIs. c. Functional interfaces are used extensively with Java SE 8’s new lambda capabilities. d. Anonymous methods provide a shorthand notation for creating lambdas.

Computer Science & Information Technology

Suppose that Book is class with two instance variables-name of type String and numOfBooks of type int. Which of the following would be appropriate syntax for the heading of a copy constructor for the class called Book?

A. public Book(String n, int num) B. public Book() C. public Book(Book b) D. public copyBook(String n, int num)

Computer Science & Information Technology

Arrays are ____ and must be instantiated before being used.

A. values B. variables C. objects D. strings

Computer Science & Information Technology

A commercial database is generally an enormous database that an organization develops to cover particular subjects.

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

Computer Science & Information Technology