What is an Assembler?
Answer / Sujeet Sinha
An assembler is a computer program that translates assembly language code, which is a low-level programming language consisting of mnemonics for machine instructions and symbols representing data, into machine code (binary code) that the CPU can execute directly. The assembler converts each line of assembly code into a corresponding machine instruction, making it easier for programmers to write and test programs without having to understand the complexities of the underlying hardware.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps of booting?
Explain turnaround time and response time?
What is belady's anomaly?
What isthe difference between a 'thread' and a 'process'?
Explain the difference between load-time dynamic linking and run-time dynamic linking?
What are various scheduling queues?
What does direct input mean?
Semafore is used for? a) synchronization b) dead-lock avoidence c)box d) none
Can you run 32 bit applications on a 64 bit operating system?
How do I enable macros?
Difference between time sharing and multitasking systems?
What is the best suited algorithm to avoid internal fragmentation?