Explain the five stages in a dlx pipeline? : .NET Architecture
Answer / Rakesh Raushan
The DLX (Dynamic Logic eXchange) pipeline is not directly related to .NET Architecture, but it's a concept from computer architecture. However, if we consider a generic pipeline for data processing, the five stages are:
1. Instruction Fetch: The first stage fetches instructions from memory.
2. Instruction Decode: The second stage decodes the fetched instruction into micro-operations (μOPs).
3. Operand Fetch: The third stage fetches operands required for the execution of the μOPs.
4. Execute: The fourth stage executes the μOPs using ALU (Arithmetic Logic Unit) or other execution units.
5. Write Back / Memory Write: The last stage writes the results back to memory or registers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define cache? : Dot net architecture
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
What is msil, and why should my developers need an appreciation of it if at all?
how to use custom field validation
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
Explain about common language infrastructure?
Explain .net mobile input controls? : Microsoft dot net mobile
What is the use of web.config?
Explain hard disk and what is its purpose? : .NET Architecture
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile