What does a loader do in a microprocessor?

A)
Decodes an opcode
B)
Converts decimal to binary
C)
Converts hexadecimal code to binary
D)
Increments the content of the program counter by 1

Correct Answer : Option (C) :   Converts hexadecimal code to binary


Explanation : Microprocessor understands only 0s & 1s. So, a loader first converts hexadecimal code to binary form and then loads it to the memory.