Exam AD01 All QuestionsBrowse all questions from this exam
Question 77

Study the following Process flow:

The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.

The Calculation stages will set the value of the Result data item to 1, 2 or 3.

To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named ‘Between 1 and 100’?

    Correct Answer: A

    The correct expression for the Choice stage branch named 'Between 1 and 100' is '[Input] >= 1 AND [Input] <= 100'. This expression correctly ensures that the input value falls within the specified range, inclusively, by checking that the input is greater than or equal to 1 and less than or equal to 100.

Discussion
vivianli520Option: A

Ais correct answer

neno2023Option: A

The correct answer is A

LH1213Option: A

A is the answer