please tell me

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Moiz
    New Member
    • Feb 2008
    • 8

    please tell me

    'In the presence of very efficient higher level languages, Is there any need to learn assembly language?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Thread Moved to Misc Questions Forum.

    Comment

    • ashitpro
      Recognized Expert Contributor
      • Aug 2007
      • 542

      #3
      Originally posted by Moiz
      'In the presence of very efficient higher level languages, Is there any need to learn assembly language?
      That depend on the domain in which you are working or wants to work for.
      All firmwares still uses assembly language.
      BIOS commands, Boot Loaders, Few Device Drivers uses this language

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Originally posted by ashitpro
        That depend on the domain in which you are working or wants to work for.
        All firmwares still uses assembly language.
        BIOS commands, Boot Loaders, Few Device Drivers uses this language
        You should always have a basic understanding of assembly. When you debug your application sometimes all you will have to look at is assembly to try to figure out what is going on.

        Comment

        • Moiz
          New Member
          • Feb 2008
          • 8

          #5
          thanx sir and i want more help in the study

          Comment

          • Moiz
            New Member
            • Feb 2008
            • 8

            #6
            Difference between CSMA/CD and CSMA/CA

            Comment

            • Moiz
              New Member
              • Feb 2008
              • 8

              #7
              ADT's (Abstract Data Types). the implementation of stacks and queues in terms of arrays and linked lists, and then saw how to implement the same abstraction in terms of circular lists.

              Discuss the Factors that should be considered in choosing an appropriate representation for an ADT ,once the interface has been defined for a software/application.

              Comment

              • RedSon
                Recognized Expert Expert
                • Jan 2007
                • 4980

                #8
                One more post like this and I will consider it SPAM. Please refrain from posting spam.

                Comment

                • Frinavale
                  Recognized Expert Expert
                  • Oct 2006
                  • 9749

                  #9
                  Originally posted by Moiz
                  Difference between CSMA/CD and CSMA/CA
                  CSMA/CD stands for: Carrier Sense Multiple Access / Collision Detection

                  CSMA/CA stands for: Carrier Sense Multiple Access/Collision Avoidance

                  This technology is used in networking. They define a set of rules determining how network devices act when two devices attempt to use a data channel simultaneously.


                  Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question.

                  -Frinny

                  Comment

                  Working...