Computer Science, asked by surjitkhalsa4967, 11 months ago

What is data driven computation? how is different from conventional computation?

Answers

Answered by helsset
0

Solution:

Data-driven programming is typically applied to streams of structured data, for filtering, transforming, aggregating (such as computing statistics), or calling other programs. ... Alternatively, one can process streams of delimiter-separated values, processing each line or aggregated lines, such as the sum or max.  

Conventional computers are machines that follow a well described set of instructions to process data.  Basically, a set of instructions is read into the machine and it works sequentially in an ordered way to execute a task. Often referred to as Von Neumann computers or classical machines

Data-driven programming is differ from the conventional computing it is typically applied to streams of structured data, for filtering, transforming, aggregating (such as computing statistics), or calling other programs. While,

It is a set of instructions is read into the machine and it works sequentially in an ordered way to execute a task. Often referred to as Von Neumann computers or classical machines


Similar questions