250+ TOP MCQs on Discrete Time Signals and Answers

Signals & Systems Multiple Choice Questions on “Discrete Time Signals”.

1. Is the function y[n] = sin(x[n]) periodic or not?
A. True
B. False
Answer: B
Clarification: ‘y’ will be periodic only if x attains the same value after some time, T. However, if x is a one-one discrete function, it may not be possible for some x[n].

2. What is the time period of the function x[n] = exp(jwn)?
A. pi/2w
B. pi/w
C. 2pi/w
D. 4pi/w
Answer: C
Clarification: Using Euler’s rule, exp(2pi*n) = 1 for all integer n. Thus, the answer can be derived.

3. What is the nature of the following function: y[n] = y[n-1] + x[n]?
A. Integrator
B. Differentiator
C. Subtractor
D. Accumulator
Answer: D
Clarification: If the above recursive definition is repeated for all n, starting from 1,2.. then y[n] will be the sum of all x[n] ranging from 1 to n, making it an accumulator system.

4. Is the above function defined, causal in nature?
A. True
B. False
Answer: A
Clarification: As the value of the function depends solely on the value of the input at a time presently and/or in the past, it is a causal system.

5. Is the function y[n] = x[n-1] – x[n-4] memoryless?
A. True
B. False
Answer: B
Clarification: Since the function needs to store what it was at a time 4 units and 1 unit before the present time, it needs memory.

6. Is the function y[n] = x[n-1] – x[n-56] causal?
A. The system is non causal
B. The system is causal
C. Both causal and non causal
D. None of the mentioned
Answer: B
Clarification: As the value of the function depends solely on the value of the input at a time presently and/or in the past, it is a causal system.

7. Is the function y[n] = y[n-1] + x[n] stable in nature?
A. It is stable
B. It is unstable
C. Both stable and unstable
D. None of the mentioned
Answer: A
Clarification: It is BIBO stable in nature, i.e. bounded input-bounded output stable.

8. If n tends to infinity, is the accumulator function a stable one?
A. The function is marginally stable
B. The function is stable
C. The function is unstable
D. None of the mentioned
Answer: C
Clarification: The system would be unstable, as the output will grow out of bound at the maximally worst possible case.

9. We define y[n] = nx[n] – (n-1)x[n]. Now, z[n] = z[n-1] + y[n], is z[n] stable?
A. Yes
B. No
Answer: A
Clarification: As we take the sum of y[n], terms cancel out and deem z[n] to be BIBO stable.

10. We define y[n] = nx[n] – (n-1)x[n]. Now, z[n] = z[n-1] + y[n]. Is z[n] a causal system?
A. No
B. Yes
Answer: B
Clarification: As the value of the function depends solely on the value of the input at a time presently and/or in the past, it is a causal system.

11. Discrete-time signals are _________________
A. Continuous in amplitude and continuous in time
B. Continuous in amplitude and discrete in time
C. Discrete in amplitude and discrete in time
D. Discrete in amplitude and continuous in time
Answer: B
Clarification: A discrete-time signal is continuous in amplitude and discrete in time. It can either be present in nature or is sampled from an analog signal. A digital signal is discrete in amplitude and time.

12. Determine the discrete-time signal: x(n)=1 for n≥0 and x(n)=0 for n<0
A. Unit ramp sequence
B. Unit impulse sequence
C. Exponential sequence
D. Unit step sequence
Answer: D
Clarification: Unit step is defined by: x(n)=1 for n≥0 and x(n)=0 for n<0.

13. Determine the value of the summation: ∑n= -∞δ(n-1)sin2n.
A. 1
B. 0
C. sin2
D. sin4
Answer: C
Clarification: ∑n= -∞δ(n-1)sin2n
⇒ We know, δ(n) is impulse function which means δ(n)=1 when n=0
⇒ δ(n-1)=1 when n=1 otherwise it is 0.
Therefore, the summation’s limit reduces to n=1
⇒ ∑n= -∞δ(n-1)sin2n = sin2n|n=1 = sin2.

14. Determine the value of the summation: ∑n= -∞ δ(n+3)(n2+n).
A. 3
B. 6
C. 9
D. 12
Answer: B
Clarification: ∑n= -∞ δ(n+3)(n2+n)
⇒ δ(n+3)=1 when n= -3 otherwise 0.
Therefore, the limit reduces to n = -3
⇒ ∑n = -∞ δ(n+3)(n2+n) = (n2+n)|n = -3 = (-3)2-3 = 9 – 3 = 6.

15. Determine the product of two signals: x1 (n) = {2,1,1.5,3}; x2 (n) = { 1,1.5,0,2}.
A. {2,1.5,0,6}
B. {2,1.5,6,0}
C. {2,0,1.5,6}
D. {2,1.5,0,3}
Answer: A
Clarification: Product of discrete-time signals is computed element by element.
⇒ x(n) = x1 (n) * x2 (n) = {2×1, 1×1.5, 1.5×0, 3×2} = {2,1.5,0,6}.

Leave a Reply

Your email address will not be published. Required fields are marked *