ENT 461 preclass quizzesset 1

  1. The single-most basic measurement of an oscilloscope is
    voltage
  2. The second-most basic measurement of an oscilloscope is
    time
  3. The measuring instrument that produces a graph of voltage vs time is the
    oscilloscope
  4. The time constant of the exponential function f(t)=A*exp(-B*t)=A*e^(-B*t) is
    1/B
  5. The time constant of each term in f(t)=A*t*exp(-H*t) + C*exp(-H*t)
    1/H
  6. In this stable damped sinusoidal function f(t)=A*exp(K*t)*sin(w*t+M), K is
    always negative
  7. The time constant of this damped sinusoidal function f(t)=A*exp(K*t)*sin(w*t+M) is
    -1/K
  8. If B is negative in the function f(t)=A*exp(-B*t), then the time constant
    does not exist, because the function is unstable
  9. The function f(t)=A*exp(-B*t) is called
    exponential
  10. The function f(t)=A*t*exp(-H*t) + C*exp(-H*t) is called
    exponential plus another exponential component modulated by a ramp
  11. The function f(t)=A*exp(K*t)*sin(w*t+M) is called
    sinusoidal modulated by an exponential function
  12. The radian/second frequency of f(t)=A*exp(K*t)*sin(w*t+M) is
    w
  13. The radian phase shift of f(t)=A*exp(K*t)*sin(w*t+M) is
    M
  14. Can M be expressed in degrees in f(t)=A*exp(K*t)*sin(w*t+M)?
    frequently is, but never in a calculation
  15. The inverse Laplace Transform of F(s) contains a term f(t)=A*exp(-B*t) for each
    non-repeating real pole
  16. The inverse Laplace Transform of F(s) contains f(t)=A*t*exp(-H*t) + C*exp(-H*t) for each
    pair of repeating real poles
  17. The inverse Laplace Transform of F(s) contains f(t)=A*exp(K*t)*sin(w*t+M) for each
    complex conjugate pair of poles
  18. The possible number of different types of poles of F(s) in this course is
    three
  19. The poles of F(s)=N(s)/D(s) are also the roots of
    D(s)
  20. A complex number in polar form looks like (A/_G) if G is expressed in
    degrees
  21. A complex number in polar form looks like (exp(-i*G)*A) if G is expressed in
    radians
  22. The mathematically rigorous version of a complex number in polar form is
    (exp(-i*G)*A) where G is in radians
  23. Is MATLAB case sensitive?
    yes
  24. [1,2,3,4] is an example of a
    row vector
  25. [1;2;3;4] is an example of a
    column vector
  26. [1,2;3,4] is an example of a
    2-by-2 matrix
  27. List the present working directory
    pwd
  28. List all the files in present working directory
    1s or dir
  29. Move the command window to another directory
    cd
  30. List all the variables (without other info) in the workspace
    who
  31. List all the variables (with other info) in the workspace
    whos
  32. List the function categories
    help
  33. The MATLAB command (which) locates functions or files. How do you get more information about the which command?
    help which
  34. If x and y are equal-length vectors, plot the points with connecting lines and the points will not be visible
    plot(x,y)
  35. If x and y are equal-length vectors, plot the points WITHOUT connecting lines and the points WILL BE visible as stars
    plot(x,y,'-*)
  36. A multiply symbol is * and it will multiply two
    • all of these
    • *complex numbers
    • *matrices, according to the laws of linear algebra
    • *real numbers
  37. A multiply symbol is .* and it will multiply two vectors element by element as in [1,2,3].*[4,5,6]=[4,10,18]
    true
  38. If a=[1,2,3] and b=[4,5,6], then a*b will produce
    [4,10,18]
  39. The dot-modifier in before multiply (.*), divide (./), and exponent (.^) are all similar as an element-by-element operation.
    true
  40. In MATLAB the (%) indicates
    a comment line
  41. MATLAB-file names usually end in
    .m
  42. A MATLAB ______ contains MATLAB commands that are all executed by typing its file name.
    script
  43. A MATLAB ______ receives values; makes calculations; and returns calculated values.
    function script, which is like a subroutine in other languages
  44. Parenthesis()
    enclose function-input variables
  45. Square brackets[]
    enclose function-output variables, vectors, or matrices
  46. The L4612 video shows how to build a simulink model that will numerically solve a DEQ?
    true
  47. A numerical solution (i.e. x(t)) is a bunch of numbers that can be plotted.
    true
  48. The current-voltage relationship for a capacitor is a differential equation:
    • all of these 
    • *I(t)=C*v_dot(t)
    • *v(t)=(1/C)*integral(i(t) dt) + constant_of_integration *I(t)=C*dv(t)/dt
    • *i(t)=C*v'(t)
  49. The current-voltage relationship for an inductor is a differential equation:
    • all of these 
    • i(t)=(1/L)*integral(v(t) dt) + constant_of_integration v(t)=L*i'(t) v(t)=L*di(t)/dt v(t)=L*i_dot(t)
  50. The current-voltage relationship for a resistor is
    Ohm's Law
  51. The current-voltage relationship for a resistor is
    • both of these 
    • i(t)=v(t)/R
    • v(t)=R*i(t) both of these
  52. If the capacitor voltage is constant (i.e. v_c(t)=A), then the current (ic(t)) is
    zero
  53. If v_c(t)= M*t + B, then i_c(t) is
    C*M
  54. If v_c(t)= sin(t), then i_c(t) is
    C*cos(t)
  55. If v_c(t)= cos(t), then i_c(t) is
    -C*sin(t)
  56. If the inductor current is constant (i.e. i_L(t)=A), then the voltage (v_L(t)) is
    zero
  57. If i_L(t)=M*t+B, then v_L(t) is
    L*M
  58. If i_L(t)= sin(t), then v_L(t) is
    L*cos(t)
  59. If i_L(t)= cos(t), then v_L(t) is
    -L*sin(t)
  60. If the voltage across a capacitor could be positive unit step (u(t)), the current would be
    positive infinite spike (delta function
  61. A triangle wave of voltage across a capacitor would result in a _____ current function.
    square wave
  62. A triangle wave of current through an inductor would result in a _____ voltage function.
    square wave
  63. A square wave of voltage across a capacitor would result in a _____ current function
    infinite pikes (delta functions), alternating between positive and negative
  64. A square wave of current through an inductor would result in a _____ voltage function.
    infinite pikes (delta functions), alternating between positive and negative
  65. A square wave of current through a resistor would result in a _____ voltage function
    square wave
  66. A square wave of voltage across a resistor would result in a _____ current function.
    square wave
  67. Transfer functions are ___-domain concepts.
    s - complex variable
  68. The external-signals' relationship to a transfer function (TF) is defined as
    output/input
  69. Input and output variables for transfer functions are __-domain concepts.
    s - complex variable
  70. Transfer functions in series can be combined into one TF by ____ them.
    multiplying
  71. Transfer functions in parallel can be combined into one TF by ____ them.
    adding
  72. A transfer function is usually derived from the ______ equation that relates the input signal to the output signal.
    differential
  73. The TF of a closed loop system with negative feedback is ______ divided by _______.
    the forward TF, one plus the loop TF.
  74. The TF of a closed loop system with positive feedback is ______ divided by _______.
    the forward TF, one minus the loop TF
  75. Given some transfer function (G) and some input signal (A) and output signal (B), then
    B=G*A
  76. Given some transfer function (G) and some input signal (A) and output signal (B), then
    G=B/A
  77. The simpliest of all TFs is a constant (e.g. TF=2), which means that the output signal is _____ the input signal.
    2 times
  78. The TF that describes an integrator is
    1/s
  79. The TF that describes a differentiator is
    s
  80. The TF that describes a first-order lag is
    The TF that describes a first-order lag is
  81. The TF that describes a second-order lag is
    1/(s^2+s+1)
  82. The TF that describes a time delay is
    exp(-s*T) = e^(-s*T)
  83. Moving summing junctions ahead or behind
    is a trivial derivation
  84. If A and B are two signals into a summing junction (+ and +), then the output signal is
    A+B
  85. S-domain models permit _____ input(s) and _____ output(s).
    only one, only one
  86. State space models permit _____ input(s) and _____ output(s).
    any number of, any number of
  87. State space models are _____-domain models.
    time
  88. State space models contain a set of ______-order differential equations.
    first
  89. The number of first-order DEQs in the state space model that is equivalent to a 2nd-order TF is
    2
  90. The number of first-order DEQs in the state space model that is equivalent to a nth-order TF is
    n
  91. The state space model has ____ matrix equations.
    2
  92. The input variable in x_dot=Ax+Bu and y=Cx+Du is
    u
  93. The output variable in x_dot=Ax+Bu and y=Cx+Du is
    y
  94. The derivative of the state vector in x_dot=Ax+Bu and y=Cx+Du is
    x_dot
  95. The constant matrices in x_dot=Ax+Bu and y=Cx+Du are A,B,C, and D.
    true
  96. The number of states (i.e. x=[x1,x2,x3,...]' in the state space model that is equivalent to a 5th-order TF is
    5
  97. The state vector x=[x1,x2,x3,...]' is written here with the single quote symbol, which means
    transpose
  98. A vector or matrix quantity contains ______ element(s), and a scalar quantity contains ____ elements(s).
    multiple, one
  99. If the highest derivative in a differential equation model is 4, then A in x_dot=Ax+Bu has dimensions of
    4 by 4
  100. If the highest derivative in a differential equation model is 4, then B in x_dot=Ax+Bu has dimensions of
    4 by 1
  101. If the highest derivative in a differential equation model is 4, then C in y=Cx+Du has dimensions of
    1 by 4
  102. If the highest derivative in a differential equation model is 4, then D in y=Cx+Du has dimensions of
    1 by 1
  103. The states defined as x1=ouput, x2=x1_dot, x3=x2_dot, x4=x3_dot etc are called
    phase variables and are not unique
  104. A state space model using phase variables results in an A matrix that contains most of the DEQ in ____ row(s).
    the bottom
  105. Except for the bottom row, a state space model using phase variables results in an A matrix that has all zeros and ones and the
    ones are above the diagonal
  106. Single-input and single-output systems are described by the mnemonic
    SISO
  107. Multiple-input and multiple-output systems are described by the mnemonic
    MIMO
  108. Our course in control systems focuses exclusively on ______ systems.
    SISO
  109. Our course in control systems only mentions ______ systems relative to state-space models.
    MIMO
Author
lacythecoolest
ID
352038
Card Set
ENT 461 preclass quizzesset 1
Description
ENT 461 quizzes
Updated