Virtual Instrumentation Mcq Now
– In LabVIEW, the Block Diagram uses a dataflow model: a node (function) executes when data is available at all its inputs. 13. What is the role of “Signal Conditioning” in a VI system? A) To delete noise from digital signals B) To prepare raw sensor signals (e.g., amplify, filter, isolate, linearize) before ADC conversion C) To display signals on the front panel D) To save data to a hard drive
1. What is the core philosophy of Virtual Instrumentation (VI)? A) To replace all hardware with software B) To use a general-purpose computer and software to create user-defined measurement and control systems C) To eliminate the need for analog-to-digital converters D) To exclusively use GPIB for instrument control virtual instrumentation mcq
– A While Loop repeats its subdiagram indefinitely until the stop condition is met. It is essential for continuous data acquisition or monitoring. 8. In virtual instrumentation, what does “GPIB” (IEEE-488) primarily provide? A) Power supply to instruments B) A parallel communication bus for controlling external bench-top instruments (like oscilloscopes, DMMs) from a computer C) Wireless connectivity for sensors D) Analog signal routing – In LabVIEW, the Block Diagram uses a
– PXI (PCI eXtensions for Instrumentation) is a rugged PC-based platform for measurement and automation, using PCIe for high throughput and specialized timing and synchronization. 7. What is the function of the “While Loop” structure in LabVIEW’s block diagram? A) Executes code a fixed number of times B) Executes code once and stops C) Continuously executes the code inside until a conditional terminal (e.g., stop button) becomes True D) Only runs if a specific error occurs A) To delete noise from digital signals B)
– In a traditional instrument, functions are fixed by the manufacturer. In a VI, the software defines the processing, analysis, and display; the hardware (DAQ) only interfaces with the real world. 3. Which software platform is most commonly associated with Virtual Instrumentation? A) MATLAB B) LabVIEW (Laboratory Virtual Instrument Engineering Workbench) C) Python with PyVISA D) C++
– A DAQ board typically includes ADCs (Analog-to-Digital Converters) and DACs (Digital-to-Analog Converters), along with signal conditioning. 6. Which hardware communication bus/standard is specifically designed for modular, high-speed, low-latency virtual instrumentation, often used in PXI systems? A) RS-232 B) USB C) PCI Express / PXI Express D) Bluetooth
– Shift registers (on the edge of a loop) remember values from previous iterations, which is essential for averaging, integrating, or detecting signal changes. 12. Which type of diagram is used to represent the flow of data in graphical programming languages like LabVIEW? A) Flowchart B) Dataflow diagram C) Block diagram D) Circuit diagram