adspace
Explain the five stages in a dlx pipeline? : Dot net architecture
Answer Posted / Gireesh Kumar Rathore
The five stages of a DLX (Deejay-Lawler-Lusk) pipeline are: (1) Instruction Fetch - fetching an instruction from memory; (2) Instruction Decode - decoding the fetched instruction into micro-operations; (3) Operand Fetch - fetching operands required for the micro-operation; (4) Execute - executing the micro-operation using ALUs (Arithmetic Logic Units); and (5) Write Back - writing the results of the executed micro-operation back to the register file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I can't be bothered with cas. Can I turn it off?
How do I know when my thread pool work item has completed?
Explain
How does an appdomain get created?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Why am I getting an invalidoperationexception when I serialize an arraylist?
Different types of authentication modes in .net framework ?
difference between Response.write,server.transfer and also which one is used when ?