True and False questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • copelane
    New Member
    • Apr 2008
    • 2

    True and False questions

    I need help on these True and False questions in Java programming.

    1.There are are two ways to translate a program from a high-level into the machine language a computer can actually understand:comp iling and debugging.
    2. The operands require by && and II are mathematical expressions.
    3. Variable names in Java should be very descriptive, and short names such as I or N never are acceptable.
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Originally posted by copelane
    I need help on these True and False questions in Java programming.

    1.There are are two ways to translate a program from a high-level into the machine language a computer can actually understand:comp iling and debugging.
    2. The operands require by && and II are mathematical expressions.
    3. Variable names in Java should be very descriptive, and short names such as I or N never are acceptable.
    First of all, wrong section. This is the Editors Corner - this would belong in the Java Forum.
    Secondly, we will not do your homework for you.
    Last, but not least:
    for #1 you can look up "compiling" and "debugging" on wikipedia,
    for #2 you should understand those to operators (check your Java book or a tutorial) and
    for #3 think about it. When reading someone elses code, which would you prefer?
    So, in future try to solve your questions yourself or looking them up instead of just posting them in a forum.

    Greetings,
    Nepomuk

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Moved to the Java forum.

      The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

      Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

      Then when you are ready post a new question in this thread.

      MODERATOR

      Comment

      • sukatoa
        Contributor
        • Nov 2007
        • 539

        #4
        Originally posted by copelane
        I need help on these True and False questions in Java programming.

        1.There are are two ways to translate a program from a high-level into the machine language a computer can actually understand:comp iling and debugging.
        2. The operands require by && and II are mathematical expressions.
        3. Variable names in Java should be very descriptive, and short names such as I or N never are acceptable.
        1. How about interpreting?
        2. Read about logical expressions
        3. Try to initialize those variables 'I' and 'N'.....

        You know what?!! When you start to program Java, im sure you will love it....

        I am really amazed about your post..... :)

        regards,
        sukatoa

        Comment

        Working...