58.1k views
2 votes
Which two are attributes of streaming data?

A. Sent in high volume.
B. Requires extremely rapid processing.
C. Simple, numeric data.
D. Data is processed in batch.

User Karl L
by
8.7k points

1 Answer

3 votes

Final answer:

Attributes of streaming data include being sent in high volume, requiring extremely rapid processing, and not being processed in batch.

Step-by-step explanation:

Attributes of streaming data:

  • Sent in high volume: Streaming data is generated continuously and in large amounts.
  • Requires extremely rapid processing: Streaming data needs to be processed quickly to keep up with the high volume and real-time nature of the data.
  • Simple, numeric data: Streaming data can include both simple numeric data (e.g., sensor readings) and other types of data (e.g., text or audio). It is not limited to numeric data only.
  • Data is not processed in batch:

Streaming data is not processed in batch: Unlike batch processing, which works on large blocks of data at once, streaming data is processed in real-time.

User Iutinvg
by
8.8k points