COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

TYPES OF SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Language processor translates ____ to ____
A
Machine language to Programming language
B
Programming language to Machine language
C
English to machine language
D
Machine language to English
Explanation: 

Detailed explanation-1: -A compiler is a program which converts the entire source code of a programming language into executable machine code for a CPU. Interpreter takes a source program and runs it line by line, translating each line as it comes to it.

Detailed explanation-2: -Answer: Language processor translates human readable language into machine language. For example compiler.

Detailed explanation-3: -The correct answer is Compiler. It is a program that translates a source program written in some high-level programming language into machine code for some computer architecture.

There is 1 question to complete.