Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: Gas





Gas Interview Questions
Questions Answers Views Company eMail

Find out how to make artifacts the maxwell boltzmann theory of gases.

1 2186

Find out how to make artifacts the maxwell boltzmann theory of gases . ps. I don't speak English that well

1578

My question about gas chromatography sulfur chemiluminsecence detector. I test unknown sample gas by GC-SCD (calibrated ) and the result of *H2S is 279 PPM , *but when I test the same sample with the GC-TCD (calibrated ) the value of *H2S is 2500 PPM . I'd like to inform you that both GCs are calibrated and have very good operation conditions with stable parameters . the question is if the sample gas with higher H2S over detection limits of SCD detector (1000 ppm). why the result it 279 ppm Best regards

1596

If flow rate of natural gas mixture in sweating gas unite is 460000 m3/day Can it be converted into mole/day?

Shell,

1 1984

What can be reasons for a metal gas-kit to leak?

Maruti Suzuki,

1506

if there are six generators (3 gas CATT, one Jenbacher o1 MW each, and two nos Diesel 01 no 01 mw other 0.65mw EDGs ( say), 3 CAtt gas set have identical pole pitch,01mw EDG and Jenbacher gas Set have different pole pitch, how their power connection can be done to connect a common bus bar during installation. in short, how different pole pitched generators power connection can be done to connect a common busbar system through generators incomer ACBs.

1601

Sold goods to Gasha 600 by cash

1400

In what does the Gas Leds emit radiation?

C DAC, CDAC,

1055

guttural : throat :: gastric :

IBM,

1179

Suppose you are in a dark room and you have the following things- a candle, a wood stove and a gas lamp. Considering that you only have one match, what would you light first?

Genpact,

1276

which gas do you inhale during respiration?

BPCL Bharat Petroleum,

1093

Why is tetra-ethyl lead added to gasoline?

IOCL,

999

Is dying gasp supported?

Cisco,

987

The specific heats of the gas at constant pressure and constant volume are respectively 1.0 kJ/kg K and 0.72 kJ/kg K; the value of R for the gas is

Caterpillar,

1137

What is the use of re-heater in a gas turbine?

Ashok Leyland,

1061




Un-Answered Questions { Gas }

Which factors affect diffusion of a gas through the blood- gas barrier of the lungs as based upon Fick's law?

2668


How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?

2600


How Many grams of solid iodine are produced by the decomposition of 25.4g of hydrogen iodine gas?

3019


Indian Iran Gas pipeline

2120


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

3526


Describe briefly how an amobea exchanges oxygen and carbon dioxide gases with its surroundings.

2077


Explain Gas Turbine startup and shutdown sequences

4321


What are the legislations framed to regulate Public Utility services such as railways,electricity,cooking gas,transports,postal & telegraphic sectors?

2352


what tune did elvis preasly arrive on sage to in las vagas

2753


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?

10023


How addressable fire systems work? Pl. send details with architect.(Loop), also send details regarding Gas system. Pl. help me.Thanks

2100


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.

1869


What do you mean by Frame 5 Gas Turbine as well as Mark II.

2500


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

2398


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

1920