Which of the following has a DB-9 connector?

A) LC
B) SC
C) RS-232
D) RJ-45


Answer: C) RS-232

Computer Science & Information Technology

You might also like to view...

Which of the following operations do bidirectional iterators have?

A. Prefix operator* to make available the container element for use as l-value or r-value. B. Overloaded operator+ to add an int value to the iterator to move the place the iterator points forward by the argument number of elements. C. Overloaded operator* to multiply the iterator by an int value to move the place the iterator points by a number of elements equal to the argument. D. Overloaded operator- to move the place the iterator points backware by a number of elements equal to the argument.

Computer Science & Information Technology

What is a flat profile? What is a call graph?

What will be an ideal response?

Computer Science & Information Technology

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

1. Under Windows, your C drive’s root directory contains only one key subdirectory—Windows. 2. The Windows My Computer view provides a hierarchical view of all the directories on your system. 3. Most files are created by the operating system. 4. You cannot create a file by copying an existing file. 5. To copy multiple files, select the first file name or icon in the usual way. Then hold down the control (Ctrl) key while you select additional files.

Computer Science & Information Technology

The statement int[] list = new int[15]; creates list to be an array of 14 components because array index starts at 0.

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

Computer Science & Information Technology