Computer Science, asked by Favourichlife8869, 1 year ago

A program written in machine language is called

Answers

Answered by Anonymous
9
Machine code is the answer

iamtouseif: yes ye r right.. it is read by the computer's cpu, is composed of digital binary no.s and looks lyk a very long sequence of zeros and ones. Ultimately, the source code of every human-readable programming lang. must be translated to machine language by a compiler or an interpreter, because binary code is the only lang. tht computer hardware can uunderstand itz like 01001000 01100101 01101100 and so on depending bits of cpu....m
Anonymous: thanks for telling
Answered by Sanav1106
0

A program written in machine language is called Machine co-de.

Machine co-de:-

  • Machine co-de is a collection of binary numbers.
  • It is read and understood by Central Processing Unit (CPU).
  • It is also known as object co-de.
  • It is a sequential arrangement of zeros and ones.
  • Machine language is a low-level language.
  • All the programming languages are converted into machine language by using a translator to use or execute by the computer.

Similar questions