Which of the following is another term for transmission media?

A. Sending device
B. Communications channel
C. Information highway
D. Data transmitter


Answer: B

Computer Science & Information Technology

You might also like to view...

We wish to have a Checkbook class template where we use DataType for the type of the deposit in the deposit function (instead of the check in the writeCheck function). The client might use a Deposit struct object for DataType, containing the amount to deposit, the date of the deposit, and other information. The deposit function will only add the amount of the deposit to the balance (a data member in the private section), and then store the Deposit object in a data member of the Checkbook class called lastDeposit. The deposit function has a single parameter of DataType (for depositing), which should be passed by:

A. const reference B. value C. copy D. reference

Computer Science & Information Technology

Modern antivirus software attempts to locate viruses by watching for a virus _____.

A. code B. fingerprint C. signature D. pattern

Computer Science & Information Technology

Steganography is technically a form of cryptography.

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

Computer Science & Information Technology

All of the following statements are true EXCEPT ________

A) creating a multi-page form enables you to divide a long form into sections B) creating a multi-page form enables you to display subforms on different tabs within the main form C) a multi-page form's format can become easily disorganized D) a multi-page form enables the user to display only the data that needs to be accessed

Computer Science & Information Technology