1. The thermal stress in a bar is __________ proportional to the change in temperature.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The change in temperature of a body is 50°C. What is the change on Kelvin scale?....
QA->Tendency of matter to change in volume in response to change in temperature is called?....
QA->The change in temperature of a body is 500C. the change on Kelvin scale is?....
QA->A change in color with change in temperature....
QA->Surface tension is inversely proportional to temperature and?....
MCQ->class Bar { } class Test { Bar doBar() { Bar b = new Bar(); / Line 6 / return b; / Line 7 / } public static void main (String args[]) { Test t = new Test(); / Line 11 / Bar newBar = t.doBar(); / Line 12 / System.out.println("newBar"); newBar = new Bar(); / Line 14 / System.out.println("finishing"); / Line 15 / } } At what point is the Bar object, created on line 6, eligible for garbage collection?....
MCQ->The length, coefficient of thermal expansion and Young's modulus of bar 'A' are twice that of bar 'B'. If the temperature of both bars is increased by the same amount while preventing any expansion, then the ratio of stress developed in bar A to that in bar B will be....
MCQ->The thermal stress in a bar is __________ proportional to the change in temperature.....
MCQ->What will be the output of the program? public class Foo { Foo() { System.out.print("foo"); } class Bar { Bar() { System.out.print("bar"); } public void go() { System.out.print("hi"); } } / class Bar ends / public static void main (String [] args) { Foo f = new Foo(); f.makeBar(); } void makeBar() { (new Bar() {}).go(); } }/ class Foo ends /....
MCQ->The design stress, which is more than the damaging stress, is the least unit stress that will render a member unfit for service before the end of its normal life. The design stress factor or factor of safety indicates the margin between design stress and the __________ stress.....
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