For 8085 microprocessor, the following program is executed.
MVI A, 05H;
MVI B, 05H;
PTR: ADD B;
DCR B;
JNZ PTR;
ADI 03H;
HLT;
At the end of program, accumulator contains
Answer : Option AExplaination / Solution:
The program is being executed as follows
MVI A, 0.5H; A = 05H
MVI B, 0.5H; B = 05H
At the next instruction, a loop is being introduced in which for the instruction “DCR B” if the result is zero then it exits from loop so, the loop is executed five times as follows :
i.e., A = 05 + 05 + 04 + 03 + 02 + 01 = 144
At this stage, the 8085 microprocessor exits from the loop and reads the next instruction. i.e., the accumulator is being added to 03 H. Hence, we obtain A = A + 03 H = 14 + 03 = 17 H
Q4.Which one of the following is an eigen function of the class of all continuous-time, linear, time-invariant systems u(t) denotes the unit-step function)?
Answer : Option CExplaination / Solution: No Explaination.
Q5.Two magnetically uncoupled inductive coils have Q factors q1 and q2 at the
chosen operating frequency. Their respective resistances are R1 and R2. When
connected in series, their effective Q factor at the same operating frequency is
Answer : Option CExplaination / Solution:
The quality factor of the inductances are given by
So, in series circuit, the effective quality factor is given by
Q6.A plant transfer function is given as When the plant operates in a unity feedback configuration, the condition for the stability of the closed loop system is
Answer : Option AExplaination / Solution:
Given plant transfer function,
Consider a delta connection of resistors and its equivalent star connection as shown below. If all elements of the delta connection are scaled by a factor k, k > 0, the elements of the corresponding star equivalent will be scaled by a factor of
Answer : Option BExplaination / Solution:
In the equivalent star connection, the resistance can be given as
Q9.A continuous-time function x(t) is periodic with period T. The function is sampled uniformly
with a sampling period TS. In which one of the following cases is the sampled signal periodic?
The pole-zero diagram of a causal and stable discrete-time system is shown in the figure. The zero at the origin has multiplicity 4. The impulse response of the system is h[n]. If h[0] = 1, we can conclude
Answer : Option AExplaination / Solution:
From the pole-zero plot, we obtain the transfer function as
Total Question/Mark :
Scored Mark :
Mark for Correct Answer : 1
Mark for Wrong Answer : -0.5
Mark for Left Answer : 0