Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 2 (Q.No. 25)
25.
Compilers and interpreters are themselves
High-level language
Codes
Programs
Mnemonics
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Waleed Zafar said:   5 years ago
Explain the difference between high and low-level language.

Ashok Arya said:   9 years ago
Computer is Full of Programs.

Program by which we can play songs, movies and can manage our data.

But there are some programs which allow us to command computer(write programs) like:- C, C++, Java, php.

This commands are more close to human language. Like Print ("hello"). or Go to: Last.

We need a special software which can convert this commands to machine language(means 0's and 1's).

And the Compiler and Interpreter are the same program which convert high level language to machine level language.

Shubham said:   1 decade ago
Why compiler & interpreter are program?

VIKAS said:   1 decade ago
A compiler is that converts source code to bytecode & interpreter is that which converts bytecode to machine code (known as low level language or 0 & 1) , that computer can understand.

Compiler & interpreter both comes in program.

There for answer should be " C ".

Post your comments here:

Your comments will be displayed after verification.