SOFTWARE ENGINEERING

SOFTWARE TESTING

TESTING PRINCIPLES AND CONCEPTS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following translates high-level instructions directly into machine language? (Unit 1)
A
Compiler
B
Interpreter
C
Assembler
D
Tester
Explanation: 

Detailed explanation-1: -A compiler is a translator program which translates a high level programming language into equivalent machine language programs.

Detailed explanation-2: -A compiler that supports the source programming language reads the files, analyzes the code, and translates it into a format suitable for the target platform. Compilers that translate source code to machine code target specific operating systems and computer architectures.

There is 1 question to complete.