________ converts assembly language into machine language
Assembler
Computers fundamentally understand and execute instructions in machine language, which is a sequence of binary digits (0s and 1s). Writing programs directly in this format is very complex for humans.
To simplify programming, low-level languages like assembly language were created. Assembly language uses specific mnemonics (e.g., ADD, MOV, JMP) and symbolic addresses, making it more understandable than binary code.
However, the processor can only execute machine language. Therefore, a special program is needed to translate assembly language into machine language. This translator is known as an assembler.
Let's clarify the functions of the given options:
Based on these definitions, the tool responsible for converting assembly language directly into machine language is the Assembler.
Windows 10 is a/an:
A hard disk has a rotational speed 6000 rpm. Its average latency time is
In operating systems, what is the full form of RAG?
Which of the following can make the application program, hardware independent?
Which OSI layer is concerned with reliable end to end delivery of data?