An automated data processing node manages a queue of records across three sequential processing stages (). The initial batch size at stage is records. In each stage , the batch size undergoes two consecutive transitions:
1. The batch size is reduced by due to quality filtering.
2. Exactly newly verified records are added to the batch.
Which of the following statements regarding the batch size across these stages are correct? Select all that apply.
- The batch size at the end of Stage 1 () is records.Cevap
- The batch size at the end of Stage 3 () is records.Cevap
- The total net reduction in batch size from the start of Stage 1 to the end of Stage 3 is records.Cevap
- DThe batch size at the end of Stage 2 () is records.
- EImmediately after the filtering reduction step in Stage 1, the batch size is records.
Cevap
The correct statements are: the batch size at the end of Stage 1 is 320 records; the batch size at the end of Stage 3 is 260 records; and the total net reduction from Stage 1 to Stage 3 is 140 records.
Evaluating each stage sequentially shows: Stage 1 ends with 320 records (400 halved to 200, plus 120); Stage 2 ends with 280 records (320 halved to 160, plus 120); Stage 3 ends with 260 records (280 halved to 140, plus 120). Subtracting the final count of 260 from the initial count of 400 gives a net decrease of 140 records.
Adım Adım Çözüm
Anahtar Kavram
Sequential state transitions require updating the system state step-by-step without omitting intermediate additions or reductions.
Tahmini Süre:1m 30s