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...

Can any one say what is the exact meaning of Engineering.

Answer Posted / mahesh-lanco

Engineering is the discipline and profession of applying
technical, scientific and mathematical knowledge in order
to use natural laws and physical resources to help design
and implement materials, structures, machines, devices,
systems, and processes that safely realize a desired
objective

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is node class?

2481


explain various problem solving statagis

2055


which type of casting enforces type safety

3751


WAP in Java to print the format AMIT M I T

2080


as we know that java is a platform independent language, but we need jvm for the same operating system why?

1998


is the RKDF university is aicte approved for b.tech in computer

2020


how to hack email id & passward

2300


what is typa casting and type conversion ?

2301


i m doing engg in IT .for getting job which courses i have to do?

2096


what is the difference between error,exception,bug,defect,fault..?

2443


Hi, what is the meaning of DOCUMENTUM,how and what testers have to do with it?

6256


tell me the e book for data structure (basic)

2155


reduce the number of key strokes to execute this command : t char -t -v -f/dev/fd0

3552


What would you like to discuss? Your work-ex or Your Engineering?

1083


#include int fn(int v); main() { printf("%d\n",fn(7)); } int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; }

2054