Recent questions tagged digital-logic

2 votes
3 answers
1142
0 votes
1 answer
1143
can we implement a function of $3$ variable in pos using a decoder of $2 \times 4$ and multiplexer $2 \times 1$??
0 votes
1 answer
1144
4 votes
1 answer
1145
Q. Find $r_1$ and $r_2$ without using quadratic equation. $(235)​​​_{r_1}= (565)_{10}=(1065)_{r_2}$a) $r_1=16$ & $r_2=8$b) $r_1=10$ & $r_2=16$
1 votes
2 answers
1147
what will be the k Map for-$(P+Q'+R').(P+Q'+R).(P+Q+R')$and the simplified SOP (Sum of Product) for the above the Boolean expression?Please try to make a k map in this fo...
1 votes
3 answers
1148
Consider the Karnaugh map given below, where X represents "don't care" and blank represents 0. what will be the SOP?
1 votes
2 answers
1149
What is the minimal $Sum-Of-Products$ of the map? ($X$ is a don't care)
0 votes
4 answers
1150
0 votes
2 answers
1151
I/P TO NAND GATE IS - A,B I/P TO NOT GATE IS - C WHAT WIL BE THE O/P - F?
0 votes
3 answers
1152
$\text{what is the o/p of this circuit ?}$
0 votes
0 answers
1153
Suppose a $2$ to $2^{n}$ DEMUX got an input from a n bit Ring counter. The output of the DMUX can bea)a up counterb)a down counterc)a counter
0 votes
1 answer
1154
How it is gray code conversion?....!!!i think output should be 00000000
0 votes
1 answer
1155
0 votes
1 answer
1156
Answer is TQ'+T'[Q(s+r')+sr']
0 votes
1 answer
1157
One ripple carry adder is adding two n-bit integers. The time complexity to perform addition using this adder is (We know carry look ahead adder takes time log n. Is it s...
1 votes
1 answer
1158
1)Why 1's complement number cannot represent an overflow?2)Is signed bit need to detect overflow?3)Is Sum bit (not carry bit) participate to detect overflow?
0 votes
1 answer
1160
0 votes
0 answers
1161
Why self dual functions are required?
0 votes
0 answers
1162
I just wanted to know whether I may leave the sections 5.8 (Programmable Logic Array) and section 5.9 (Programmable Array Logic) of Morris Mano book for GATE preparation....
0 votes
1 answer
1163
The inverter OR gate and AND gate are called decision-making elements because they can recognize some input _____ while disregarding others. A gate recognizes a word when...
0 votes
0 answers
1164
We know in case of And we take intersection of Minterms and in case of OR we take union of the minterms what about in case of Not gate. Is it like :-Say F(A,B,C) = (0,1,2...
1 votes
1 answer
1165
Draw a logic diagram using only two-input NOR gates to implement the following function:$F(A,B,C,D)$ = $\left (A \oplus B \right )^{'} \left ( C \oplus D \right )$
4 votes
3 answers
1168
Given $\sqrt{224_{r}}$= $13$$_{r}$ the value of radix $r$ is$10$$8$$6$$5$
4 votes
3 answers
1169
A computer uses ternary system instead of the traditional systen, An $n$ bit string in the binary system will occupy$3+n$ ternary digits$2n/3$ ternary digits$n$$\log_{2}3...
4 votes
2 answers
1170
Any set of Boolean operation that is sufficient to represent all Boolean expression is said to be complete. Which of the following is not complete ?$\text{{AND, OR}}$$\te...