COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Assembler
|
|
Compiler
|
|
Interpreter
|
|
None of the above
|
Detailed explanation-1: -A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language). Compilers are a type of translator that support digital devices, primarily computers.
Detailed explanation-2: -The Assembler is used to translate the program written in Assembly language into machine code.
Detailed explanation-3: -Assembler is a computer program used to translate assembly language to machine language. Assembler is a program that takes basic instructions and converts into pattern of bits that computer’s processor can use to perform its basic operations.
Detailed explanation-4: -The Assembler (a program) translates assembly code into machine code. Assembler language is just a more readable version of machine language (machine language in symbolic form instead of binary form).