Logic Functions and Minimization - 01
Logic Functions and Minimization - 01
1 Which one of the following expressions does NOT 6 What is the minimum number of gates required to
represent exclusive NOR of x and y? implement the Boolean function (AB+C)if we have to
use only 2-input NOR gates?
(a) xy+x'y' (b) x y (c) x y (d) x y
(a) 2 (b) 3 (c)4 (d) 5
2 What is the minimal form of the Karnaugh map shown 7 In the Karnaugh map shown below, X denotes a don't
below? Assume that X denotes a don’t care term. care term. What is the minimal form of the function
represented by the Karnaugh map?
(B)
f1 m ( 4, 5, 6, 7,8) f3 m (1, 6, 15 )
f m (1, 6, 8, 15 ) then f2 is
Let f (w, x, y, z) = (5,7,11,12,13,15). Which of the (a) (11, 9) (b) (9, 13) (c)(9, 10) (d) (11, 11)
following cube covers of f will ensure that the required
23 Consider the following circuit composed of XOR gates
property is satisfied?
and non-inverting buffers.
(a) w'xz, wxy', xy'z, xyz,wyz (b)wxy,w'xz,wyz
(c) wx(yz)', xz, wx'yz (d) wzy, wyz, wxz, w'xz, xy'z, xyz
17 Consider numbers represented in 4-bit gray code. Let
h3h2h1h0 be the gray code representation of a number n
and let g3g2g1g0 be the gray code of (n + 1) (modulo 16)
value of the number. Which one of the following functions The non-inverting buffers have delays d1 = 2 ns and d2
is correct? = 4 ns as shown in the figure. Both XOR gates and all
wires have zero delay. Assume that all gate inputs,
(a) g0 (h3 , h2, h1, h0 ) (1, 2, 3, 6,10,13,14,15 )
outputs and wires are stable at logic level 0 at time 0. If
the following waveform is applied at input A, how many
(b) g1(h3 , h2, h1, h0 ) ( 4, 9, 3,10,11,12,13, 14, 15 ) transition(s) (change of logic levels) occur(s) at B during
the interval from 0 to 10 ns ?
18, Zone-II, M.P. Nagar, Bhopal : 0755-4295319
27 Given the following Karnaugh map, which one of the
following represents the minimal Sum-Of-Products of
the map?
(a) 1 (b) 2
(c) 3 (d) 4
24 Minimum sum of product expression for f(w, x, y, z) shown
in Karnaugh-map below is
wx 10
00 01 11
yz
00 0 1 1 0
01 x 0 0 1
Given that
f1(dx, y, z) = (0, 1, 3, 5),
f2(dx, y, z) = (6, 7) and
f(dx, y, z) = (1, 4, 5),
f3 is :