FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

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: -Compiler: A compiler is a computer program (or a set of programs) that converts the source code (written in the high-level language) into machine language.

Detailed explanation-2: -Machine Language (low level language) All the instructions of machine language are written in the form of binary numbers 1’s & 0’s. A computer can directly understand the machine language.

Detailed explanation-3: -The correct answer is Interpreter. A computer program that translates one program’s instructions at a time into machine language is called an Interpreter.

Detailed explanation-4: -A compiler is used to convert a C program into the machine language of a particular type of microprocessor.

There is 1 question to complete.