25. Define Compiler and Interpreter.
Answers
Answer:
Compliers and interpreters are programs that help convert the high level language (Source Code) into machine codes to be understood by the computers. ... Compiler scans the entire program and translates the whole of it into machine code at once.
★☆〖Qบęຮτ ı¨ ø nˇ〗☆★
⭐ Introduction to Programming ⭐
=> A Program(BrE: Programme) is defined as an ordered set of instructions to be executed by a computer to carry out a specific task...
=> Programming Language is defined as the language used to specify the set of instructions to the computer in order for it to carry out a specific task...
=> Source c.ode is a program written in a high level language...
=> An Interpreter processes the program statements one by one, first translating and then executing. This process is continued until an error is encountered, or the whole program is executed successfully...
=> A Compiler translates the entire source c.ode, as a whole, into the object c.ode. After scanning the whole program, it generates error messages, if any...
____________________________________________________
<Judge It Yourself...>
(Plagiarism-Free ☺️)
Hope it helps you! ヅ
✪ Be Brainly ✪