Recent questions tagged digital-logic

7 votes
2 answers
2042
The Hexadecimal equivalent of $01111100110111100011$ is$\textsf{CD73E}$$\textsf{ABD3F}$$\textsf{7CDE3}$$\textsf{FA4CD}$
5 votes
1 answer
2044
The output $0$ and $1$ level for TTL Logic family is approximately$0.1$ and $5 \text{ V}$$0.6$ and $3.5 \text{ V}$$0.9$ and $1.75 \text{ V}$$-1.75$ and $0.9 \text{ V}$
6 votes
2 answers
2045
Ring counter is analogous toToggle SwitchLatchStepping SwitchS-R flip flop
7 votes
1 answer
2046
9 votes
5 answers
2047
The number of digit 1 present in the binary representation of$3 \times 512 + 7 \times 64 + 5 \times 8 + 3$ is891012
5 votes
3 answers
2048
The characteristic equation of an $SR$ flip-flop is given by :$Q_{n+1}=S+RQ_n$$Q_{n+1}=R\bar{Q}_n + \bar{S}Q_n$$Q_{n+1}=\bar{S}+RQ_n$$Q_{n+1}=S+\bar{R}Q_n$
9 votes
5 answers
2049
When two numbers are added in excess-$3$ code and the sum is less than $9$, then in order to get the correct answer it is necessary tosubtract $0011$ from the sumadd $001...
7 votes
2 answers
2050
The circuit shown in the given figure is afull adderfull subtractershift registerdecade counter
6 votes
2 answers
2051
10 votes
4 answers
2052
The Boolean expression $\text{Y = (A}+\overline{\text{B}}+\overline{\text{A}}\text{B})\overline{\text{C}}$ is given by$\text{A}\overline{\text{C}}$$\text{B}\overline{\tex...
6 votes
1 answer
2056
The switching expression corresponding to $f(\text{A, B, C, D}) = \Sigma(1, 4, 5, 9, 11, 12)$ isBC'D' + A'C'D + AB'DABC' + ACD + B'C'DACD' + A'BC' + AC'D'A'BD + ACD' + BC...
2 votes
2 answers
2063
Which of the following flip-flops is free from race condition ?(A) T flip-flop(B) SR flip-flop(C) Master-slave JK flip-flop(D) None of the above
9 votes
1 answer
2065
The code which uses $7$ bits to represent a character is :ASCIIBCDEBCDICGray
0 votes
1 answer
2066
I get answer with terms as BC' an AC.The Solution give has A'B'D as well.Is the blue pairing done correct? Are they Prime Implicants too? By def. Prime Implicant should n...
5 votes
2 answers
2067
The binary equivalent of the decimal number $42.75$ is$101010 . 110$$100110 . 101$$101010 . 101$$100110 . 110$
2 votes
1 answer
2068
8 votes
4 answers
2069
A computer uses $8$ digit mantissa and $2$ digit exponent. If $a=0.052$ and $b=28E+11$ then $b+a-b$ will :result in an overflow errorresult in an underflow errorbe $0$be ...
0 votes
2 answers
2070
For the counting sequence 100, 200, 300 , 400 , 100 (repeat), the number of flip flops required are ?