Labview Questions
Labview Questions
Labview Questions
3 a) Build a VI to perform logical AND of 3 logical variables using compound arithmetic block
5 Build a VI to perform Half Adder operation and verify its truth table
6 Build a VI to perform Full Adder operation and verify its truth table
8 Build a VI that creates string control with characters “KSRMCE LAB” and replace string “LAB” with “ECE”
9 a) Build a VI that creates string control and computes the length of the string
b) Build a VI that creates two string controls and concatenate two strings.
10 a) Build a VI that creates string control and rotates the string by one character
b) Build a VI that creates two string controls and reverse the string.
11 Build a VI that computes the sum of first 10 natural numbers using FOR loop
12 Build a VI that computes the sum of first 10 natural numbers using WHILE loop
15 Build a VI to generate 10 random numbers and compute its ascending and descending order
16 Build a VI to generate 10 random numbers and find minimum and maximum number in it.
17 Build a VI to generate 10 random numbers and display in array indicator and compute array sum and array
product
18 Build a VI to compute y = x + y + z, such that z is summed to x + y after a delay of 2000 milliseconds using
stacked sequence.
20 a) Build a VI to perform logical EX- OR of 3 logical variables using compound arithmetic block
23 Build a VI that computes the sum of first 10 natural numbers using FOR loop
24 Build a VI that creates string control with characters “LABVIEW ECE” and replace string “ECE” with “LAB”