State-Space System Analysis MCQ Quiz – Objective Question with Answer for State-Space System Analysis

1. The state-space or the internal description of the system still involves a relationship between the input and output signals, what is the additional set of variables it also involves?

A. System variables
B. Location variables
C. State variables
D. None of the mentioned

Answer: C

Although the state space or the internal description of the system still involves a relationship between the input and output signals, it also involves an additional set of variables, called State variables.

 

2. State variables provide information about all the internal signals in the system.

A. True
B. False

Answer: A

The state variables provide information about all the internal signals in the system. As a result, the state-space description provides a more detailed description of the system than the input-output description.

 

3. Which of the following gives the complete definition of the state of a system at time n0?

A. Amount of information at n0 determines output signal for n≥n0
B. Input signal x(n) for n≥n0 determines output signal for n≥n0
C. Input signal x(n) for n≥0 determines output signal for n≥n0
D. Amount of information at n0+input signal x(n) for n≥n0 determines output signal for n≥n0

Answer: D

We define the state of a system at time n0 as the amount of information that must be provided at time n0, which, together with the input signal x(n) for n≥n0 determines the output signal for n≥n0.

 

4. From the definition of the state of a system, the system consists of only one component called memoryless component.

A. True
B. False

Answer: B

According to the definition of the state of a system, the system consists of two components called the memory component and memory less component.

 

5. If we interchange the rows and columns of the matrix F, then the system is called as ______________

A. Identity system
B. Diagonal system
C. Transposed system
D. None of the mentioned

Answer: C

The transpose of the matrix F is obtained by interchanging its rows and columns, and it is denoted by FT. The system thus obtained is known as Transposed system.

 

6. A single input single output system and its transpose have identical impulse responses and hence the same input-output relationship.

A. True
B. False

Answer: A

If h(n) is the impulse response of the single input single output system, and h1(n) is the impulse response of the transposed system, then we know that h(n)=h1>(n). Thus, a single input single output system and its transpose have identical impulse responses and hence the same input-output relationship.

 

7. A closed-form solution of the state space equations is easily obtained when the system matrix F is?

A. Transpose
B. Symmetric
C. Identity
D. Diagonal

Answer: D

A closed-form solution of the state space equations is easily obtained when the system matrix F is diagonal. Hence, by finding a matrix P so that F1=PFP-1 is diagonal, the solution of the state equations is simplified considerably.

 

8. What is the condition to call a number λ an Eigenvalue of F and a nonzero vector U is the associated Eigenvector?

A. (F+λI)U=0
B. (F-λI)U=0
C. F-λI=0
D. None of the mentioned

Answer: B

A number λ is an Eigenvalue of F and a nonzero vector U is the associated Eigenvector if
FU=λU
Thus, we obtain (F-λI)U=0.

 

9. The determinant |F-λI|=0 yields the characteristic polynomial of the matrix F.

A. True
B. False

Answer: A

We know that (F-λI)U=0
The above equation has a nonzero solution U if the matrix F-λI is singular, which is the case if the determinant of (F-λI) is zero. That is, |F-λI|=0.

This determinant yields the characteristic polynomial of the matrix F.

 

10. The parallel form realization is also known as normal form representation.

A. True
B. False

Answer: A

The parallel form realization is also known as normal form representation, because the matrix F is diagonal, and hence the state variables are uncoupled.

 

11. If (101.01)2=(x)10, then what is the value of x?

A. 505.05
B. 10.101
C. 101.01
D. 5.25

Answer: D

(101.01)2=1*22+0*21+1*20+0*2-1+1*2-2=(5.25)10
=>x=5.25.

 

12. If X is a real number with ‘r’ as the radix, A is the number of integer digits and B is the number of fraction digits, then X=\(\sum_{i=-A}^B b_i r^{-i}\).

A. True
B. False

Answer: A

A real number X can be represented as X=\(\sum_{i=-A}^B b_i r^{-i}\) where bi represents the digit, ‘r’ is the radix or base, A is the number of integer digits, and B is the number of fractional digits.

 

13. The binary point between the digits b0 and b1 exists physically in the computer.

A. True
B. False

Answer: B

