Question
What is the difference between production and manufacturing?

Answers



More civil engineering Questions..
How do you determine Specific gravity of cement?

What happens in an airplane? Does the pilot operate conveyor belts and pulleys?

Define What is the tensile strength of wood?

What is the withdrawal force of steel nails?

What is the average density of soil?

Brick strength is more or concrete block?

Define What is aggregate?

How do you compute volume of airflow?

Define What is the meaning of a blue land surveyors flag?

Strength of brick?

what is Brick crushing strength(PSI)?

where will be the reinforcement of slab placed when there is an inverted beam and the bottom of the beam and slab are at same level ?

Define What is made from large rocks, which protects the base of cliffs?

What black man invented the clothes dryer?

What is the purpose of the gap in the road on this bridge?

What will be the effect of over reinforcement ?

In the design of bridge arguments what considerations should be made to select the orientation of the wing walls?

explain in detail about design of steel structures

What is rigging?

What are the ingredients of pre-stressed concrete?



Search
Can you Answer!!
  • Q What is exact time taken by the earth for single rotation on its own axis?
  • Q What is the focal length of a concave lens?
  • Q CN VIII passes through what 'hole'?
  • Q The most popular sport in Japan is___.
  • Q How do i use a startup class to initialize and later reference jms objects?
  • Q What is the use of
  • Q Define the coefficient of correlation when in a positive amount?
  • Q Write Short Notes on Element of News
  • Q What is the function of the load command?
  • Q What are the New Job Postings from the Company or Organization, Inter-University Centre for Astronomy and Astrophysics (IUCAA) ?
  • Q #define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d ",i);}