Reliance Industries Ltd. Has made it’s 2nd largest gas discovery after the Krishna-Godavari basin in the coal- bed methane exploration block in which part of India? 1 Shahdol (M.) 2 Hazaribagh (Jharkhand) 3 Chambal (U.P) 4 Rourkela (Orissa)
2 6459The gas pipeline from Iran to India via Pakistan has been in the news recently. Which of the following is another major pipeline project the work on which is going on presently? 1 India-Bhutan-Iran 2 Iran-Bangladesh-India 3 China-Bangaldesh-India 4 Myanmar-Bangladesh -India
7 7816Which of the following gases is not known as green house gas? 1 Carbon dioxide 2 Methane 3 Nitruous oxide 4 Hydrogen
4 25922The gas usually filled in the eletric h\bulb is 1 Hydrogen 2 Oxygen 3 Nitrogen 4 Carbon dioxide
2 5667The gases used in different types of welding would include 1 Oxygen and hydrogen 2 Oxygen, acetylene and argon 3 Oxygen and acetylene 4 None of these
1 11486Which of the following is the lightest gas? 1 Nitrogen 2 Hydrogen 3 Ammonia 4 Carbon dioxide
4 15893Which of the following gases is lighter than air? 1 Carbon dioxide 2 Oxygen 3 Ammonia 4 Chlorine
5 16270Liquefied Petroleum Gas consists of mainly 1 Methane, ethane and hexane 2 Ethane, hexane and noname 3 Methane, butane and propane 4 Methane, hexane and nonane
2 13877Which of the following gases is used as an illuminant in lamps used by hawkers? 1 Methane 2 Ethylene 3 Acetylene 4 Hydgrogen
3 11455The inert gas which is substituted for nitrogen in the air, used by deep sea divers for breathing, is 1 Helium 2 Argon 3 Krypton 4 Xenon
3 17216Which gas is used for preparation of soda water? 1 Ammonia 2 carbon dioxide 3 Hydrogen 4 Nitric oxide
7 24670The gas that usually causes explosions in coal mines is 1 Hydrogen 2 Carbon monoxide 3 Air 4 Methane
8 14865Bagasse, a by-product of sugar manufacturing industry, is used for the production of 1 Nylon 2 Glass 3 Paper 4 Alcohol
2 7928The vast resources of unutilized natural gas can be used in the production of 1 Graphite 2 Fertilizers 3 Synthetic petroleum 4 Carbide
2 4873
Which factors affect diffusion of a gas through the blood- gas barrier of the lungs as based upon Fick's law?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
How Many grams of solid iodine are produced by the decomposition of 25.4g of hydrogen iodine gas?
Indian Iran Gas pipeline
hi friends kumar here if anybody of u have " INDRAPRASTHA GAS LIMITED" placement papers than plz send it to me i need it urgently..ok mail id is ashish_me2007@yahoo.co.in
Describe briefly how an amobea exchanges oxygen and carbon dioxide gases with its surroundings.
Explain Gas Turbine startup and shutdown sequences
What are the legislations framed to regulate Public Utility services such as railways,electricity,cooking gas,transports,postal & telegraphic sectors?
what tune did elvis preasly arrive on sage to in las vagas
Re: Sugar Cane Bagasse What are the 1. Specific Heat of Bagasse at 50% moisture, 40% moisture and 25% moisture? 2. What is bu;lk density of bagasse at 50% moisture, 40% moisture and 25% moisture? 3. What is specific gravity of bagasse at 50% moisture, 40% moisture and 25% moisture? 4. What is the specific heat of flue gases generated from boiler fuelled by bagasse? 5. What is the specific gravity of flue gases generated from boiler fuelled by bagasse?
How addressable fire systems work? Pl. send details with architect.(Loop), also send details regarding Gas system. Pl. help me.Thanks
If Nasa where to sink a large tube down a few miles into one of the deepest parts of the ocean or a spiral tube not so deep. Then fit electromagnetic monorail running gear to a sledge and then put a space cargo vehicle inside the sledge. With ball valves to compartmentalise the tube off to keep a constant pressure with inert gases as the space shuttle accelerates using electromagnetism to gain altitude and then loses the sledge. Next fires it's main rocket engines to carry on up to space. Would this idea work and would it save money on fuel if the space cargo vehicles where only say 5 ton cargo holds. Also they could be reusable with their rocket engines.
What do you mean by Frame 5 Gas Turbine as well as Mark II.
import java.awt.*; import java.awt.event.*; public class Agency extends Frame implements ActionListener { Label l1,l2,l3,l4; Button b1; TextField t1,t2; String s1,s2,s3,s4; public static void main(String args[]) { new Agency().setVisible(true); } public Agency() { super("Gas Agency Package"); setSize(1280,800); setBackground(Color.lightGray); setLayout(null); // setLayout(new BorderLayout()); t1=new TextField(20); t1.setBounds(440,150,200,30); t1.setBackground(Color.white); t2=new TextField(20); t2.setBounds(440,180,200,30); t2.setBackground(Color.white); t2.setEchoChar('*'); l1=new Label("Gas Agency Package"); l1.setBounds(400,30,300,50); l1.setFont(new Font("TimesRoman",Font.BOLD,25)); l1.setAlignment(Label.CENTER); l2=new Label("Enter your ID and Passoword"); l2.setFont(new Font("TimesRoman",Font.BOLD,20)); l2.setBounds(270,80,300,50); l3=new Label("Enter ID"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l3.setBounds(270,150,120,50); l4=new Label("Enter Passoword"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l4.setBounds(270,180,140,50); add(l1); add(l2); add(l3); add(t1); add(l4); add(t2); b1=new Button("Login"); b1.setBackground(Color.white); b1.setBounds(400,280,100,70); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { if(e.getSource()==b1) { s3="svce"; s4="svce"; s1=t1.getText(); s2=t2.getText(); if(s1.equals(s3) && s2.equals(s4)) { //System.out.println("password is correct"); MenuForm m= new MenuForm(); m.setVisible(true); //this.dispose(); } else { System.out.println("password not correct"); } this.dispose(); } } } plzzzzzzz xplain me this java code like why i m including this packages n the whole code plzzzzzz
plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Agency extends Frame implements ActionListener { Label l1,l2,l3,l4; Button b1; TextField t1,t2; String s1,s2,s3,s4; public static void main(String args[]) { new Agency().setVisible(true); } public Agency() { super("Gas Agency Package"); setSize(1280,800); setBackground(Color.lightGray); setLayout(null); // setLayout(new BorderLayout()); t1=new TextField(20); t1.setBounds(440,150,200,30); t1.setBackground(Color.white); t2=new TextField(20); t2.setBounds(440,180,200,30); t2.setBackground(Color.white); t2.setEchoChar('*'); l1=new Label("Gas Agency Package"); l1.setBounds(400,30,300,50); l1.setFont(new Font("TimesRoman",Font.BOLD,25)); l1.setAlignment(Label.CENTER); l2=new Label("Enter your ID and Passoword"); l2.setFont(new Font("TimesRoman",Font.BOLD,20)); l2.setBounds(270,80,300,50); l3=new Label("Enter ID"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l3.setBounds(270,150,120,50); l4=new Label("Enter Passoword"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l4.setBounds(270,180,140,50); add(l1); add(l2); add(l3); add(t1); add(l4); add(t2); b1=new Button("Login"); b1.setBackground(Color.white); b1.setBounds(400,280,100,70); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { if(e.getSource()==b1) { s3="svce"; s4="svce"; s1=t1.getText(); s2=t2.getText(); if(s1.equals(s3) && s2.equals(s4)) { //System.out.println("password is correct"); MenuForm m= new MenuForm(); m.setVisible(true); //this.dispose(); } else { System.out.println("password not correct"); } this.dispose(); } } } plzzzzzzzzz xplain this code