Which of the following is false regarding the machine language?
2021
Which of the following is false regarding the machine language?
Answer: B. It is easier to modify — Machine language is the lowest-level programming language, consisting of binary code (1s and 0s) that the CPU can execute directly. It is machine-dependent,…
- A.
It is machine dependent
- B.
It is easier to modify
- C.
It is made up of 1’s and 0’s
- D.
It is difficult to program
Attempted by 3114 students.
Show answer & explanation
Correct answer: B
Machine language is the lowest-level programming language, consisting of binary code (1s and 0s) that the CPU can execute directly. It is machine-dependent, meaning it varies across different processor architectures. Because it is not human-readable, programming in machine language is difficult and error-prone. Modifying machine code requires detailed knowledge of hardware and is not straightforward.