Differentiate between the following:
(a) High Level Language and Low Level Language
(b) Comniler and Internrntor
Answers
Answer:
a) The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine. On the other hand, Machine can easily understand the low level language in comparison of human beings.
b) Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.
Hopefully thinking that this will help you
Please mark me as Brainliest
Answer:
(a) High Level Language and low level language :
The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine. ... High level language is less memory efficient. Low level language is high memory efficient.