Twisted-pair cabling uses which of the following to connect to network devices?

A. BNC
B. RJ-45
C. MT-RJ
D. SC


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. You can overload a classes constructors. b. There is no mechanism in C++ for a constructor to call another constructor in the same class. c. Just as a constructor can call a class’s other member functions to perform tasks, C++11 allows constructors to call other constructors in the same class. d. To overload a constructor, provide in the class definition a prototype for each version of the constructor, and provide a separate constructor definition for each overloaded version.

Computer Science & Information Technology

An instance of _________ describes programming errors, such as bad casting, accessing an out-of-bounds array, and numeric errors..

a. RuntimeException b. Exception c. Error d. Throwable e. NumberFormatException

Computer Science & Information Technology

Briefly describe the Windows Forensic Toolchest (WFT).

What will be an ideal response?

Computer Science & Information Technology

The term ____ describes the condition that occurs when dynamically allocated memory isn’t returned explicitly by using the delete operator and the operating system doesn’t reclaim allocated memory.

a. stack leak b. heap leak c. garbage collection d. memory leak

Computer Science & Information Technology