The binary point between the digits b0 and b1 does not exist physically in the computer. Simply, the logic circuits of the computer are designed such that the computations result in numbers that correspond to the assumed location of this point.

 

14. What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits?

A. (xmax+xmin)/(2b-1)
B. (xmax+xmin)/(2b+1)
C. (xmax-xmin)/(2b-1)
D. (xmax-xmin)/(2b+1)

Answer: C

A fixed point representation of numbers allows us to cover a range of numbers, say, xmax-xmin with a resolution

Δ=(xmax-xmin)/(m-1)

where m=2b is the number of levels and ‘b’ is the number of bits.

 

15. What are the mantissa and exponent required respectively to represent ‘5’ in binary floating-point representation?

A. 011,0.110000
B. 0.110000,011
C. 011,0.101000
D. 0.101000,011

Answer: D

We can represent 5 as
5=0.625*8=0.625*23
The above number can be represented in binary float point representation as 0.101000*2011
Thus Mantissa=0.101000, Exponent=011.

 

16. If the two numbers are to be multiplied, the mantissa is multiplied and the exponents are added.

A. True
B. False

Answer: A

Let us consider two numbers X=M.2E and Y=N.2F
If we multiply both X and Y, we get X.Y=(M.N).2E+F
Thus if we multiply two numbers, the mantissa is multiplied and the exponents are added.

 

17. What is the smallest floating-point number that can be represented using a 32-bit word?

A. 3*10-38
B. 2*10-38
C. 0.2*10-38
D. 0.3*10-38

Answer: D

Let the mantissa be represented by 23 bits plus a sign bit and let the exponent be represented by 7 bits plus a sign bit.

Thus, the smallest floating-point number that can be represented using the 32-bit number is
(1/2)*2-127 = 0.3*10-38

Thus, the smallest floating-point number that can be represented using the 32-bit number is
(1-2-23)*2127 = 1.7*1038.

 

18. If 0<E<255, then which of the following statement is true about X?

B. Infinity
C. Mixed number
D. Zero

Answer: C

According to the IEEE 754 standard, for a 32-bit machine, a single-precision floating-point number is represented as X=(-1)s.2E-127(M).
From the above equation, we can interpret that,
If 0<E<255, then X=(-1)s.2E-127(1.M)=>X is a mixed number.

 

19. For a twos complement representation, the truncation error is _________

A. Always positive
B. Always negative
C. Zero
D. None of the mentioned

Answer: B

For a two’s complement representation, the truncation error is always negative and falls in the range
-(2-b-2-bm) ≤ Et ≤ 0.

 

20. Due to non-uniform resolution, the corresponding error in a floating-point representation is proportional to the number being quantized.

A. True
B. False

Answer: A

In floating-point representation, the mantissa is either rounded or truncated. Due to non-uniform resolution, the corresponding error in a floating-point representation is proportional to the number being quantized.

 

21. What is the binary equivalent of (-3/8)?

A. (10011)2
B. (0011)2
C. (1100)2
D. (1101)2

Answer: D

The number (-3/8) is stored in the computer as the 2’s complement of (3/8)
We know that the binary equivalent of (3/8)=0011
Thus the two’s complement of 0011=1101.

 

22. Which of the following is the correct representation of a floating-point number X?

A. 2E
B. M.2E(1/2<m<1)
C. 2M.2E(1/2<m<1)
D. None of the mentioned

Answer: B

The binary floating-point representation commonly used in practice consists of a mantissa M, which is the fractional part of the number and falls in the range 1/2<M<1, multiplied by the exponential factor 2E, where the exponent E is either a negative or positive integer. Hence a number X is represented as X= M.2E(1/2<M<1).

 

23. What is the mantissa and exponent respectively obtained when we add 5 and 3/8 in binary float point representation?

A. 0.101010,011
B. 0.101000,011
C. 0.101011,011
D. 0.101011,101

Answer: C

We can represent the numbers in binary float point as
5=0.101000(2011)
3/8=0.110000(2101)=0.000011(2011)
=>5+3/8=(0.101000+0.000011)(2011)=(0.101011)(2011)
Therefore mantissa=0.101011 and exponent=011.

Scroll to Top