250+ TOP MCQs on Discrete Time Systems & Answers

Digital Signal Processing Multiple Choice Questions on “Discrete Time Systems”.

1. The output signal when a signal x(n)=(0,1,2,3) is processed through an ‘Identical’ system is?
A. (3,2,1,0)
B. (1,2,3,0)
C. (0,1,2,3)
D. None of the mentioned
Answer: C
Clarification: An identical system is a system whose output is same as the input, that is it does not perform any operation on the input and transmits it.

2. If a signal x(n) is passed through a system to get an output signal of y(n)=x(n+1), then the signal is said to be ____________
A. Delayed
B. Advanced
C. No operation
D. None of the mentioned
Answer: D
Clarification: For example, the value of the output at the time n=0 is y(0)=x(1), that is the system is advanced by one unit.

3. If the output of the system is (y(n)=sum_{k=-infty}^nx(y)) with an input of x(n) then the system will work as ___________
A. Accumulator
B. Adder
C. Subtractor
D. Multiplier
Answer: A
Clarification: From the equation given, y(n)=x(n)+x(n-1)+x(n-2)+…. .This system calculates the running sum of all the past input values till the present time. So, it acts as an accumulator.

4. What is the output y(n) when a signal x(n)=n*u(n)is passed through a accumulator system under the conditions that it is initially relaxed?
A. (frac{n^2+n+1}{2})
B. (frac{n(n+1)}{2})
C. (frac{n^2+n+2}{2})
D. None of the mentioned
Answer: B
Clarification: Given that the system is initially relaxed, that is y(-1)=0
According to the equation of the accumulator,
y(n)=(∑_{k=-∞}^n x(n))
=(∑_{k=-∞}^{-1} x(n)+∑_{k=0}^n x(n))
=(y(-1)+ ∑_{k=0}^n n*u(n))
=(0+∑_{k=0}^n n)(since u(n)=1 in 0 to n)
=(frac{n(n+1)}{2})

5. The block denoted as follows is known as __________
digital-signal-processing-questions-answers-discrete-time-systems-q5
A. Delay block
B. Advance block
C. Multiplier block
D. Adder block
Answer: A
Clarification: If the function to this block is x(n) then the output from the block will be x(n-1). So, the block is called as delay block or delay element.

6. The output signal when a signal x(n)=(0,1,2,3) is processed through an ‘Delay’ system is?
A. (3,2,1,0)
B. (1,2,3,0)
C. (0,1,2,3)
D. None of the mentioned
Answer: B
Clarification: An delay system is a system whose output is same as the input, but after a delay.

7. The system described by the input-output equation y(n)=nx(n)+bx3(n) is a __________
A. Static system
B. Dynamic system
C. Identical system
D. None of the mentioned
Answer: A
Clarification: Since the output of the system y(n) depends only on the present value of the input x(n) but not on the past or the future values of the input, the system is called as static or memory-less system.

8. Whether the system described by the input-output equations y(n)=x(n)-x(n-1) a Time-variant system.
A. True
B. False
Answer: B
Clarification: If the input is delayed by k units then the output will be y(n,k)=x(n-k)-x(n-k-1)
If the output is delayed by k units then y(n-k)=x(n-k)-x((n-k)-1)
=>y(n,k)=y(n-k). Hence the system is time-invariant.

9. The system described by the input-output equations y(n)=x2(n) is a Non-linear system.
A. True
B. False
Answer: A
Clarification: Given equation is y(n)=x2(n)
Let y1(n)=x12(n) and y2(n)=x22(n)
y3(n)=y1(n)+y2(n)= x12(n)+ x22(n)≠(x1(n)+x2(n))2
So the system is non-linear.

10. If the output of the system of the system at any ‘n’ depends only the present or the past values of the inputs then the system is said to be __________
A. Linear
B. Non-Linear
C. Causal
D. Non-causal
Answer: C
Clarification: A system is said to be causal if the output of the system is defined as the function shown below
y(n)=F[x(n),x(n-1),x(n-2),…]
So, according to the conditions given in the question, the system is a causal system.

11. The system described by the input-output equations y(n)=x(-n) is a causal system.
A. True
B. False
Answer: B
Clarification: For n=-1, y(-1)=x(1)
That is, the output of the system at n=-1 is depending on the future value of the input at n=1. So the system is a non-causal system.

12. If a system do not have a bounded output for bounded input, then the system is said to be __________
A. Causal
B. Non-causal
C. Stable
D. Non-stable
Answer: D
Clarification: An arbitrary relaxed system is said to be BIBO stable if it has a bounded output for every value in the bounded input. So, the system given in the question is a Non-stable system.