Which of the following is defined as the maximum departure of  a wave from the undisturbed state?

A. amplitude
B. spectrum
C. frequency
D. wavelength

Answer: A

Computer Science & Information Technology

You might also like to view...

What type of relationship exists between two objects when one object is a specialized version of another object?

a. "is a" b. "contains a" c. "has a" d. "consists of"

Computer Science & Information Technology

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

1. The Scanner class has a method next that allows an entire line of string text to be read. 2. Echoing input is good programming practice because it can reveal problems in the input. 3. An if-else statement chooses between two alternative statements based on the value of a Boolean expression. 4. You may omit the else part of an if-else statement if no alternative action is required. 5. In a switch statement, the choice of which branch to execute is determined by an expression given in parentheses after the keyword switch.

Computer Science & Information Technology