02-26-2014 04:30 AM
Question 1) What would be displayed on the indicator “numeric”?
a)NaN
b)0
c)Last value of Random 1 + Random 2
d)Last value of Random 2 only.
Question 2) Which of the following statements is not true regarding the figure below?
a) It is not necessary to wire the count (N) terminal because auto-indexing is enabled.
b) Elements of Input Array enter the loop one at a time.
c) Output Array is the same size as Input Array.
d) f you disable auto-indexing on the right side of the For Loop, the output is still a 1-D Array.
e) All of the above statements are true
Leave your answers as comments below by clicking on Reply
You will need to be logged-in to do so. Click here to sign-in/sign-up.
Rules & Guidelines
Recordings of the Previous Sessions
02-26-2014 05:18 AM
1.C
2.D
02-26-2014 05:20 AM
Hi WWT,
1. C (at the end of the looping)
2. D
Regards,
Ganesha Moorthy
02-26-2014 05:21 AM
Answer1. Question is ambiguous. Indicator 'Numeric' will be updated only after the main while loop (outermost) is stopped. So during the execution, 'Numeric' will show the default value (0) and after the execution finishes, 'Numeric' will display the 'Last value of Random 1 + Last value of Random 2'
Answer2. D
02-26-2014 05:22 AM
1.c
2.d
02-26-2014 05:23 AM
1.B while out only came when it stop
2.B
Manohar
02-26-2014 05:23 AM
Hi
Answer is
Ans1-C
Ans2-D
02-26-2014 05:25 AM
1.B
2.D
02-26-2014 05:26 AM
Hello
Ans 1- C
Ans2-D
Yogeshwar
02-26-2014 05:28 AM
Hello,
Answers are:
1) B
2) D
Regards,
Shweta Walanj