ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 126 - AD01 discussion

Report
Export

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'?

A.
[Input] >= 1 AND [Input] <= 100
Answers
A.
[Input] >= 1 AND [Input] <= 100
B.
[Input] >= 1 AND <= 100
Answers
B.
[Input] >= 1 AND <= 100
C.
[Input] >= '1' AND [Input] <= '100'
Answers
C.
[Input] >= '1' AND [Input] <= '100'
D.
[Input] >= 1 [Input] < 100
Answers
D.
[Input] >= 1 [Input] < 100
E.
[Input] BETWEEN 1 AND 100
Answers
E.
[Input] BETWEEN 1 AND 100
Suggested answer: B
asked 16/09/2024
Avion Bryant
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first