Whatever we feed into the computer gets converted into a machine code
Answers
Answered by
2
Answer:
Machine code is a computer program written in machine language
Explanation:
It uses the instruction set of a particular computer architecture. It is usually written in binary. Machine code is the lowest level of software. Other programming languages are translated into machine code so the computer can execute them.
An instruction tells the process what operation to perform. Each instruction is made up of an opcode (operation code) and operand. The operands are usually memory addresses or data. An instruction set isa list of the opcodes available for a computer. Machine code is what assembly code and other programming languages are compiled to or interpreted as.
Hope this helps
Similar questions