EXERCISE 1: INTRODUCTION TO LABVIEW

1. Design the front panel and block diagram to check the working of controls and indicators.

2. Design the front panel and block diagram to perform the basic arithmetic operations.

3. Compute the equation Y = (X+2)*Log(X) using functions, Expression node, and Express Formula for the given inputs of X.

4. Design the front panel and block diagram to determine whether the given number is odd or even.

5. Design the front panel and block diagram to determine warnings if the current temperature is beyond the maximum and minimum values of the temperature.

6. Design the front panel and block diagram to find the roots of a quadratic equation. Find both the values of the roots and the nature of the roots.

7. Design the front panel and block diagram to convert a Binary number to a decimal number.

8. Design the front panel and block diagram to convert a decimal number to a Binary number by the remainder method.

9. Create NOT, AND, OR, XOR & XNOR gates using NAND gate and verify their truth table.

10. Design the basic logic gates using INHIBITOR.