what is assembler?

Answers were Sorted based on User's Feedback



what is assembler?..

Answer / baljit

assembler is a software program that convert the assembly
language to machine language

Is This Answer Correct ?    73 Yes 5 No

what is assembler?..

Answer / pradip kumar panigrahi

Assembler is the step comes in between a sorce code
and .exe file.the steps are like this Sorce code--
Preprocessor-->compiler(Assemble code)-->Assembler(Object
Code)-->Libraries linking-->executable files created.
"The assembler creates object code. On a UNIX system you
may see files with a .o suffix (.OBJ on MSDOS) to indicate
object code files".

Is This Answer Correct ?    37 Yes 10 No

what is assembler?..

Answer / pooja devi

Assembly language is low level programming language for
computers,microprocesser & other integrateed circuits.
Assembler is used to translate assembly language statements
into target computer's machine code.

Is This Answer Correct ?    22 Yes 3 No

what is assembler?..

Answer / mohit sisodia

A programming language that is once removed from a
computer's machine language. Machine languages consist
entirely of numbers and are almost impossible for humans to
read and write. Assembly languages have the same structure
and set of commands as machine languages, but they enable a
programmer to use names instead of numbers.

Each type of CPU has its own machine language and assembly
language, so an assembly language program written for one
type of CPU won't run on another. In the early days of
programming, all programs were written in assembly language.
Now, most programs are written in a high-level language such
as FORTRAN or C. Programmers still use assembly language
when speed is essential or when they need to perform an
operation that isn't possible in a high-level language.
एक प्रोग्रामिंग भाषा है कि एक बार एक कंप्यूटर की मशीन भाषा से हटा
दिया है. मशीन भाषाओं की संख्या की पूरी तरह से मिलकर बनता है और लगभग
असंभव के लिए मानव और पढ़ने के लिए लिख रहे हैं. विधानसभा भाषाओं में एक
ही संरचना है और मशीन भाषाओं के रूप में आदेशों का सेट, लेकिन वे एक
प्रोग्रामर सक्षम करने के लिए संख्या के बजाय नाम का उपयोग करें.

CPU के प्रत्येक प्रकार की अपनी मशीन भाषा और विधानसभा भाषा है,
इसलिए एक विधानसभा भाषा सीपीयू की एक प्रकार एक अन्य पर नहीं चलेंगे
कार्यक्रम के लिए लिखा गया है. प्रोग्रामिंग के प्रारंभिक दिनों में, सभी
कार्यक्रमों विधानसभा भाषा में लिखा गया था. अब, सबसे कार्यक्रमों
फोरट्रान या सी. प्रोग्रामर्स के रूप में एक उच्च स्तर की भाषा में लिखे जाते
हैं अब भी विधानसभा भाषा का प्रयोग जब गति के लिए आवश्यक है या जब वे
ऑपरेशन है कि एक उच्च स्तर की भाषा में संभव नहीं है करने की जरूरत है.

Is This Answer Correct ?    9 Yes 4 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Working for a logistics company, I need to know your suggestion which preferred processing technique for the computers of end users, multiprocessing or multitasking? and why?

2 Answers  


Why use 64bit excel?

0 Answers  


What is the difference between process and program?

0 Answers  


What is the concept of reentrancy?

0 Answers  


Can I use x86 on 64bit?

0 Answers  






Give examples for 8 / 16 / 32 bit Microprocessor?

1 Answers  


How do I find system information?

0 Answers  


What is NOS?

0 Answers  


Stable storage cannot be implemented. (A) Explain why it cannot be. (B) Explain how database system deal with database applications

0 Answers  


What are the four common types of files?

0 Answers  


To ensure one program doesnt corrupt other program in a Multi program enviornment what you should do?

0 Answers  


What is bounded-buffer problem?

0 Answers  


Categories