| 1. |
Fill up the answer plzzz |
Answer» AnsWer:-→Assembler, Interpreter and Compiler are 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 ♦Assembler:-→It converts programs, written in Assembly language into Machine Language, (i.e Binary Language) ★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. ♠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. |
|