SlideShare a Scribd company logo
1.Introduction of editor
2.Role of editor
3.Types of editor
4.Introduction of translator
5.Types of translator
EDITOR
1.An editor refers to any program capable
of editing files .
2.The term editor is commonly used to
refers a text editor.
3.This is software program that allow user
to create or manipulate plain text
Example= Adobe photoshop, sound editor
Types of Editor
1.Line editor
2.Stream editor
3.Screen editor
3.Word processor
4.Structure editor
LINE
EDITOR1. A line editor is a text editor in which each editing command
applies to one or more complete lines of text designated by the
user
2. When a computer operator typically interacted with a teleprinter
(essentially a printer with a keyboard)
3. No video display, and no ability to move a cursor interactively
within a document
EX= Teleprinter, edlin, teco
SRTEAM EDITOR
1.In this type of editors, the file is
treated as continuous flow or
sequence of characters instead of
line numbers, which means here
you can type paragraphs.
EX= Sed editor in UNIX
SCREEN EDITOR
In this type of editors, the user is able to
see the cursor on the screen and can
make a copy, cut, paste operation easily.
It is very easy to use mouse pointer.
Ex : emacs, Notepad
Word
processor
Overcoming the limitations of screen
editors, it allows one to use some format
to insert images, files, videos, use font,
size, style features. It majorly focuses on
Natural language.
*A structure editor, also structured editor or projectional editor, is
any document editor that is cognizant of the document’s
underlying structure. Structure editors can be used to edit
hierarchical or marked up text, computer programs, diagrams,
chemical formulas, and any other type of content with clear and
well-defined structure.
EX = Netbeans IDE
.
TRANSLATOR
*Anything that converts code from one language into
another . These include translations between high-
level and human-readable computer languages such
as C++ and Java, intermediate-level languages such
as Java byte code, low-level languages such as the
assembly language and machine code, and between
similar levels of language on different computing
*A program written in high-level language is called as source
code. To convert the source code into machine code,
translators are needed.
*A translator takes a program written in source language as
input and converts it into a program in target language as
output.
*It also detects and reports the error during translation.
*Roles of translator are:
*• Translating the high-level language program input into an
equivalent machine language program.
*• Providing diagnostic messages wherever the programmer
violates specification of the high-level language program.
*
1. Compiler
2. Interpreter
3. Assembler
COMPILER
*A compiler is a computer program that translates computer code
written in one programming language (the source language) into
another language (the target language). The name compiler is
primarily used for programs that translate source code from a high-
level programming language to a lower level language(e.g., assembly
language, object code, or machine code) to create an executable
program.
An interpreter is a computer program
that directly executes instructions
written in a programming or scripting
language, without requiring them
previously to have been compiled into a
machine language program.
INTERPRETER
ASSEMBLER
An assembler primarily serves as the
bridge between symbolically coded
instructions written in assembly
language and the computer processor,
memory and other computational
components.
1.Compiler Takes
Entire program as
input
2.Intermediate Object
Code is Generated
3.Conditional Control
Statements are
Executes faster
4.Errors are
displayed after
entire program is
checked
1.Interpreter Takes Single
instruction as input .
2.No Intermediate Object
Code is Generated
3.Conditional Control
Statements are
Executes slower
4.Errors are displayed for
every instruction
interpreted (if any)
*
www.computerhope.com
www.ecomputer.com
www.wikipedia.com
www.geeksforgeeks.org
www.microcontrollertips.com
Editor and translator   copy (1)

More Related Content

What's hot

Compiler Design Basics
Compiler Design BasicsCompiler Design Basics
Compiler Design Basics
Akhil Kaushik
 
Compilation v. interpretation
Compilation v. interpretationCompilation v. interpretation
Compilation v. interpretation
Alexander Bollbach
 
Interpreter
InterpreterInterpreter
Interpreter
IGZ Software house
 
La 5 Pl Translator
La 5   Pl TranslatorLa 5   Pl Translator
La 5 Pl Translator
Cma Mohd
 
