FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which translator stops when it encounters an error?
A
Assembler
B
Compiler
C
Interpreter
D
None of the above
Explanation: 

Detailed explanation-1: -2)Interpreter-An interpreter also translates a program written in high level language into machine language but it executes one statement at a time and is therefore, slower than a compiler.As the interpreter checks a program line by line, it stops whenever an error is encountered.

Detailed explanation-2: -Interpreter. Interpreter programs are able to read, translate and execute one statement at a time from a high-level language program. The interpreter stops when a line of code is reached that contains an error. Interpreters are often used during the development of a program.

Detailed explanation-3: -Translate is a simple command-line tool and a Python module that enables you to perform translations using Google MT and other engines. It’s quite similar to googletrans.

There is 1 question to complete.