AD01 Exam QuestionsBrowse all questions from this exam

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

Show Answer
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

2 comments
Sign in to comment
floppyh4xOption: A
Sep 18, 2020

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
Feb 28, 2021

A is correct