1. The distance between target and radar is reduced to half. Power received increases by





Ask Your Doubts Here

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

Comments

  • By: guest on 02 Jun 2017 12.54 am
    .
Show Similar Question And Answers
QA->When the distance between two bodies increases, the force between them will?....
QA->A major belt of asteroids is located between Mars and Jupiter. What is the approximate average distance between the Sun and this major asteroid belt?....
QA->In which cell division chromosome number is reduced to half?....
QA->A boat travels upstream from B to A and downstream from A to B in 3 h. If the speed of the boat in still water is 9 km/h and the speed of the current is 3 km/h, what distance between A and B?....
QA->A boat travels upstream from B to A and downstream from A to B in 3 h. If the speed of the boat in still water is 9 km/h and the speed of the current is 3 km/h, what distance between A and B?....
MCQ->The distance between target and radar is reduced to half. Power received increases by....
MCQ->On executing the below program what will be the contents of 'target.txt' file if the source file contains a line "To err is human"? #include<stdio.h> int main() { int i, fss; char ch, source[20] = "source.txt", target[20]="target.txt", t; FILE fs, ft; fs = fopen(source, "r"); ft = fopen(target, "w"); while(1) { ch=getc(fs); if(ch==EOF) break; else { fseek(fs, 4L, SEEK_CUR); fputc(ch, ft); } } return 0; }....
MCQ->The following block of code creates a Thread using a Runnable target: Runnable target = new MyRunnable(); Thread myThread = new Thread(target); Which of the following classes can be used to create the target, so that the preceding code compiles correctly?....
MCQ->Consider the following statements In a pulsed radar, the transmitted pulses are of high frequencyIn a pulsed radar, the transmitted pulses are of high powerIn a pulsed radar, the transmitted pulses are of brief durationIn a pulsed radar, the transmitted pulses are of square wave shape. Of the above statements the correct statements are....
MCQ->Statement: The Union Ministry of Tourism and Civil Aviation has fixed an annual target of Rs 10,000 crores by way of tourism earnings towards the end of the current decade. Courses of Action: There is no need of development of further new tourist spots to meet the target. The Ministry should evolve attractive packages to woo the foreign tourists to meet the target.

....
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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution