KnowledgeBoat Logo
|

Computer Applications

Read the following text and choose the correct answer:

Machine language is the form of computer language in which instructions are coded in terms of binary digits (bits), i.e., in the form of zeroes and ones (0's and 1's). The computer understands the machine code directly to be operated by the CPU.

Which is the most suitable statement for Machine language from the following?

  1. It is one of the types of high level language.
  2. It is directly understood by the users.
  3. It is a machine dependent language.
  4. It is easier to write the code in machine language.

OOP Intro Java

6 Likes

Answer

It is a machine dependent language.

Reason — Machine language is a type of computer language in which instructions are coded using binary digits (0s and 1s), also known as machine code. Since it directly interacts with the computer’s hardware, it is specific to a particular system, making it a machine-dependent language.

Answered By

4 Likes


Related Questions