FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is a translator?
A
A program that converts commands into machine code
B
A program that converts HLL to assembly code
C
A program that converts the inputs from a keyboard
D
A program for writing code
Explanation: 

Detailed explanation-1: -Compilers. Compilers translate an entire computer program into machine language before execution.

Detailed explanation-2: -A compiler is a special program that translates a programming languageā€™s source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++.

Detailed explanation-3: -The translator program used in assembly language is called Assembler. The means used for translation are themselves computer programs. There are three types of translator programs i.e. Assembler, Compilers and Interpreters.

Detailed explanation-4: -A translator or programming language processor is a generic term that can refer to a compiler, assembler, or interpreter-anything that converts code from one computer language into another.

Detailed explanation-5: -Compilers are a type of translator that support digital devices, primarily computers. The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.

There is 1 question to complete.