Architecture Question:
Download Questions PDF

Explain pipelining?

.Net Architecture Interview Question
.Net Architecture Interview Question

Answer:

Pipelining is a process in which the data is accessed in a stage by stage process. The data is accessed in a sequence that is each stage performs an operation. If there are n number of stages then n number of operations is done. To increase the throughput of the processing network the pipe lining process is done. This method is adopted because the operation or the data is accessed in a sequence with a fast mode.

Download .Net Architecture Interview Questions And Answers PDF

Previous QuestionNext Question
Explain cache?What is a managed code.
Is Dim fs as filestreamobject is a managed code?