what is the structure of atomic nuclei and how do complex systems derive their properties from their individual constituents?
2434A man starts his journey from the North Pole and travels a distance of 100 kms. in one direction. Thereafter, he turns towards east and travels another 100 kms. then he turns northward and goes for another 100 kmz. How far he is now from the North Pole ? (a) 0 km (b) 100 km (c) 200 km (d) 400 km
3 8476A photoelectric cell converts (a) Light energy to thermal energy (b) Light energy to sound energy (c) Light energy to electrical energy (d) Electrical energy to light energy
3 35313Which of the following gases makes limewater milky white ? (a) Ammonia (b) CO (c) CO2 (d) Chlorine
2 7611Which of the following districts grows most of coffee ? (a) Coorg (b) Mysore (c) Hubli (d) Bellary
7 13216?CAS? stands for (a) Conditional Audio System (b) Conditional Access System (c) Complete Audio System (d) Complete Access System
3 9635Post New RRB Interview Questions
Can you program in command prompt?
How do I get rid of shading in word 2013?
What is hidden attribute in a feature?
What could be a possible cause for sudden foaming in a cooling tower?
Define certification cost?
What is the use of ansible?
What is a non query?
Who discovered radio telescope?
Explain the application of shared preference?
What is a system tablespace and when it is created?
What are the tools and techniques of the Contract Administration process? A. Contract change control system, payment system, payment requests B. Contract change control system, contract negotiations, payment system C. Contract change control system, contract negotiations, contract changes D. Contract change control system, performance reporting, payment system
Where the Induced draft, forced draft & balanced draft furnace are to be used? Selection of furnaces are based on which criteria?
Enlist ways to efficiently code transactions.
How to generate sequence numbers?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?