0% found this document useful (0 votes)
47 views1 page

Lab View Questions

This document lists 11 exercises to build LabVIEW VIs: adding and multiplying numbers; continuously multiplying a random number by 10 until stopped; converting between Celsius and Fahrenheit; building a thermometer that displays temperature using the conversion; finding the sum of the first 10 natural numbers and factorial of a number using for and while loops; multiplying two arrays and storing the result; building a square root calculator; proving the Pythagorean theorem; and implementing a full adder, full subtractor, and twisted ring counter.

Uploaded by

PrakashTiwary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

Lab View Questions

This document lists 11 exercises to build LabVIEW VIs: adding and multiplying numbers; continuously multiplying a random number by 10 until stopped; converting between Celsius and Fahrenheit; building a thermometer that displays temperature using the conversion; finding the sum of the first 10 natural numbers and factorial of a number using for and while loops; multiplying two arrays and storing the result; building a square root calculator; proving the Pythagorean theorem; and implementing a full adder, full subtractor, and twisted ring counter.

Uploaded by

PrakashTiwary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Questions

1. Build a VI to add and multiply two given numbers and display the
results
2. Build a VI for the Multiplication of a random number with 10 and
displaying the result continuously, until it is stopped.
3. Make a VI to convert a given temperature value from Degrees C to
Degrees F.
4. Build a thermometer, which measures temperature and displays
temperature values using the C to F converter you built in the earlier
exercise.
5. To find the sum of first 10 natural numbers using(a)For Loop (b)while loop
6. To find the factorial of a given number using (a)For Loop (b)while loop
7. To multiply two arrays and store the result in an array

8. Build a VI for square root calculator


9. Construct a VI to prove Pythagorean theorem
10. To multiply two arrays and store the result in an array.
11.To implement (a) full adder (b) full subtractor (c) twisted ring counter

You might also like