Labview Case Structures are similar to ForNext statements If
     Labview Case Structures are similar to:  For-Next statements  If-Then-Else statements  While statements  None of the above  By default, the Case Structure Data type is:  Boolean  Numeric  String  Case Structures don\'t have data types  Sequence Locals:  Allow better control of data within a Sequence Structure frame  Allow you to pass data out of a Sequence Structure at a given frame  Allow you to pass data between Sequence Structure frames  None or all of the above  Formula Node inputs and outputs must be named to match:  The name of the VI  The variables used in the equation  The name of the equation  None of the above 
  
  Solution
1. Answer is B. If you have worked in other programing languages, the form to do if then else statements in labview will be a case structure.
2. Answer id D. Case structures are meant to execute codes or not if the given conditions are satisfied. You can put conditions where you compare integer, boolean and even string variables. So it does not make really sense if you say that a Case Structure could have a data type.
3. Answer is C. You can use a sequence local terminal to pass data from one frame to any subsequent frame in a Stacked Sequence structure.
4. Answer is B. Inputs and Outputs are named to match the variables used in equations that are within the Formula Node.

