1. Rotating wheel of an automobile throw out mud tangentially outward is an example of?

Answer: Inertia of direction

Reply

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

Comments

Show Similar Question And Answers
QA->Rotating wheel of an automobile throw out mud tangentially outward is an example of?....
QA->If one wants to throw a cricket ball to the maximum distance; then at which angle should he throw it?....
QA->If one wants to throw a cricket ball to the maximum distance, then at which angle should he throw it ?....
QA->A ship 55 km from the shore springs a leak which admits 2 tonnes of water in 6 minutes, 80 tonnes would suffice to sink her, but the pumps can throw out 12 tonnes an hour. The average rate of sailing that she may just reach the shore as she begins to sink is....
QA->A ship 55 km from the shore springs a leak which admits 2 tonnes of water in 6 minutes, 80 tonnes would suffice to sink her, but the pumps can throw out 12 tonnes an hour. The average rate of sailing that she may just reach the shore as she begins to sink is:....
MCQ->A wheel that has 6 cogs is meshed with a larger wheel of 14 cogs. When the smaller wheel has made 21 revolutions, then the number of revolutions mad by the larger wheel is:...
MCQ->A man having a weight of 180 lb sits in a chair of the Ferris wheel, which has a weight of 15,000 lb and a radius of gyration of ko = 37 ft. If a torque of M = 80(103) lb • ft is applied about O, determine the angular velocity of the wheel after it has rotated 180°. Neglect the weight of the chairs and note that the man remains in an upright position as the wheel rotates. The wheel starts from rest in the position shown....
MCQ->Statement: Incessant rain for the past several days has posed the problem of overflowing and flood as the river bed is full of silt and mud. Courses of Action: The people residing near the river should be shifted to a safe place. The people should be made aware about the imminent danger over radio/television. The silt and mud from the river bed should be cleared immediately after the receding of the water level.

...
MCQ->import java.io.; public class MyProgram { public static void main(String args[]) { FileOutputStream out = null; try { out = new FileOutputStream("test.txt"); out.write(122); } catch(IOException io) { System.out.println("IO Error."); } finally { out.close(); } } } and given that all methods of class FileOutputStream, including close(), throw an IOException, which of these is true?...
MCQ->System.out.print("Start "); try { System.out.print("Hello world"); throw new FileNotFoundException(); } System.out.print(" Catch Here "); / Line 7 / catch(EOFException e) { System.out.print("End of file exception"); } catch(FileNotFoundException e) { System.out.print("File not found"); } and given that EOFException and FileNotFoundException are both subclasses of IOException, and further assuming this block of code is placed into a class, which statement is most true concerning this code?...
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