Вы находитесь на странице: 1из 5

MANGOSUTHU UNIVERSITY OF

TECHNOLOGY (MUT)
DEPERTMENT OF ELECTRICAL ENGINEERING

COURSE:CODE, TITLE: LabVIEW TEST


SEMESTER 1,2016

Question 1
1. What does LabVIEW stand for?
2. Which language does LabVIEW use?
3. What is a VI and what does it mean with respect to LabVIEW?
4. What are the three parts of a VI?
a. Front panel
b. Block diagram
c. Project
d. Icon/Connector pane
5. Which of the following can be associated with the block diagram? Choose all that
apply.
a. Run button
b. Stop button
c. While loop
d. Numeric control
e. Highlight execution
6. Which of the following can be associated with the front panel?
a. Run button
b. Stop button
c. While loop
d. Numeric control
e. Highlight execution

7. To switch between the front panel and block diagram, select Window >> Show Block
Diagram/Front Panel, or simply press .
a. Ctrl-E
b. Ctrl-Z
c. Ctrl-Shift-Y
d. Ctrl-B
8. What is the correct order of execution of this code?

a. Square Root, Add, Square Functions in Parallel


b. Add, Square Root, Square Functions in Parallel
c. Square Functions in Parallel, Add, Square Root
9. To find a quick description of an object in the LabVIEW environment, simply turn on
by pressing on and hover over the object.
a. Detailed Help, Ctrl-I
b. Context Help, Ctrl-U
c. Context Help, Ctrl-H
d. LabVIEW Help, Ctrl-Z
10. A indicates that the VI is broken or not executable.
a. Broken Run Arrow
b. Run Arrow
c. Wiring Diagram
d. VI Icon

11. A allows a VI to run until a certain condition is met, such as pressing a Stop
button on the front panel.
a. While Loop
b. For Loop
c. Case Structure
d. Event Structure
12. Which function executes first: Add or Subtract?
a. Add
b. Subtract
c. Unknown

13. Which function executes first: Sine or Divide?


a. Sine
b. Divide
c. Unknown

Question 2
2.1 Design a control in LabVIEW to find out voltage across resistor R2 from the
following circuit.

2.2 Converting C to F
Design a program on LabVIEW that convert temperature of the sensor measured in
degree Celsius (0C) to Fahrenheit (0F).
Enter temperature in Centigrade (from 0 0C, freezing point of water, to 100 0C,
boiling point of water) with a knob and use thermometer to display equivalent
temperature in Fahrenheit (Enter the temperature value from 0 0F to 200 0F).
Conversion formula is,

F = (1.8 * C) + 32
2.3 Create a VI that calculate the current flowing through each resistor for the circuit
below.

Вам также может понравиться