1. Which among the following stars flare up to greatly increased brightness and fade away after a short time?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Which Greek astronomer of 150 BC compiled a catalogue of the position of more than 800 stars besides establishing a magnitude scale to measure star brightness, that is still in use?....
QA->Stars whose brightness increases to 20 magnitude or more due to explosion in the star is called?....
QA->If a number is increased by 30% and then from the increased number its 30% is decreased. Then :....
QA->According to Greenpeace data which country is the largest emitter of anthropogenic sulphur dioxide (SO2) which is produced from burning of coal and greatly contributes to air pollution?....
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 ?....
MCQ->Which among the following stars flare up to greatly increased brightness and fade away after a short time?....
MCQ->Statements : No star is a cone. Some cones are triangles. All kites and stars. Conclusions : I. All stars are kites. II. At least some triangles and stars. (1) Only Conclusion I follows (2) Only Conclusion II follows (3) Either Conclusion I or Conclusion II follows. (4) There is possibility that some stars are triangles. (5) Neither Conclusion I nor Conclusion II follows.....
MCQ->Statements:All flowers are trees. Some trees are stars.Some stars are clouds. No cloud is rock. Conclusions: I.No rock is star. II.Some stars are flowers. III.Some rocks are flowers. IV. Some rocks are stars.....
MCQ->Statements: All suns are stars. All moons are stars. Some planets are suns. Some stars are gases. Conclusions: I. Some stars are planets. II. Some suns are gases. III. No moon is a planet. IV. Some gases are moons.....
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); } }....
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