109k views
3 votes
Which statement is NOT true:

Machine languages can be used to express algorithms.
Machine languages can be used to write programs that can run on any machine.
Machine language consists of zeros and ones.
Machine language is produced by compilers.

1 Answer

4 votes

Answer:

The correct answer for the given question is "Machine languages can be used to write programs that can run on any machine."

Step-by-step explanation:

The machine language consist of binary digit i. e 0 and 1 .Computer can understand only the machine language .The machine language consist of code that is written in bits so it is used to express algorithms.When any program is compiled the compiler are converted into machine code so the machine language is produced by the compiler .

Machine language cannot used to write a program that run on any machine.

User Shakisha
by
5.8k points