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.

Webcast Wednesday Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Webcast Wednesday Contest # 37

Question 1) What would be displayed on the indicator “numeric”?

q1.png

a)NaN

b)0

c)Last value of Random 1 + Random 2

d)Last value of Random 2 only.

Question 2) Which of the following statements is not true regarding the figure below?

q2.png

a) It is not necessary to wire the count (N) terminal because auto-indexing is enabled.

b) Elements of Input Array enter the loop one at a time.

c) Output Array is the same size as Input Array.

d) f you disable auto-indexing on the right side of the For Loop, the output is still a 1-D Array.

e) All of the above statements are true

Leave your answers as comments below by clicking on Reply

https://decibel.ni.com/content/servlet/JiveServlet/downloadImage/2-52994-89899/321ylper.JPG

You will need to be logged-in to do so. Click here to sign-in/sign-up.

Rules & Guidelines

  • Post your answers as comments on this thread.
  • The participant answering all the questions correctly and in the shortest time will be the winner. In case of VI or code as answers, the participant will also be judged on the basis of the efficiency of the VI/code.
  • The deadline for answer submission is Monday.
  • Entries made after the deadline will not be accepted.
  • The winner will be announced in the next session of Webcast Wednesday and on this thread, with further information & next steps.


Recordings of the Previous Sessions

Previous Contests of the Week


0 Kudos
Message 1 of 15
(9,465 Views)

1.C

2.D

0 Kudos
Message 2 of 15
(7,019 Views)

Hi WWT,

1. C (at the end of the looping)

2. D

Regards,

Ganesha Moorthy

0 Kudos
Message 3 of 15
(7,019 Views)

Answer1. Question is ambiguous. Indicator 'Numeric' will be updated only after the main while loop (outermost) is stopped. So during the execution, 'Numeric' will show the default value (0) and after the execution finishes, 'Numeric' will display the 'Last value of Random 1 + Last value of Random 2'

Answer2. D


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 4 of 15
(7,019 Views)

1.c

2.d

0 Kudos
Message 5 of 15
(7,019 Views)

1.B while out only came when it stop

2.B

Manohar

0 Kudos
Message 6 of 15
(7,019 Views)

Hi

Answer is

Ans1-C

Ans2-D

0 Kudos
Message 7 of 15
(7,019 Views)

1.B

2.D



0 Kudos
Message 8 of 15
(7,019 Views)

Hello

Ans 1- C

Ans2-D

Yogeshwar

0 Kudos
Message 9 of 15
(7,019 Views)

Hello,

Answers are:

1) B

2) D

Regards,

Shweta Walanj

0 Kudos
Message 10 of 15
(7,019 Views)