Editor structure
Editor structureEditor structure
Editor structure
Nikhil Palyekar
 
Ss ui lecture 1
Ss ui lecture 1Ss ui lecture 1
Ss ui lecture 1
Avinash Kapse
 
Compiler vs interpreter
Compiler vs interpreterCompiler vs interpreter
Compiler vs interpreter
Kamal Tamang
 
compiler vs interpreter
compiler vs interpretercompiler vs interpreter
Compiler vs interpreter
Compiler vs interpreterCompiler vs interpreter
Compiler vs interpreter
Paras Patel
 
Assembler
AssemblerAssembler
Assembler
Suneel Dogra
 
What is Compiler?
What is Compiler?What is Compiler?
What is Compiler?
Huawei Technologies
 
Computer Language Translator
Computer Language TranslatorComputer Language Translator
Computer Language Translator
Ranjeet Kumar
 
COMPILER
COMPILERCOMPILER
COMPILER Meenu khan
COMPILER Meenu khanCOMPILER Meenu khan
Types of system software
Types of system softwareTypes of system software
Types of system software
Inderbir Kaur Sandhu
 
LANGUAGE TRANSLATOR
LANGUAGE TRANSLATORLANGUAGE TRANSLATOR
Programming Languages / Translators
Programming Languages / TranslatorsProgramming Languages / Translators
Programming Languages / Translators
Project Student
 
Text Editor in System software
Text Editor in System softwareText Editor in System software
Text Editor in System software
sundareswaran kannan
 
Compliers and interpreters
Compliers and interpretersCompliers and interpreters
Compliers and interpreters
shivasdhtsvmic
 

What's hot (19)

Compiler Design Basics
Compiler Design BasicsCompiler Design Basics
Compiler Design Basics
 
Compilation v. interpretation
Compilation v. interpretationCompilation v. interpretation
Compilation v. interpretation
 
Interpreter
InterpreterInterpreter
Interpreter
 
La 5 Pl Translator
La 5   Pl TranslatorLa 5   Pl Translator
La 5 Pl Translator
 
Editor structure
Editor structureEditor structure
Editor structure
 
Ss ui lecture 1
Ss ui lecture 1Ss ui lecture 1
Ss ui lecture 1
 
Compiler vs interpreter
Compiler vs interpreterCompiler vs interpreter
Compiler vs interpreter
 
compiler vs interpreter
compiler vs interpretercompiler vs interpreter
compiler vs interpreter
 
Compiler vs interpreter
Compiler vs interpreterCompiler vs interpreter
Compiler vs interpreter
 
Assembler
AssemblerAssembler
Assembler
 
What is Compiler?
What is Compiler?What is Compiler?
What is Compiler?
 
Computer Language Translator
Computer Language TranslatorComputer Language Translator
Computer Language Translator
 
COMPILER
COMPILERCOMPILER
COMPILER
 
COMPILER Meenu khan
COMPILER Meenu khanCOMPILER Meenu khan
COMPILER Meenu khan
 
Types of system software
Types of system softwareTypes of system software
Types of system software
 
LANGUAGE TRANSLATOR
LANGUAGE TRANSLATORLANGUAGE TRANSLATOR
LANGUAGE TRANSLATOR
 
Programming Languages / Translators
Programming Languages / TranslatorsProgramming Languages / Translators
Programming Languages / Translators
 
Text Editor in System software
Text Editor in System softwareText Editor in System software
Text Editor in System software
 
Compliers and interpreters
Compliers and interpretersCompliers and interpreters
Compliers and interpreters
 

Similar to Editor and translator copy (1)

COMPILER DESIGN.docx
COMPILER DESIGN.docxCOMPILER DESIGN.docx
COMPILER DESIGN.docx
Revathiparamanathan
 
COMPILER DESIGN OPTIONS
COMPILER DESIGN OPTIONSCOMPILER DESIGN OPTIONS
COMPILER DESIGN OPTIONS
sonalikharade3
 
