Write 5 differences between Memory Reference
Instruction and Register Reference Instruction.
Answer Posted / bharat talaviya
memory reference instruction uses 12bits to specify an address & 1 bit to specify addressing mode (direct or indirect).
Register reference ins. Is recognized by opcode 111 with a 0 in the leftmost bit.
More details plz see compurer system architecture by Morris mano
| Is This Answer Correct ? | 71 Yes | 36 No |
Post New Answer View All Answers
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
What are two of your strengths that you will bring to our QA/testing team?
Explain with examples any 2 features of OOPS.
the systematic access of small computers in a distributed data processing system is referred as?
What is dialog programming?
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
Difference between views and index in sas programming
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
pleasew define carrier scope in abap (sap).
Difference between debugging, running, executing of an application
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
will it allow to add same value in HashMap class.