1. Assertion (A): Two equal and opposite travelling waves result in a standing wave.Reason (R): The ratio of maximum to minimum value of a standing wave is called SWR.





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->If the face value of the money is equal to intrinsic value it is called?....
QA->The ratio of the age of two sisters is 3:The product of their ages is The ratio of their ages after 5 years will be:....
QA->What is Maximum value of the wavelength of ultrasonic waves?....
QA->If the average of the first 6 result is 59 and that of the last six is 62, find the sixth result?....
QA->Highest useful compression ratio is the compression ratio at which the engine....
MCQ-> Study the following information carefully and answer the questions given below: A building has seven floors numbered one to seven, in such a way that ground floor is numbered one, the floor above it, number two and so on such that the topmost floor is numbered seven. One out of seven persons, viz., P, Q, R. S, T, U and V lives on each floor, but not necessarily in the same order. Each one of them is travelling to different places, viz.. Bangalore, Chennai, Delhi, Jaipur, Kolkata, Mumbai and Patna, but not necessarily In the same order. Three persons live on the floors above the floor of P. There is only one person between P and the person travelling to Bangalore. U lives immediately below the person who is travelling to Mumbai. The person who is travelling to Mumbai lives on an even numbered floor. P lives below the person travelling to Mumbai. Two persons are living between the persons who are travelling to Bangalore and Patna respectively. T lives immediately above R. T is not travelling to Patna. Two persons live between Q and the person travelling to Kolkata. The person who is travelling to Delhi is not living immediately above or below the floor of Q. The person who is travelling to Kolkata lives below Q. S does not live immediately above or below the floor of P. V is not travelling to Chennai. The person who is travelling to Delhi does not live on the ground floor.Who among the following lives on the topmost floor?
 ....
MCQ->Assertion (A): Two equal and opposite travelling waves result in a standing wave.Reason (R): The ratio of maximum to minimum value of a standing wave is called SWR.

....
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
MCQ->What will be the output of the program? public class BoolTest { public static void main(String [] args) { int result = 0; Boolean b1 = new Boolean("TRUE"); Boolean b2 = new Boolean("true"); Boolean b3 = new Boolean("tRuE"); Boolean b4 = new Boolean("false"); if (b1 == b2) / Line 10 / result = 1; if (b1.equals(b2) ) / Line 12 / result = result + 10; if (b2 == b4) / Line 14 / result = result + 100; if (b2.equals(b4) ) / Line 16 / result = result + 1000; if (b2.equals(b3) ) / Line 18 / result = result + 10000; System.out.println("result = " + result); } }....
MCQ-> The English alphabet is divided into five groups. Each group starts with the vowel and the consonants immediately following that vowel and the consonants immediately following that vowel are included in that group. Thus, the letters A, B, C, D will be in the first group, the letters E, F, G, H will be in the second group and so on. The value of the first group is fixed as 10, the second group as 20 and so on. The value of the last group is fixed as 50. In a group, the value of each letter will be the value of that group. To calculate the value of a word, you should give the same value of each of the letters as the value of the group to which a particular letter belongs and then add all the letters of the word: If all the letters in the word belong to one group only, then the value of that word will be equal to the product of the number of letters in the word and the value of the group to which the letters belong. However, if the letters of the words belong to different groups, then first write the value of all the letters. The value of the word would be equal to the sum of the value of the first letter and double the sum of the values of the remaining letters.For Example : The value of word ‘CAB’ will be equal to 10 + 10 + 10 = 30, because all the three letters (the first letter and the remaining two) belong to the first group and so the value of each letter is 10. The value of letter BUT = $$10 + 2 \times 40 + 2 \times 50 = 190$$ because the value of first letter B is 10, the value of T = 2 $$\times$$ 40 (T belongs to the fourth group) and the value of U = 2 $$\times$$ 50 (U belongs to the fifth group). Now calculate the value of each word given in questions 161 to 165 :AGE
 ....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions