LabVIEW CLAD 认证模拟题详细解答 关于CLAD认证考试 CLAD ( Certified LabVIEW Associate Developer ) 即 LabVIEW 助理开发工程师认证,是NI LabVIEW 专业认证的第一步,获得CLAD 认证证明您在LabVIEW 环境下的专长,能基本熟练地在测试和测量应用中运用虚拟仪器技术和产品
如您获得了 CLAD 认证,可在您简历中使用LabVIEW助理开发工程师标志,为就业与事业发展增加机会
CLAD认证模拟题详细解答 1
Where can a VI be documented so that the description appears in the Show Context Help popup window
In the VI Properties Documentation window b
Typing in the Show Context Help window c
Creating a free label on the front panel d
Editing the LabVIEW help files 正确答案: A 分析:在VI Properties中的Documentation可以输入对此 VI的说明与描述,保存后,在查看此 VI时会在Context Help窗口中显示此条描述
Can a wire be used to pass data between loops that are intended to run in parallel
No 正确答案: B 分析:一般使用Local Variable或者Queue等方式实现并行循环间的数据传输,单纯的连线是无法做到的
Which of the following de