What is interpreter in computer ?
- An interpreter is another type of translator which is used for translating programwritten using high level languages.
- It takes one statement of high level language, translates into machine language & immediately executes the resulting machine language instructions.
- The main difference between compiler & interpreter is that compiler can translates the entire code but not involve in execution.
- As shown in figure that the input to an interpreter is a source program & the output is the result of an execution program.
- Interpreter translates & executes a high level language program statement-by- statement.
- A program statement is reinterpreted every time it is encountered during program execution.
- The main advantage of interpreter is that interpreter makes it easier & faster tocorrect programs.
- The main disadvantage is that interpreter is slower than compilers when runninga finished program.
Latest Computer Post :- Click Here
Basic Computer Questions
Q : The main system board of the computer is called ____.
(A) Motherboard
(B) Processor
(C) Microchip
(D) None of these
Click to show/hide
Q : Which of the following system components is the brain of a computer?
(A) Circuit board
(B) CPU
(C) Memory
(D) Network card
Click to show/hide
Q : What is the built-in permanent memory in a computer called?
(A) RAM
(B) ROM
(C) CPU
(D) CD-ROM
Click to show/hide
Q : Which of the following is the full form of NTFS?
(A) New Tree File system
(B) New Technology file system
(C) New Table file system
(D) Both B and C
Click to show/hide
Q : Which of the following is not a hardware processing chip ?
(A) Processing chip
(B) printer
(C) mouse
(D) Java
Click to show/hide
Q : The monitor of a computer is-
(A) storage device
(B) processing device
(C) input device
(D) output device
Click to show/hide
Q : Which protocol does Ping use?
(A) TCP
(B) ARP
(C) ICMP
(D) BootP
(E) None of these
Click to show/hide
Q : If you wish to extend the length of the network without having the signal degrade, you would use a ___.
(A) Gateway
(B) Router
(C) Modem
(D) Repeater
(E) Resonator
Click to show/hide
Q : A series of instructions that tells a computer what to do and how to do it is called a ______.
(A) program
(B) command
(C) user response
(D) processor
(E) None of these
Click to show/hide
Q : Verification of a login name and password is known as_____.
(A) Configuration
(B) Accessibility
(C) Authentication
(D) logging in
(E) None of these
Answer ⇒ ??