Exam AD01 All QuestionsBrowse all questions from this exam
Question 54

A process contains only 4 stages. Study the following process flow:

The data item "˜Result' is a number data item with an initial value of 2.

The calculation stage is configured as follows:

Following the execution of the Perform Calculation stage, which of the following is true?

    Correct Answer: A

    The process starts with an initial value of 2 for the data item 'Result'. During the 'Perform Calculation' stage, the expression 1 + 2 is evaluated. This results in 3, which is then stored back into the 'Result' data item. Therefore, after the calculation, the data item 'Result' will contain the value 3.

Discussion
floppyh4xOption: A

A is correct, this is because the original value is being recalculated and stored afterwards as new value in the variable, which is 3.

dddamianOption: A

A is correct