Demand driven computers are also known as
Answers
Answered by
1
Reduction machine or lazy computers
Answered by
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