Computer Science, asked by roopasreebathula2001, 8 months ago

Compiler helps in the translation from
a) Integer to binary
b) High-level program to binary digits
c) High-level language to machine level language
d) Pseudo code to computer program

Answers

Answered by mittalyashvardhan200
20

Answer:

high level language to machine level language

Answered by AskewTronics
1

Option b and c are the correct answer for the above question.

Explanation:

A compiler is a translator software or program which is used to help the computer by translating the program code into the computer language. The computer can understand the electric signals which are in the form of 0's and 1's which can also be called binary language or machine language. This language is made up of 0's and 1's which is called binary bits.

The above question asked about the compiler works. So options b and c both state the same work for the compiler which is described above. Hence these are the correct answer while the other is not because--

  • Option 'a' states about the conversion of integer to binary which is not the work of compiler.
  • Option 'd' states about the conversion of Pseudo-code to the computer program, which is also not the work of compiler.

Learn More:

  • Compiler : https://brainly.in/question/5264989
Similar questions