When an RF signal moves from one medium to another of a different density the signal actually bends instead of traveling in a straight line.  This is known as ____.

A. reflection
B. absorption
C. refraction
D. scattering


Answer: C

Computer Science & Information Technology

You might also like to view...

Explain how default methods enable you to add new methods to an existing interface without breaking the classes that implemented the original interface.

What will be an ideal response?

Computer Science & Information Technology

Modify the application you developed in Exercise 11.11 to allow the user to input the price of the items and the sales commission percentage. The user enters the number of items sold and the price of items and the gross sales is calculated from this. The commission percentage will be in the range 1 to 10 inclusive. The user has been provided with a JSpinner to choose the commission percentage (Fig. 13.25). When the value in the JSpinner changes, the calculated earnings should automatically be updated.


a) Copying the template to your working directory. Copy the C:Examples Tutorial13ExercisesSalesCommissionCalculator2 directory to your C:Sim- plyJava directory.
b) Opening the template file. Open the SalesCommissionCalculator.java file in your text editor.
c) Completing the stateChanged event handler for commissionJSpinner. On line 107, add code to call method commissionJSpinnerStateChanged. Pass to the method the ChangeEvent object event as the argument.
d) Coding the commissionJSpinnerStateChanged method. Starting after method calculateEarnings, on line 174, declare method commissionJSpinnerState- Changed. This method should call method calculateEarnings. Method calcula- teEarnings has already been declared for you.
e) Completing the actionPerformed event handler for calculateJButton. On line
139, add code to call method calculateJButtonActionPerformed. Pass to the
method the ActionEvent object event as the argument.
f) Coding the ca

Computer Science & Information Technology

The spell check feature in Word may indicate that correctly spelled proper names are misspelled

Indicate whether the statement is true or false

Computer Science & Information Technology

The product operation is commonly used.

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

Computer Science & Information Technology