COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following commands would transfer a variable to the accumulator register?
A
LDA
B
STR
C
STO
D
LOD
Explanation: 

Detailed explanation-1: -The correct answer is Compiler. A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or “code” that a computer’s processor uses.

Detailed explanation-2: -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-3: -An assembler converts assembly language into machine language.

Detailed explanation-4: -A compiler is a translator program, which is used to convert a high-level language program into machine language. 2. It translates the whole program at once.

There is 1 question to complete.