Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

ISTQB Exam CTAL-TTA Topic 2 Question 38 Discussion

Actual exam question for ISTQB's CTAL-TTA exam
Question #: 38
Topic #: 2
[All CTAL-TTA Questions]

Below is the pseudo-code for the Win program:

The bingo program contains a data flow anomaly. Which data flow anomaly can be found in this program?

Show Suggested Answer Hide Answer
Suggested Answer: B

The pseudo-code provided for the 'Win' program reads in variables A, B, C, and D. However, only variables A, B, and C are used in the conditional statements to determine if the output will be 'Win' or 'Loose'. Variable 'D' is never used after it is read, which is a classic example of a 'defined but not used' data flow anomaly. This means that while there is an instruction to read a value into variable 'D', there is no subsequent use of this variable in the program's logic or output.


Contribute your Thoughts:

Mike
21 hours ago
Why do you think it's option D?
upvoted 0 times
...
Chauncey
3 days ago
I disagree, I believe it's option D.
upvoted 0 times
...
Mike
4 days ago
I think the data flow anomaly is option A.
upvoted 0 times
...

Save Cancel