Recent questions tagged isro-ece

1 votes
2 answers
151
Which of the following is the Boolean function for majority voting, assuming $\text{A, B, C}$ are inputs and $\text{Y}$ is output?$\text{Y = AB + AC + BC}$$\text{Y = A + ...
1 votes
1 answer
153
In satellite communication, scrambling is mainly used for:Clock recoveryEncryptionlimiting power spectral densitybandwidth efficiency
1 votes
4 answers
154
In the following circuit, Y can be expressed as :$\text{Y = BC + A}$$\text{Y = AC}' + \text{BC}$$\text{Y = C}$$\text{Y = B}$
1 votes
1 answer
155
In a fiber-optic cable, which phenomenon occurs for signal to propagate along the inner core:ModulationReflectionRefractionAll of the above
2 votes
1 answer
157
1 votes
1 answer
158
Pipelining technique is used in microprocessor to improve which of the following parameter?Power dissipationInterrupt latencyDie sizeMaximum clock frequency
1 votes
1 answer
159
What is the functionality of following digital circuit? A is input data, CLK is system clock ind Y is output.Falling edge detection of input AClock division by $2$Rising ...
1 votes
3 answers
161
3 votes
1 answer
162
Evaluate $\int_0^1 \int_0^{\sqrt{1+x^2}} \frac{d x \cdot d y}{\left(1+x^2+y^2\right)}$$\frac{\pi}{2}[\log (1+\sqrt{2})]$$\frac{\pi}{4}[\log (1+\sqrt{2})]$$\frac{\pi}{2}[\...
1 votes
3 answers
164
The value of $\lim _{x \rightarrow 8}\left(\frac{x^{1 / 3}-2}{x-8}\right)$ is$1/4$$1/8$$1/12$$1/16$
1 votes
1 answer
165
in given combinational logic $X=?$$X = AB'C' +A'BC'+ A'B'C+ ABC$$X = A'BC +A'BC'+ AB'C+ A'B'C'$$X = AB + BC + AC$$X= A'B'+B'C'+A'C'$
1 votes
0 answers
166
$000, 001, 010, 011, 100\; \&$ repeats$100, 011, 010, 001, 000\; \&$ repeat$010, 011, 100, 000, 001\; \&$ repeats$101, 110, 111, 000, 001, 010, 011, 100 \;\&$ repeats
1 votes
1 answer
167
How is the status of the carry, auxiliary carry and parity flag affected if write instruction?MOV A,#9C ADD A,#64H$\text{CY = 0, AC = 0, P = 0}$$\text{CY = 1, AC = 1, P =...