The basic components of a machine language program is?

The basic components of a machine language program is?

مشینی زبان کے پروگرام کے بنیادی اجزاء کیا ہیں؟
Explanation

Machine language is the lowest-level programming language, consisting of binary code that a computer's processor can execute directly. The basic components of a machine language program are:

  • Instructions: These are the fundamental commands that a computer's processor can execute, such as move data, perform arithmetic operations, jump to a location, etc. Instructions are represented as binary codes, such as 0s and 1s.