Compiler an overview
Compiler  an overviewCompiler  an overview
Compiler an overview
amudha arul
 
Computer basics
Computer basicsComputer basics
Computer basics
sans87
 
C_NOTES.pdf
C_NOTES.pdfC_NOTES.pdf
C_NOTES.pdf
mechanicaleng2
 
Computer assignment for grade 9
Computer assignment for grade  9Computer assignment for grade  9
Computer assignment for grade 9
nahomyitbarek
 
Variables and datatypes
Variables and datatypesVariables and datatypes
Variables and datatypes
aishvaryatamilarasoo
 
Introduction to computer programming
Introduction to computer programmingIntroduction to computer programming
Introduction to computer programming
Noel Malle
 
Compiler design slide share
Compiler design slide shareCompiler design slide share
Compiler design slide share
Sudhaa Ravi
 
C lecture notes new
C lecture notes newC lecture notes new
C lecture notes new
Kuntal Bhowmick
 
Language processing system.pdf
Language processing system.pdfLanguage processing system.pdf
Language processing system.pdf
RakibRahman19
 
Programming Languages
Programming LanguagesProgramming Languages
Programming Languages
Mohamed Omar
 
Ppt 1
Ppt 1Ppt 1
Introduction to programming language (basic)
Introduction to programming language (basic)Introduction to programming language (basic)
Introduction to programming language (basic)
nharsh2308
 
1.Overview of Programming.pptx
1.Overview of Programming.pptx1.Overview of Programming.pptx
1.Overview of Programming.pptx
Vishwas459764
 
PPS UNIT 1- R18.docx
PPS UNIT 1- R18.docxPPS UNIT 1- R18.docx
PPS UNIT 1- R18.docx
Uzma1102
 
Unit 1
Unit 1Unit 1
Unit 1
TPLatchoumi
 
Language processor
Language processorLanguage processor
Language processor
Muhammad Mudarrak
 
lce1 مترجمات.pptx
lce1 مترجمات.pptxlce1 مترجمات.pptx
lce1 مترجمات.pptx
SamiAAli44
 
Life cycle of a computer program
Life cycle of a computer programLife cycle of a computer program
Life cycle of a computer program
Abhay Kumar
 

Similar to Editor and translator copy (1) (20)

COMPILER DESIGN.docx
COMPILER DESIGN.docxCOMPILER DESIGN.docx
COMPILER DESIGN.docx
 
COMPILER DESIGN OPTIONS
COMPILER DESIGN OPTIONSCOMPILER DESIGN OPTIONS
COMPILER DESIGN OPTIONS
 
Compiler an overview
Compiler  an overviewCompiler  an overview
Compiler an overview
 
Computer basics
Computer basicsComputer basics
Computer basics
 
C_NOTES.pdf
C_NOTES.pdfC_NOTES.pdf
C_NOTES.pdf
 
Computer assignment for grade 9
Computer assignment for grade  9Computer assignment for grade  9
Computer assignment for grade 9
 
Variables and datatypes
Variables and datatypesVariables and datatypes
Variables and datatypes
 
Introduction to computer programming
Introduction to computer programmingIntroduction to computer programming
Introduction to computer programming
 
Compiler design slide share
Compiler design slide shareCompiler design slide share
Compiler design slide share
 
C lecture notes new
C lecture notes newC lecture notes new
C lecture notes new
 
Language processing system.pdf
Language processing system.pdfLanguage processing system.pdf
Language processing system.pdf
 
Programming Languages
Programming LanguagesProgramming Languages
Programming Languages
 
Ppt 1
Ppt 1Ppt 1
Ppt 1
 
Introduction to programming language (basic)
Introduction to programming language (basic)Introduction to programming language (basic)
Introduction to programming language (basic)
 
1.Overview of Programming.pptx
1.Overview of Programming.pptx1.Overview of Programming.pptx
1.Overview of Programming.pptx
 
