Question 1
A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in time the content of only one register will move to the accumulator. The number of select lines needed for the multiplexer is _________ .
Note - This question was Numerical Type.
5
6
4
7
Question 2
If there are m input lines n output lines for a decoder that is used to uniquely address a byte addressable 1 KB RAM, then the minimum value of m+n is ________ .
Note - This question was Numerical Type.
18
1034
10
1024
Question 3
Question 4
What is the Boolean expression for the output f of the combinational logic circuit of NOR gates given below?
(Q+R)'
(P+Q)'
(P+R)
(P+Q+R)'
Question 5
Question 6
2n line to 1 line
2n+1 line to 1 line
2n-1 line to 1 line
2n-2 line to 1 line
Question 7
Pi = Ai ⨁ Bi and Gi = AiBiThe expressions for the sum bit Si and the carry bit Ci+1 of the look-ahead carry adder are given by:
Si = Pi ⨁ Ci and Ci+1 = Gi + PiCi , where C0 is the input carry.Consider a two-level logic implementation of the look-ahead carry generator. Assume that all Pi and Gi are available for the carry generator circuit and that the AND and OR gates can have any number of inputs. The number of AND gates and OR gates needed to implement the look-ahead carry generator for a 4-bit adder with S3, S2, S1, S0 and C4 as its outputs are respectively:
Question 8
Question 9
f (x, y, a, b)
{
if (x is 1) y = a;
else y = b;
}
Question 10
There are 55 questions to complete.