Instructions given to a computer are executed in which language?
Instructions given to a computer are executed in which language?
کمپیوٹر کو دی گئی ہدایات کس زبان میں دی جاتی ہیں؟
Explanation
A computer is built to carry out instructions that are written in a very simple type of language called machine language.
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.