COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
| 
 | 
  True 
 
 | 
| 
 | 
  False 
 
 | 
| 
 | 
 Either A or B
 
 | 
| 
 | 
 None of the above
 
 | 
Detailed explanation-1: -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.
Detailed explanation-2: -Assemblers are a third type of translator. The purpose of an assembler is to translate assembly language into object code. Whereas compilers and interpreters generate many machine code instructions for each high-level instruction, assemblers create one machine code instruction for each assembly instruction.
Detailed explanation-3: -The program of instructions written in assembly language is known as the source program; an assembler program translates it into a machine language program, called an object program.
Detailed explanation-4: -Assembly language may also be called symbolic machine code. Assembly code is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the source code.
Detailed explanation-5: -Answer: It is low level language so the statement is false.