Computer Science, asked by preeta9399, 8 months ago

fill up the answer plzzz​

Attachments:

Answers

Answered by kailashmeena123rm
12

Answer:

language translator

Explanation:

these used to convert different language to different language in computer.

for example computer always understand binary language ( 0,1,high,low,on,off) . so we have to convert other language into binary so these translator are used.

MARK ME AS BRAINLIEST

Answered by Aloi99
2

AnsWer:-

Assembler, Interpreter and Compiler are Language Processors.

\rule{200}{1}

\orange{\boxed{\blue{\underline{\green{\mathrm{Language \ Processors:-}}}}}}

They are softwares, used to convert Program or High level computer languages, into Low level Computer langauges, (machine understandable).

There are 3Types of Language Processors:-

๛Assembler

Interpreter

Compiler

\rule{200}{1}

Assembler:-

→It converts programs, written in Assembly language into Machine Language, (i.e Binary Language)

\rule{200}{1}

Interpreter:-

→Converts high level programs, into Machine Language, by converting and executing line by line programs, If any error occurs in any of the lines, it then reports and doesnt continue/execute until the error is corrected or rectified.

\rule{200}{1}

Compiler:-

→It converts High level Programs into Machine Language,by converting and Executing the Whole program in one go,and if errors occur it then reports errors of the program,by providing the error along the Line number.

\rule{200}{3}

Similar questions