Social Sciences, asked by nidhirao7735, 1 year ago

Demand driven computers are also known as

Answers

Answered by shama85409
1
Reduction machine or lazy computers
Answered by gauri1sainisl
0

Answer:

Demand-driven computers are also known as Reduction computers and Lazy computers.

Explanation:

  • Demand-driven computers work on Demand-driven programming which is similar to data-driven but begins with a series of requests for data that propagate backward through the data flow.
  • They have the advantage that no unnecessary computations are done.
  • A demand-driven computation corresponds to lazy evaluation because operations are performed only when their result is required by another instruction.
  • They use a top-down approach.
Similar questions