Q1.The output of a 3-stage Johnson (twisted ring) counter is fed to a digital-to
analog (D/A) converter as shown in the figure below. Assume all the states
of the counter to be unset initially. The waveform which represents the D/A
converter output v0 is
Answer : Option AExplaination / Solution:
All the states of the counter are initially unset.
Q3.An LTI system having transfer function and input x(t) = sin(t + 1) is in steady state. The output is sampled at a rate ws rad/s to obtain the final output {x(k)}. Which of the following is true ?
Answer : Option AExplaination / Solution: No Explaination.
Q6.Two D flip-flops are connected as a synchronous counter that goes through the
following QBQA sequence 00⟶11⟶01⟶10⟶00⟶… The combination to the inputs DA and DB are
Answer : Option DExplaination / Solution:
The sequence is QBQA
Q7.The unit step response of an under-damped second order system has steady state value of -2. Which one of the following transfer functions has theses properties ?
Answer : Option BExplaination / Solution:
For under-damped second order response
Q8.In the circuit shown below, the value of RL such that the power transferred to RL is maximum is
Answer : Option CExplaination / Solution:
Power transferred to RL will be maximum when RL is equal to the thevenin
resistance. We determine thevenin resistance by killing all source as follows :
Q10.An 8085 assembly language program is given below. Assume that the carry
flag is initially unset. The content of the accumulator after the execution of the
program is
Answer : Option CExplaination / Solution:
Initially Carry Flag, C = 0
MVI A, 07 H ; A = 0000 0111
RLC ; Rotate left without carry. A = 00001110
MVO B, A ; B = A = 00001110
RLC ; A = 00011100
RLC ; A = 00111000
ADD B ; A = 00111000
; +00001110
; 01000110
RRC ; Rotate Right with out carry, A = 0010 0011
Thus A = 23 H
Total Question/Mark :
Scored Mark :
Mark for Correct Answer : 1
Mark for Wrong Answer : -0.5
Mark for Left Answer : 0