View Poll Results: See question in post.

Voters
20. You may not vote on this poll
  • Yes, that is said. It is the saddest thing I have ever heard of in my life.

    18 90.00%
  • WHAT??? You expect us engineers to know EVERYTHING? Lighten up! A simple lack of knowledge in order of operations wont hurt!

    2 10.00%

Thread: order of operations

  1. #1
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743

    Question order of operations

    Is it sad when an engineer doesnt know what order of operations is?
    My Website

    "Circular logic is good because it is."

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Is it sad when an engineer doesnt know what order of operations is?
    Actually, I think it's worse that those silly engineers can't even agree on an order.

    -Prelude
    My best code is written with the delete key.

  3. #3
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    PEMDAS right?
    Parenthesis Exponent Multiply Divide Add Subtract

    lol
    if it were only as easy as algebra
    I think that engineers can run into this problem in any field, such as mechanical or electrical in my situation.
    lol
    PHP and XML
    Let's talk about SAX

  4. #4
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Ah, I knew that elementary concept back in, well, almost elementary. We're going over it alot in IT Math at Tech School right now. We're creating programming formulas that will work with whatever numbers you throw at them. We _are_ coding them in the old Qbasic, but the programming language that's being used is irrelevant, this is simply a teaching of concepts and knowing how to creat an effecient formula for whatever calculation task you may come along.

    Just sit down and think about it, IT Math is a very helpful course in my opinion if you plan on doing some intermediate, or even large scale programming. God knows I've referred to calculators enough already.
    The world is waiting. I must leave you now.

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I'm an engineer and I didn't know what...

    >>> order of operations

    ... is. The term seemed ambiguous to me, what operations? Hmmm, put water in kettle, put lid on kettle, plug kettle into socket, turn kettle on...

    Then I saw...

    >>> Parenthesis Exponent Multiply Divide Add Subtract

    ... and thought, ah, he means operator precedence.

    The problem with statements such as that you gave is that the terminology is not standard.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    are you referring to mathematical operator precedence or operator precedence in various programming languages?
    hello, internet!

  7. #7
    Registered User Cruxus's Avatar
    Join Date
    Aug 2001
    Posts
    87
    "The order of operations" is what most elementary and high school algebra teachers call "operator precedence" in the simplification of algebraic constructs and is so standard terminology in that regard.

    Sad, in my opinion, is when a high school sophomore or junior (15-17 years old) does not know the order of operations. It's an abhorrance when an engineer, mathematician, or scientist does not know the order of operations (algebraic operator precedence).

  8. #8
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Sad, in my opinion, is when a high school sophomore or junior (15-17 years old) does not know the order of operations. It's an abhorrance when an engineer, mathematician, or scientist does not know the order of operations (algebraic operator precedence).
    I'm a 18 year old senior and i...well i didn't know it till it was posted and it reminded me. I thought it was some programming thing not the math thing, o well.

  9. #9
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>>
    "The order of operations" is what most elementary and high school algebra teachers call "operator precedence"
    <<<

    ... maybe where you are...
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  10. #10
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    Originally posted by adrianxw
    >>>
    "The order of operations" is what most elementary and high school algebra teachers call "operator precedence"
    <<<

    ... maybe where you are...

    Ditto...

    The foot bone's connected to the leg bone. "operations" is too vague. Operators are not operations... in programming... or in mathematics. Operator precedence is a better term, IMO.

    But tit for tat.... who freakin cares. Are you concerned that these engineers do not know phrasology or that they do not understand precedence in equations?

    The latter would be sad indeed.... but if it is the former... you are being petty... and naive to think the world revolves around your understanding of the communication process.
    Blue

  11. #11
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    English can be confusing or imprecise compared to the precision of math. What's worse is when someone who knows one system but not the other attempts to translate one into the other.
    Case in point: question on a VB test today asked which event occurred for a standard form as opposed to an MDI form. Answers A - C were events, D was none of the above, my answer. Got it wrong, correct answer was B, QueryUnload. That is wrong! QueryUnload occurs for standard as well as MDI forms. As opposed to means the opposite.
    Maybe that's a digression, but I see that sort of thing all the time. A tech at work once asked "what environment" I was working in. What does that mean? Northern Michigan? Temperate climate? Air conditioned building? Windows 2000? Software Engineering? What? Turns out she meant the primary UNC mapped drive I used. She couldn't communicate that, though, so we went around for half an hour, each thinking the other an idiot.
    Truth is a malleable commodity - Dick Cheney

  12. #12
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I have never heard it called operator precedence in my entire life until now. The only term I had ever heard was order of operations and PEMDAS. I expected it was the same way for at least all the Americans on the board.
    My Website

    "Circular logic is good because it is."

  13. #13
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I'm with you David

  14. #14
    Shadow12345
    Guest
    Honestly it doesnt seem possible that an engineer wouldn't know the order of operations. Don't engineers have to be like math demigods or something (I don't know what a demigod is either).

    On the other hand my cousin is an electrical engineer and he is stupid and i don't see how he gets by in life.

  15. #15
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198
    Ive always learned it as BEDMAS
    Brackets Exponents Division Mult. Addit. Sub

    - although I think the correct term for () is not in fact brakcets but paranthesis
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Order of operations question
    By GuitarNinja in forum C++ Programming
    Replies: 4
    Last Post: 04-11-2009, 06:14 AM
  2. Order of Operations Question
    By chix/w/guns in forum C++ Programming
    Replies: 35
    Last Post: 07-17-2004, 03:38 AM
  3. order of operations...
    By jverkoey in forum C++ Programming
    Replies: 2
    Last Post: 05-21-2004, 11:38 PM
  4. order of operations when programming in API
    By stallion in forum Windows Programming
    Replies: 2
    Last Post: 12-07-2002, 05:34 PM
  5. Order of Operations
    By C-Duddley in forum C Programming
    Replies: 3
    Last Post: 12-06-2002, 08:10 PM