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?
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?
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.
option B which is 5 times (0,1,2,3,4 times)
Does the process get loaded to the memory 5 times ?
B is the answer
ans is b