Plotting data
A) Plotting Data
B) Charts
C) Graphs
D) X-Y Graphs
Quiz:
1) Which chart update mode should be used to show running data continuously scrolling from left to right across the chart?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) Step Chart
2) Which of the following methods will create an XY Graph with two plots?
a) Create a single cluster from two arrays of X values and two arrays of Y values in an X,Y, X,Y pattern.
b) Bundle the X and Y array pairs together into two clusters and then create an array of these two clusters.
c) Bundle the X and Y array pairs together into two clusters and create a cluster of these two clusters.
d) Create a single array of each of the X arrays and Y arrays in an X,Y,X,Y pattern.
3) Which of the following will allow you to have multiple plots on a Waveform Graph?
a) Bundle two 1D arrays of X and Y data together for each plot. Then build an array of these clusters and wire it to the Waveform Graph indicator.
b) Build a 2D array of data with each plot in a separate row (or column) in the array, and then wire the array to the Waveform Graph indicator.
c) Bundle the elements of each waveform into a cluster and build an array of these clusters, then wire the array to the Waveform Graph indicator.
d) Both B. and C.
4) Which chart update mode should be used to compare old and new data separated by a vertical line? This chart will display similar to an electro-cardiogram (EKG).
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) Step Chart
5) Which combination of words correctly completes the following statement?
Unlike __________, which display an entire waveform that overwrites the data already stored, ___________ update periodically and maintain a history of the data previously stored.
a) Graphs; Charts
b) Charts; Plots
c) Plots; Graphs
d) Charts; Graphs
6) Which of the following Block Diagrams could produce this result in Waveform Graph?
%20Plotting%20Data/Plotting%20data_files/image008.gif)
a) A%20Plotting%20Data/Plotting%20data_files/image010.gif)
%20Plotting%20Data/Plotting%20data_files/image010.gif)
b) B%20Plotting%20Data/Plotting%20data_files/image012.gif)
%20Plotting%20Data/Plotting%20data_files/image012.gif)
c) C%20Plotting%20Data/Plotting%20data_files/image014.gif)
%20Plotting%20Data/Plotting%20data_files/image014.gif)
d) D%20Plotting%20Data/Plotting%20data_files/image016.gif)
%20Plotting%20Data/Plotting%20data_files/image016.gif)
7) Which of the following allows you to plot any set of points, evenly distributed or not?
a) Waveform Graph
b) Waveform Chart
c) XY Graph
d) Both A. and C.
8) Which of the following produces this XY Graph?
%20Plotting%20Data/Plotting%20data_files/image018.gif)
a) A%20Plotting%20Data/Plotting%20data_files/image020.gif)
%20Plotting%20Data/Plotting%20data_files/image020.gif)
b) B %20Plotting%20Data/Plotting%20data_files/image022.gif)
%20Plotting%20Data/Plotting%20data_files/image022.gif)
c) C%20Plotting%20Data/Plotting%20data_files/image024.gif)
%20Plotting%20Data/Plotting%20data_files/image024.gif)
d) D%20Plotting%20Data/Plotting%20data_files/image026.gif)
%20Plotting%20Data/Plotting%20data_files/image026.gif)
9) Which of the graphs below matches the output in the Waveform Graph indicator after the following code has executed?
%20Plotting%20Data/Plotting%20data_files/image028.gif)
a) A %20Plotting%20Data/Plotting%20data_files/image030.gif)
%20Plotting%20Data/Plotting%20data_files/image030.gif)
b) B%20Plotting%20Data/Plotting%20data_files/image032.gif)
%20Plotting%20Data/Plotting%20data_files/image032.gif)
c) C%20Plotting%20Data/Plotting%20data_files/image034.gif)
%20Plotting%20Data/Plotting%20data_files/image034.gif)
d) D%20Plotting%20Data/Plotting%20data_files/image036.gif)
%20Plotting%20Data/Plotting%20data_files/image036.gif)
10) Which chart update mode plots new data from left to right then clears the chart and plots the newer data?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) Step Chart
11) Which chart update mode should be used to draw new data from left to right , then clear the chart and draw new data again from left to right?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) Step Chart
12) Which of the following block diagram could produce this result in waveform Graph?
%20Plotting%20Data/Plotting%20data_files/image038.gif)
a) A %20Plotting%20Data/Plotting%20data_files/image040.gif)
%20Plotting%20Data/Plotting%20data_files/image040.gif)
b) B %20Plotting%20Data/Plotting%20data_files/image042.gif)
%20Plotting%20Data/Plotting%20data_files/image042.gif)
c) C %20Plotting%20Data/Plotting%20data_files/image044.gif)
%20Plotting%20Data/Plotting%20data_files/image044.gif)
d) D %20Plotting%20Data/Plotting%20data_files/image046.gif)
%20Plotting%20Data/Plotting%20data_files/image046.gif)
13) A graphical representation of an array of data shown either on a graph or a chart.
a) Cluster
b) Plot
c) Structure
d) Legend
14) In a ________ Waveform, the Y values represent the new data, and X values represent time.
a) Graph
b) Chart
c) X-Y Graph
d) Intensity Graph
15) How many kinds of Chart waveform LabVIEW Having?
a) 1
b) 2
c) 3
d) 4
16) How many Waveform Chart Update modes having in LabVIEW?
a) 1
b) 2
c) 3
d) 4
17) Which Mode of a waveform chart modeled after a paper strip chart recorder, which scrolls as it plots data?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) None of the above
18) Which Mode of a waveform chart modeled on the operation of an oscilloscope?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) None of the above
19) Which mode of waveform Chart line sweeps across the display to separate old data from new data?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) None of the above
20) Which equipment waveform is similar to the Scope Chart\Sweep Chart?
a) Spectrum Analyzer
b) Oscilloscope
c) Multi meter
d) Network Scope
21) Which mode of waveform chart does when the plot reaches the right border of the plotting area, the plot erases, and plotting begins again from the left border?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) None of the above
22) Which function should use when wiring a multiple-plot chart?
a) Bundle
b) Build Array
c) Add to Array
d) Unbundle
23) Graph and Charts will accept several different data types, allowing you to create single-plots and multi-plots, so Called as
a) Polymorphic
b) F
c) F
d) F
24) Charts and Graphs are polymorphic, and then it accept________.
a) accept several same data types, allowing you to create single-plots and multi-plots
b) accept several different data types, allowing you to create single-plots and multi-plots
c) not accept several different data types, allowing you to create multi-plots
d) accept several same data types, allowing you to create multi-plots
25) If you have a multiple-plot chart, you can choose whether to display all plots on the same Y-axis, called an overlaid plot; or you can give each plot its own Y scale, called a stacked plot. You can select Stack Plots or Overlay Plots from the chart's pop-up menu to toggle the type of display.
26) The default chart history length for a waveform chart is _______data points.
a) 1,024
b) 2,048
c) 256
d) 512
27) Which waveform does not have the ability to append new values to previously generated data?
a) Graph
b) Chart
c) Sweep Chart
d) Scope Chart
28) Which waveform plots pre-generated arrays of data all at once?
a) Graph
b) Chart
c) Sweep Chart
d) Scope Chart
29) Which Waveform Chart is similar to an Electrocardiogram (EKG) display?
a) Sweep Chart
b) Scope Chart
c) Strip Chart
d) None of the above
30) Identify the chart mode that display running data continuously scrolling from left to right with old data on the left and new data on the right.
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) None of the above
31) Which chart update mode should be used to show running data continuously scrolling from left to right across the chart?
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) Step Chart
32) Which chart update mode should be used to compare old and new data separated by a vertical line? This chart will display similar to an electro-cardiogram (EKG).
a) Strip Chart
b) Scope Chart
c) Sweep Chart
d) Step Chart
33) Which of the following will allow you to have multiple plots on a Waveform Graph?
a) Bundle two 1D arrays of X and Y data together for each plot. Then build an array of these clusters and wire it to the Waveform Graph indicator.
b) Build an 2D array of data with each plot in a separate row (or column) in the array, then wire the array to the Waveform Graph indicator.
c) Bundle the elements of each waveform into a cluster and build an array of these clusters, then wire the array to the Waveform Graph indicator.
d) Both B. and C.
No comments:
Post a Comment