PPS UNIT 1- R18.docx
PPS UNIT 1- R18.docxPPS UNIT 1- R18.docx
PPS UNIT 1- R18.docx
 
Unit 1
Unit 1Unit 1
Unit 1
 
Language processor
Language processorLanguage processor
Language processor
 
lce1 مترجمات.pptx
lce1 مترجمات.pptxlce1 مترجمات.pptx
lce1 مترجمات.pptx
 
Life cycle of a computer program
Life cycle of a computer programLife cycle of a computer program
Life cycle of a computer program
 

Recently uploaded

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Webinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data WarehouseWebinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data Warehouse
Federico Razzoli
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
jpupo2018
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 

Recently uploaded (20)

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Webinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data WarehouseWebinar: Designing a schema for a Data Warehouse
Webinar: Designing a schema for a Data Warehouse
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 

Editor and translator copy (1)

  • 1.
  • 2. 1.Introduction of editor 2.Role of editor 3.Types of editor 4.Introduction of translator 5.Types of translator
  • 3. EDITOR 1.An editor refers to any program capable of editing files . 2.The term editor is commonly used to refers a text editor. 3.This is software program that allow user to create or manipulate plain text Example= Adobe photoshop, sound editor
  • 4. Types of Editor 1.Line editor 2.Stream editor 3.Screen editor 3.Word processor 4.Structure editor
  • 5. LINE EDITOR1. A line editor is a text editor in which each editing command applies to one or more complete lines of text designated by the user 2. When a computer operator typically interacted with a teleprinter (essentially a printer with a keyboard) 3. No video display, and no ability to move a cursor interactively within a document EX= Teleprinter, edlin, teco
  • 6. SRTEAM EDITOR 1.In this type of editors, the file is treated as continuous flow or sequence of characters instead of line numbers, which means here you can type paragraphs. EX= Sed editor in UNIX
  • 7. SCREEN EDITOR In this type of editors, the user is able to see the cursor on the screen and can make a copy, cut, paste operation easily. It is very easy to use mouse pointer. Ex : emacs, Notepad
  • 8. Word processor Overcoming the limitations of screen editors, it allows one to use some format to insert images, files, videos, use font, size, style features. It majorly focuses on Natural language.
  • 9. *A structure editor, also structured editor or projectional editor, is any document editor that is cognizant of the document’s underlying structure. Structure editors can be used to edit hierarchical or marked up text, computer programs, diagrams, chemical formulas, and any other type of content with clear and well-defined structure. EX = Netbeans IDE .
  • 10. TRANSLATOR *Anything that converts code from one language into another . These include translations between high- level and human-readable computer languages such as C++ and Java, intermediate-level languages such as Java byte code, low-level languages such as the assembly language and machine code, and between similar levels of language on different computing
  • 11. *A program written in high-level language is called as source code. To convert the source code into machine code, translators are needed. *A translator takes a program written in source language as input and converts it into a program in target language as output. *It also detects and reports the error during translation. *Roles of translator are: *• Translating the high-level language program input into an equivalent machine language program. *• Providing diagnostic messages wherever the programmer violates specification of the high-level language program.
  • 13. COMPILER *A compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language). The name compiler is primarily used for programs that translate source code from a high- level programming language to a lower level language(e.g., assembly language, object code, or machine code) to create an executable program.
  • 14.
  • 15.
  • 16. An interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. INTERPRETER
  • 17. ASSEMBLER An assembler primarily serves as the bridge between symbolically coded instructions written in assembly language and the computer processor, memory and other computational components.
  • 18. 1.Compiler Takes Entire program as input 2.Intermediate Object Code is Generated 3.Conditional Control Statements are Executes faster 4.Errors are displayed after entire program is checked 1.Interpreter Takes Single instruction as input . 2.No Intermediate Object Code is Generated 3.Conditional Control Statements are Executes slower 4.Errors are displayed for every instruction interpreted (if any) *

Editor's Notes

  1. Rgkd[