Exam APD01 All QuestionsBrowse all questions from this exam
Question 21

Study the process flow below:

The initial values for the Loop Count and Max Loop data items are 0 and 5 respectively.

How many times will the Process "˜Open Account Part 1' be read into memory during the execution of the Process?

    Correct Answer: B

    The process 'Open Account Part 1' will be read into memory 5 times during the execution of the process. This is because the initial Loop Count is 0 and the Max Loops is 5. The decision block checks if Loop Count is less than Max Loops ([Loop Count] < [Max Loops]). Given the initial condition (Loop Count = 0, Max Loops = 5), the loop will execute 5 times (for Loop Count values of 0, 1, 2, 3, and 4). At Loop Count = 5, the condition fails and the process ends.

Discussion
GaneshkarriOption: B

option B which is 5 times (0,1,2,3,4 times)

siddhu_47

Does the process get loaded to the memory 5 times ?

LH1213Option: B

B is the answer

1234_1234Option: B

ans is b