COMPUTER FUNDAMENTALS

INTRODUCTION TO COMPUTERS

COMPUTER ARCHITECTURE AND ORGANIZATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In Register Transfer Language, ____ is used to denote “Add the numbers in A and B and place the sum in A".
A
B
C
D
Explanation: 

Detailed explanation-1: -Data Transfer from one register to another register is represented in symbolic form by means of replacement operator. For instance, the following statement denotes a transfer of the data of register R1 into register R2.

Detailed explanation-2: -➢ The arithmetic Micro-operation defined by the statement below specifies the add micro-operation. R3 ← R1 + R2. ➢ It states that the contents of R1 are added to contents of R2 and sum is transferred to R3. ➢ To implement this statement hardware requires 3 registers and digital component that performs. addition.

There is 1 question to complete.