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 .....
Register Transfer Notation | |
Register Transmission Notation | |
Regular Transmission Notation | |
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 .....
AddSetCC Loc+R1 | |
R1=Loc+R1 | |
Not possible to write in RTN | |
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?
Yes | |
Not possible using Add, we've to use AddSetCC | |
Not permitted | |
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 .....
R3=R1+R2+R3 | |
R3<-[R1]+[R2]+[R3] | |
R3=[R1]+[R2] | |
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.
16 bit | |
8 bits | |
5 bits | |
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.