Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 3 (Q.No. 19)
19.
The software used to convert source program instructions to object instruction is known as
Compiler
Assembler
Interpreter
Language processor
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 1 of 2.

Saba said:   7 years ago
The Interpreter is a language processor but it does not generate intermediate object code or machine code.

So, the answer will be a compiler. i.e A

Geetha said:   8 years ago
Anyone tell me the correct answer.

Jonathan said:   8 years ago
The Interpreter is a type of language processor but it does not generate intermediate object code or machine code. So how can be "D" a correct answer?

So, the Answer should be a compiler.

Shewangizaw Bogale said:   9 years ago
Language processor is a hardware device, so this shows it is not a software.

So the Answer will be Compiler, as per the definition.

Shah said:   10 years ago
Compiler: It is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language), with the latter often having a binary form known as object code.

Assembler: It is a program for converting instructions written in low-level symbolic code into machine code.

Interpreter: It is a program that can analyze and execute a program line by line.

A language processor: It is a hardware device designed or used to perform tasks, such as processing program code to machine code. Language processors are found in languages such as Fortran and COBOL.
(1)

Shah said:   10 years ago
A language processor is a hardware device designed or used to perform tasks, such as processing program code to machine code.

Malay said:   1 decade ago
Compiler convert high level to machine level language & it is a program not a software.

Sourabh said:   1 decade ago
Programs and software are same.

Suresh said:   1 decade ago
A compiler will converts source code to object Code. Then how it will be a Language processor.

Sachin said:   1 decade ago
Compiler, assembler and interpreter are programs not softwares.


Post your comments here:

Your comments will be displayed after verification.