Question Set

1. The seconds hand of a watch is 2 cm long. The velocity of its tip is





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->A, B and C start at the same time in the same direction to run around a circular stadium. A completes a round in 252 seconds, B in 308 seconds and c in 198 seconds, all starting at the same point. After what time will they again at the starting point ?....
QA->A train 110ms long passes a telegraph pole in 3 seconds. How long will it take to cross railway platform 165 ms long....
QA->Porter"s tip or policeman"s tip deformity occurs due to....
QA->A watch reads 4: If the minute hand points East, then in which direction will hour hand point?....
QA->A train 300m long crossed a platform 900m long in 1 minute 12 seconds. Find the speed of the train in km/hr....
MCQ->What will be the output of the program? public class If1 { static boolean b; public static void main(String [] args) { short hand = 42; if ( hand < 50 && !b ) / Line 7 / hand++; if ( hand > 50 ); / Line 9 / else if ( hand > 40 ) { hand += 7; hand++; } else --hand; System.out.println(hand); } }....
MCQ->The seconds hand of a watch is 2 cm long. The velocity of its tip is....
MCQ->The blade velocity coefficient is ratio of relative velocity of steam at outlet tip of the blade to the relative velocity of steam at inlet tip of the blade.....
MCQ->In impulse turbines, when friction is neglected, the relative velocity of steam at outlet tip of the blade is __________ the relative velocity of steam at inlet tip of the blade.....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> long FactFinder(long = 5); int main() { for(int i = 0; i<= 0; i++) cout<< FactFinder() << endl; return 0; } long FactFinder(long x) { if(x < 2) return 1; long fact = 1; for(long i = 1; i <= x-1; i++) fact = fact i; return fact; }....
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