Connecting Tech Pros Worldwide Forums | Help | Site Map

please tell me

Newbie
 
Join Date: Feb 2008
Posts: 8
#1: Feb 7 '08
'In the presence of very efficient higher level languages, Is there any need to learn assembly language?

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Feb 7 '08

re: please tell me


Thread Moved to Misc Questions Forum.
ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 390
#3: Feb 7 '08

re: please tell me


Quote:

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
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#4: Feb 7 '08

re: please tell me


Quote:

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.
Newbie
 
Join Date: Feb 2008
Posts: 8
#5: Feb 8 '08

re: please tell me


thanx sir and i want more help in the study
Newbie
 
Join Date: Feb 2008
Posts: 8
#6: Jan 22 '09

re: please tell me


Difference between CSMA/CD and CSMA/CA
Newbie
 
Join Date: Feb 2008
Posts: 8
#7: Jan 22 '09

re: please tell me


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.

RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#8: Jan 22 '09

re: please tell me


One more post like this and I will consider it SPAM. Please refrain from posting spam.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#9: Jun 22 '09

re: please tell me


Quote:

Originally Posted by Moiz View Post

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
Reply