'In the presence of very efficient higher level languages, Is there any need to learn assembly language?
please tell me
Collapse
X
-
-
Originally posted by Moiz'In the presence of very efficient higher level languages, Is there any need to learn assembly language?
All firmwares still uses assembly language.
BIOS commands, Boot Loaders, Few Device Drivers uses this languageComment
-
Originally posted by ashitproThat 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 languageComment
-
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
-
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.
-FrinnyComment
Comment