02-26-2014 05:29 AM
Ans 1- A
Ans 2 - E
-Venkat
02-26-2014 05:32 AM
1.c
2.d
02-26-2014 05:51 AM
Hi,
1. C
2. D
02-27-2014 01:19 AM
03-01-2014 10:58 AM
The Answer for 1st Question is option (c): Last Value of Random 1+ Random 2
Description: When you press Boolean 1 and Boolean 2 at the same time (that means you off them simultaneously) and then off Boolean 3 switch then you only get the final result if you don't press them simultaneously you will not get the result. Last Value from Random 1 and random 2 are taken and displayed as result.
The Answer for 2nd Question is option (d): if you disable auto-indexing on the right side of the For Loop, the output is still a 1-D Array
Description: When you disable auto-indexing, the value is set to last value and changed from array to numeric constant.
Message was edited by: amansinghla