Differentiate between an interpreter and a …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Priya Verma 4 years, 8 months ago
- 2 answers
Gaurav Seth 4 years, 8 months ago
1. | Compiler scans the whole program in one go. | Translates program one statement at a time. |
2. | As it scans the code in one go, the errors (if any) are shown at the end together. | Considering it scans code one line at a time, errors are shown line by line. |
3. | Main advantage of compilers is it’s execution time. | Due to interpreters being slow in executing the object code, it is preferred less. |
4. | It converts the the instructions into systematic code. | It doesn’t convert the instructions instead it directly works on source language. |
Related Questions
Posted by Sanvi Sanvi 8 months, 2 weeks ago
- 0 answers
Posted by Viraj Mane 1 year, 1 month ago
- 0 answers
Posted by Preetam Nath 1 year, 1 month ago
- 2 answers
Posted by Sanvi Sanvi 9 months, 1 week ago
- 0 answers
Posted by Vineet Tomar 1 year, 2 months ago
- 1 answers
Posted by Ravneet Reet 1 year, 1 month ago
- 0 answers
Posted by Riddhi Meghani 1 year, 2 months ago
- 1 answers
Posted by A Sanjay Kumar 1 month, 4 weeks ago
- 1 answers
Posted by Riddhi Meghani 1 year, 2 months ago
- 0 answers
Posted by A.. Jatav 1 year, 1 month ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Krishna Shubhm 4 years, 8 months ago
1Thank You