Online Test 2 - Digital Logic and Circuit Design

GATE Exam online practice test Digital Logic and Circuit Design

11 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which are the essential prime implications of the following Boolean function?
f(a, b, c) = a'c + ac' + b'c

  1. a'c and ac'
  2. a'c and b'c
  3. a'c only
  4. ac' and b'c
Question 2 Multiple Choice (Single Answer)

Consider the following circuit

Which one of the following is TRUE?

  1. f is independent of X
  2. f is independent of Y
  3. f is independent of Z
  4. None of X, Y, Z is redundant
Question 3 Multiple Choice (Single Answer)

The hexadecimal representation of 6578 is

  1. 1 AF
  2. D78
  3. D 71
  4. 32 F
Question 4 Multiple Choice (Single Answer)

By which of the following factors, will 'n' flip-flop divide the clock frequency?

  1. n2
  2. 2n
  3. n
  4. log (n)
Question 5 Multiple Choice (Single Answer)

A 4 - bit carry lookahead adder, which adds two 4 - bit numbers, is designed using AND, OR, NOT, NAND, NOR gates only. Assuming that all the inputs are available in both complemented and un complemented forms and the delay of each gate is one time unit, what is the overall propagation delay of the adder? Assume that the carry network has been implemented using two level AND - OR logic.

  1. 4 time units
  2. 6 time units
  3. 10 time units
  4. 12 time units
Question 6 Multiple Choice (Single Answer)

If (123)5 = (x3) y, then the number of possible values of x is

  1. 4
  2. 3
  3. 1
  4. 2
Question 7 Multiple Choice (Single Answer)

Consider the following circuit involving a positive edge triggered D FF.
Consider the following timing diagram. Let Ai represent the logic level on the line A in the I - th clock period



Let A' represent the complement of A. The correct output sequence on y over the clock periods 1 through 5 is

  1. Ao A1 A'1 A3 A4
  2. Ao A1 A'2 A3 A4
  3. A1 A2 A'2 A3 A4
  4. A1 A'2 A3 A4 A'5
Question 8 Multiple Choice (Single Answer)

Consider the Boolean function f(w, x, y, z). Suppose that exactly one of its inputs is allowed to change at a time. If the function happens to be true for two input vectors i1 = < w1, x1, y1, z1 > and i2 = < w2, x2, y2, z2 >, we would like the function to remain true as the input changes from i1 to i2 (i1 and i2 differ in exactly one bit position), without becoming false momentarily. Let $f(w, x, y, z) = \sum(5, 7, 11, 12, 13, 15)$. Which of the following cube covers of f will ensure that the required property is satisfied?

  1. $\bar wxy, wx\bar y, x\bar yz, xyz, wyz$
  2. $wxy,\bar wxz, wyz$
  3. $wx,\overline {yx} xz, w\bar xyz$
  4. $wzy, wyz, wxz, \bar wxz, x\bar yz, xyz$
Question 9 Multiple Choice (Single Answer)

How many 1's are present in the binary representation of $3 \times 512 + 7 \times 64 + 5 \times 8 + 3?$

  1. 8
  2. 9
  3. 10
  4. 11
Question 10 Multiple Choice (Single Answer)

Match the following:

A. A shift-register can be used 1. for code conversion
B. A multiplexer can be used 2. to generate memory chip select
C. A decoder can be used 3. for parallel to serial conversion
4. as many-to-one switch
5. for analog to digital conversion
  1. A-3, B-1, C-2
  2. A-4, B-3, C-5
  3. A-3, B-4, C-2
  4. A-2, B-3, C-4
Question 11 Multiple Choice (Single Answer)

Given two three bit numbers a2a1a0 and b2b1b0 and c, the carry in, the function, that represents the carry generate function when these two numbers are added is

  1. $a_2b_2 + a_2a_1b_1 + a_2a_1a_0b_0 + a_2a_0b_1b_0 + a_1b_2b_1 + a_1a_0b_2b_0 + a_0b_2b_1b_0$
  2. $a_2b_2 + a_2b_1b_0 + a_2a_1b_1b_0 + a_1a_0b_2b_1 + a_1a_0b_2 + a_1a_0b_2b_0 + a_2a_0b_1b_0$
  3. $a_2 + b_2 + (a_2 \oplus b_2) + (a_1+ b_1 + (a_1\oplus b_1)+ (a_0 + b_0))$
  4. $a_2b_2 + \bar a_2 a_1b_1 + \overline{a_2a_1} a_0b_0 + \bar a_2 a_0 \bar b_1 b_0 + a_1\bar b_2b_1 + \bar a_1a_0\bar b_2b_0+a_0\overline{b_2b_1}b_0$