2 answers
5
6 answers
6
Consider the array representation of a binary min-heap containing $1023$ elements. The minimum number of comparisons required to find the maximum in the heap is _________...
2 answers
14
Design a counter for the following binary sequence: 0,4,5,3,1,6,2,7 and repeat.Use JK flip-flops
2 answers
15
All the logic gates in the circuit shown below have finite propagation delay. The circuit can be used as a clock generator, ifa) X = 0b) X = 1c) X = 0 or 1d) X = Y
1 answer
22
What is the equivalent minimal Boolean expression (in sum of products form) for the Karnaugh map given below?
2 answers
23
If $73_x$ (in base-x number system) is equal to $54_y$ (in base $y$-number system), the possible values of $x$ and $y$ are$8, 16$$10, 12$$9, 13$$8, 11$
3 answers
30
Construct minimal DFA for L = {an: n is either a multiple of three or a multiple of 5 }