When traveling through any type of medium, a signal always experiences some loss of its power due to friction. This loss of power, or loss of signal strength, is called ____.?

A. ?amplification
B. ?friction
C. ?decibel
D. ?attenuation


Answer: D

Computer Science & Information Technology

You might also like to view...

A company wants you to input quarterly sales figures for sales employees. The loop that does this is ____.

A. Display "Enter the number of salespeople: " Input numSalespeople For qtrIndex = 1 To 4    Display empIndex + ", quarter " + qtrIndex    Input salesAmt End For B. Display "Enter the number of salespeople: " Input numSalespeople For empIndex = 1 To numSalespeople    Display empIndex + ", quarter " + qtrIndex    Input salesAmt End For C. Display "Enter the number of salespeople: " Input numSalespeople For empIndex = 1 To numSalespeople    For qtrIndex = 1 To 4       Display empIndex + ", quarter " + qtrIndex       Input salesAmt    End For End For D. Display "Enter the number of salespeople: " For empIndex = 1 To numSalespeople    For qtrIndex = 1 To 4       Display empIndex + ", quarter " + qtrIndex       Input salesAmt    End For End For

Computer Science & Information Technology

Your supervisor has created a spreadsheet and a chart is included in the workbook. Your supervisor thinks the chart legend is too large, how should you fix the chart?

What will be an ideal response?

Computer Science & Information Technology

If the computers in a VLAN are defined by their MAC address, what happens if someone moves the cable for that computer, plugging it into a different port on the switch?

What will be an ideal response?

Computer Science & Information Technology

What configuration file name would be assigned to the Raw Device Map (RDM) pointer file for a VM named Srv1?

A. Srv1.vmdk.rdm B. Srv1.vswp C. Srv1.rdm.vmdk D. Srv1.rdm.vswp

Computer Science & Information Technology