________ 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.
Which of the following can make the application program, hardware independent?
Which OSI layer is concerned with reliable end to end delivery of data?
In MS Excel, a workbook is group of ________.
Consider a hard disk with 16 recording surfaces (0-15) having 16384 cylinders (0-16383) and each cylinder contains 64 sectors(0-63). Data storage capacity in each sector is 512 bytes. Data are organized cyclinder-wise and the addressing format is <cylinder no., surface no., sector no.>. A file of size 42797KB is stored in the disk and the starting disk location of the file is <1200,9,40>. What is cylinder number of the last sector of the file, if it is stored in a contiguous manner?