You are on page 1of 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