adplus-dvertising
frame-decoration

Question

Is machine code faster or lower-level than assembly language?

a.

Yes, machine code is faster than assembly language.

b.

Yes, machine code is lower-level than assembly language.

c.

No, machine code and assembly language are two different representations of the same thing.

d.

None of the above.

Posted under Reverse Engineering

Answer: (c).No, machine code and assembly language are two different representations of the same thing. Explanation:Machine code and assembly language are two different representations of the same thing. Machine code is simply sequences of bits that contain a list of instructions for the CPU to perform, while assembly language is a textual representation of those bits.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Is machine code faster or lower-level than assembly language?