04-29-2013 12:13 PM
CLAD Preparation Bundle (Sample Exams)
This is a ZIP file containing four CLAD sample exams I found prior to taking the CLAD.
09-09-2017 05:07 PM
Hi Mike_Le, Attached is a problem in CLAD_Exam_Preparation_Guide_Using_LabVIEW_2017.pdf. The right answer is B Could somebody give me an explanation that B is correct one. Thanks! Guoguang Qian
09-12-2017 03:58 PM
The sample function will take 5 seconds to execute. The first time the while loop runs, the elapsed timer executes immediately and returns ~0 seconds have elapsed. The second time it runs, it'll say the elapsed time is 5 seconds and return "true" that the time has elapsed so the loop executes twice generating two rows.
09-13-2017 09:06 AM
Thank you for your reply.
In the second run of while LOOP it takes 5 seconds to get 5 samples. That makes sense.
But how can it get 5 samples in 0 second in the first run? Thank you, Guoguang
09-13-2017 09:23 AM
Now I figure it out. Actually, either the first run or the second run takes 5 seconds. Thanks!
12-09-2018 02:44 PM
On the CLAD Preparation Guide using LabVIEW 2017, page 15, the question states the "Switch when Released" but uses the block indicator for a Latched when Released button. Using the block indicator for functionality, D should be the correct answer, as the label does not affect the functionality of the button.
The listed answer is C, which would be the case if the function was indeed Switch when Released.