FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Interpreters translate source code line by line .
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The interpreter converts the source code line-by-line during RUN Time. Interpret completely translates a program written in a high-level language into machine level language. Interpreter allows evaluation and modification of the program while it is executing.

Detailed explanation-2: -Interpreter: An interpreter translates the code line by line when the program is running.

Detailed explanation-3: -YES INTERPRETER DOES TRANSLATE PROGRAM LINE BY LINE.

Detailed explanation-4: -An interpreter translates source code into object code one instruction at a time. It is similar to a human translator translating what a person says into another language, sentence by sentence. The resulting object code is then executed immediately. The process is called interpretation .

There is 1 question to complete.