From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
SercoSteveB
5434 Views
11 Comments

What functionality does the following Block Diagram Function provide?

metro.jpg


a) Waits until the value of the millisecond timer becomes a multiple of the specified millisecond multiple and returns the value of the millisecond timer
b) Waits the specified number of milliseconds and returns the value of the millisecond timer.
c) Waits for one Timer Tick.
d) Waits until the value of the millisecond timer becomes a multiple of the specified millisecond multiple and returns the specified millisecond multiple.

SercoSteveB
5085 Views
8 Comments

Which of the following point(s) apply to Sequence Structures?


a) Sequence structures support parallel operations
b) It is not possible to terminate the execution of a sequence structure before the sequence is completed
c) Sequence structures execute frames in a sequential order
d) Sequence structures stop when an error is detected

SercoSteveB
8874 Views
8 Comments

What functionality does the following Block Diagram Function provide?

CurrentVIPath.jpg

a) Returns a path whose value is <Not A Path>.
b) Returns the name of the current VI.
c) Returns the path to the file of the current VI.
d) Returns the size, in bytes, of the current VI

SercoSteveB
9500 Views
10 Comments

The following shows a State Machine VI followed by ALL of the Case Structure frames within the state machine.  What is the value of Numeric Value Out following execution of the VI?:

Question 85 State Mach.png

All of the hidden frames of the Case Structure from the question are shown below:

State Machine 2.bmp

a) 10

b) 12

c) 14

d) 16

SercoSteveB
5509 Views
10 Comments

The following shows a State Machine VI followed by ALL of the Case Structure frames within the state machine.  What is the sequence of states transitioned by the state machine during execution:

Question 82.png

All of the hidden case structure frames are shown below:

State Machine 1.bmp

a) State 1, State 2, State 3, State 4, State 5
b) State 1, State 2, State 4, State 5, State 3
c) State 1, State 2, State 4, State 5
d) State 1, State 2, State 3, State 4

SercoSteveB
5421 Views
11 Comments

The value of Numeric Value In is 15.  What is Numeric Value Out following execution of the VI?

Case Structures 1.bmp

All of the cases for the Case Structure in the question, excluding the Default case (shown in the question) are shown below.

Case Structures 1b.bmp

a) 14

b) 15

c) 99

d) 225

SercoSteveB
6214 Views
10 Comments

In the following VI, Numeric Value In is wired to an item on the boundary of a Stacked Sequence Structure.  What functionality does the item provide?

Question 97 Sequence Structure 1.png

a) Allows data to be passed from one frame to any other frame in a Stacked Sequence structure.
b) Allows data to be passed from one frame to the next frame in a Stacked Sequence structure.
c) Allows data to be passed from one frame to any subsequent frame in a Stacked Sequence structure.
d) Allows data to be passed out of a Stacked Sequence structure.

SercoSteveB
47652 Views
274 Comments

As at least a couple of 'The Daily CLAD' regulars have now sat the NI Certified LabVIEW Associate Developer exam,  I thought I would create this post so that people can comment on their experiences.

 

Some things which I would like to know are listed below, but please feel free to comment with anything you feel is relevant:

 

  1. Comment on their experiences
  2. Views on the exam
  3. Exam format (40 questions in 1 hour, PC or Paper based etc.)
  4. Future topics to cover in 'The Daily CLAD'
 

 

CLAD 2017 Preparation Resources

CLAD Preparation Guide using LabVIEW 2017

LabVIEW and DAQ evaluation resource from mon3am

 

Training Links from Hooovahh via the Unofficial Forum Rules and Guidelines document

Hardware Basics

LabVEW Basics

DAQ Application Tutorials

3 Hour LabVIEW Introduction

 

CLD Preparation Resources

Study Guide and Sample Exams

 

Following the update to the CLAD Exam in July 2017 the links below are no longer available.

An excellent collation of the CLAD Preparation material available from NI.

Check out the Sample CLAD exams on ni.com; the Answer Sheet, at the end, includes links to information relating to each question, which is really cool (no link to 'The Daily CLAD' though....not so cool).

http://download.ni.com/pub/devzone/epd/clad_sample_exam1.pdf

http://ftp.ni.com/pub/devzone/epd/clad_sample_exam2.pdf

Lots of resources here from Jarda

More resources here from HuiRu

 

SercoSteveB
8195 Views
10 Comments

The following VI is run.  Some time later the user performs a left mouse button click and release on the 'stop' control.  Assuming a 'switch until released' mechanical action on the 'stop' control and an initial value of FALSE, what is the value of Numeric Value Out following the left click and release?

Event Structures Value Changed.bmp

/servlet/JiveServlet/downloadImage/38-7228-28907/Event+Structures+%232.bmp

a) 0

b) 1

c) 2

d) 3

SercoSteveB
5273 Views
14 Comments

The following VI is run.  Some time later the user performs a left mouse button click and release on the 'stop' control.  What is the value of Numeric Value Out following the left click and release on the 'stop' control?

 Event Structures #2.png

 

 

a) -1

b) 0

c) 1

d) Undetermined (the VI does not stop)

SercoSteveB
5008 Views
13 Comments

The following VI is run.  Some time later the user performs a left mouse button click and release on the 'stop' control.  What is the value of Numeric Value Out following the left click and release on the 'stop' control?

 Event Structures #1.png.jpg

 

 

a) -1

b) 0

c) 1

d) Undetermined (the VI does not stop)

SercoSteveB
5720 Views
19 Comments

What is the value of Numeric Value Out following execution of the VI?

Question 5 - Boolean Array to Number.png

a) 3
b) 11
c) 19
d) 51

SercoSteveB
5223 Views
6 Comments

What is Boolean Out after the values of A=FALSE, B=TRUE and C=TRUE pass through the OR, AND, Not AND and Not OR nodes from the Boolean Palette.

Question 4 - Boolean Dataflow.png

a) TRUE

b) FALSE

SercoSteveB
4923 Views
9 Comments

What are the values of 'String Out' and 'String Length Out' following execution of the VI?

Question 3 - String Manipulation.png

a) VE LIKES, 8

b) E LIKES, 7

c) LIKES LA, 8

d) E LIKES LABVIEW, 15

SercoSteveB
4984 Views
9 Comments

Which of the following Waveform Graphs is displaying the data generated by the VI?

Question 2 - Auto Indexing Chart.png

a)

Q2 Charts A.bmp

b)

Q2 Charts B.bmp

c)

Q2 Charts C.bmp

d)

Q2 Charts D.bmp

SercoSteveB
10646 Views
12 Comments

What are the contents of Boolean Array Out following execution of the VI?

Question 1 - Indexing Boolean Array.png

a) A 1D array containing {FALSE}

b) A 1D array containing {FALSE, FLASE, TRUE, FALSE}

c) A 1D array containing {FALSE, FALSE, TRUE, FALSE, FALSE}

d) A 1D array containing {FALSE, TRUE, FALSE, FALSE}

SercoSteveB
5100 Views
6 Comments

What is the valueof Numeric Value Out following execution of the VI?

Comparison 1.png

a) 4

b) 5

c) 6

d) 7