Computer organization questions answers campus interviews

YOU may join our Telegram for all subjects PDF BOOKS.

https://t.me/+Ccx9McEia7wyODg1

Computer organization questions answers campus interviews

Question 1 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
RTN stands for .....
A
Register Transfer Notation
B
Register Transmission Notation
C
Regular Transmission Notation
D
Regular Transfer Notation
Question 1 Explanation: 
This is the way of writing the assembly language code with the help of register notations.
Question 2 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The instruction, Add Loc,R1 in RTN is .....
A
AddSetCC Loc+R1
B
R1=Loc+R1
C
Not possible to write in RTN
D
R1<-[Loc]+[R1]
Question 3 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Can you perform an addition on three operands simultaneously in ALN using Add instruction?
A
Yes
B
Not possible using Add, we've to use AddSetCC
C
Not permitted
D
None of the mentioned
Question 3 Explanation: 
You cannot perform an addition on three operands simultaneously because the third operand is where the result is stored.
Question 4 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The instruction, Add R1,R2,R3 in RTN is .....
A
R3=R1+R2+R3
B
R3<-[R1]+[R2]+[R3]
C
R3=[R1]+[R2]
D
R3<-[R1]+[R2]
Question 4 Explanation: 
In RTN the first operand is the destination and the second operand is the source.
Question 5 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In a system, which has 32 registers the register id is ..... long.
A
16 bit
B
8 bits
C
5 bits
D
6 bits
Question 5 Explanation: 
The ID is the name tag given to each of the registers and used to identify them.
There are 5 questions to complete.