Is the programming important to learn for a/c eng
Is the programming important to learn for a/c eng
(OP)
Is the programming important to learn for a/c engneers
or not
or not
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Is the programming important to learn for a/c eng
|
RE: Is the programming important to learn for a/c eng
Anyways, SOME amount of programming should be mandatory. There are too many programs with macro languages that can be customized for your own specific needs, so some basic programming understanding would be beneficial.
TTFN
RE: Is the programming important to learn for a/c eng
RE: Is the programming important to learn for a/c eng
Dik
RE: Is the programming important to learn for a/c eng
Some write programs to solve problems (solving PDEs)
Some write programs to control machines (fly by wire?)
Some write programs to make life easier (word processors etc)
For solving problems, it is just encoding what you would have done manually. That is quite easy to master. The complex bit is just translation of your technique to the chosen language.
Controlling machines can be fairly complex. Depends on the machine and how the interfaces are written.
Programming to make life easier is the most difficult one. You have to do a lot of research into requirements and making sure human interaction doesn't cause problems. Actually you spend more time doing the requirements than actual programming.
Basically, the less human interaction there is, the easier the system is to program.