ISTQB Certified Tester Advanced Level Technical Test Analyst CTAL-TTA Question # 2 Topic 1 Discussion

ISTQB Certified Tester Advanced Level Technical Test Analyst CTAL-TTA Question # 2 Topic 1 Discussion

CTAL-TTA Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

When conducting a data flow analysis of following section of pseudo code:

Declare Function_Biggest integer (inputl integer. Input2 Integer) }

Declare output Integer

Set output = inputl

If input2 > output then

Set output = input2

Endif

Return output

}

Which of the variables utilized above has a potential anomalie?


A.

Inputl and input2


B.

None of the variables


C.

output


D.

Function_Biggest


Get Premium CTAL-TTA Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.