- 1、本文档共19页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
LabVIEW CLAD认证模拟题详解
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?
a. 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 窗口中显示此条描述。
2. Can a wire be used to pass data between loops that are intended to run in
parallel?
a. Yes
b. No
正确答案:B
分析:一般使用Local Variable 或者Queue 等方式实现并行循环间的数据传输,单纯的
连线是无法做到的。
3. Which of the following describe a Tab Control ?
a. A control that outputs ASCII values equal to the selected tab label
b. A type of enumerated control
c. A control that outputs a cluster of the controls / indicators on the tabs
d. A control that outputs the tab order of the controls on the front panel
正确答案:B
分析:Tab Control 即是选项卡控件,虽然在控件中的每一个Tab 中都能放很多显示控件,
但是其实质是一个枚举类型(enumerated )。
4. Which server must be started before running DataSocket Vis
a. HTTP server
b. Data Socket server
c. FTP server
d. OPC server
正确答案:B
分析:使用DataSocket VI 进行数据传输时,需要首先将DataSocket 服务器打开。
5. A coercion dot indicates that:
a. The data types are consistent
b. A polymorphic operation will be performed on the data
c. A data buffer is created to handle data conversion
d. Data values are being coerced because they are out of range
正确答案:C
分析:Coercion 是指数据类型的强制转换,如下图,当两个类型不一致的数据流连接时
(如I8 与单精度实型),为了进行数据转换,需要对被转换数据进行一次备仹,因此
文档评论(0)