MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER 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: -The content of register or memory location is denoted by placing square brackets around the name of the register or memory location.

Detailed explanation-2: -The information transformed from one register to another register is represented in symbolic form by replacement operator is called Register Transfer. Replacement Operator : In the statement, R2 <-R1, <-acts as a replacement operator. This statement defines the transfer of content of register R1 into register R2.

Detailed explanation-3: -The arrow denotes a transfer of information and the direction of transfer. A comma is used to separate two or more operations that are executed at the same time.

Detailed explanation-4: -RTL is a symbolic notation for describing the micro-operations transfer between registers.

There is 1 question to complete.