Digital Electronics Fundamentals

Comprehensive quiz covering logic gates, Boolean algebra, flip-flops, and multiplexers - essential topics in digital electronics and computer fundamentals

25 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

In which of the following gates the output is 1 if and only if at least one input is 1?

  1. NOT
  2. AND
  3. OR
  4. NAND
Question 2 Multiple Choice (Single Answer)

What is the minimum number of two-input NAND gates used to perform the function of two-input OR gate?

  1. One
  2. Two
  3. Three
  4. Four
Question 3 Multiple Choice (Single Answer)

In which of the following gates the output is 1 if and only if atleast one input is 0?

  1. NOT
  2. AND
  3. OR
  4. NAND
Question 4 Multiple Choice (Single Answer)

An AND gate can be imagined as

  1. Switches connected in series
  2. Switches connected in parallel
  3. MOS transistors in series
  4. All of the above
Question 5 Multiple Choice (Single Answer)

What logic function is produced by adding an inverter to each input and the output of an AND gate?

  1. NAND
  2. NOR
  3. OR
  4. XOR
Question 6 Multiple Choice (Single Answer)

Which gate is known as universal gate?

  1. NOT gate
  2. AND gate
  3. NOR gate
  4. XOR gate
Question 7 Multiple Choice (Single Answer)

Which of the following Boolean expressions is incorrect?

  1. A + 0 = A
  2. A.1 = A
  3. A + A = A
  4. A. A = 0
Question 8 Multiple Choice (Single Answer)

Which of the following Boolean expressions is incorrect?

  1. A + A = A
  2. A + AB = B
  3. (A + B) (A + C) = A + BC
  4. (A + B) (A + B) = A
Question 9 Multiple Choice (Single Answer)

How many NAND gates are needed to perform the logic function X.Y?

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

The simplified form of the Boolean expression (X + Y + XY)(X + Z), is

  1. X + Y + Z
  2. XY + YZ
  3. X + YZ
  4. XZ + Y
Question 11 Multiple Choice (Single Answer)

Any given boolean expression can be implemented using

  1. only NAND gates
  2. only AND gates
  3. only XOR gates
  4. only OR gates
Question 12 Multiple Choice (Single Answer)

The Boolean expression AB + AB + AC + AC is independent of the Boolean variable

  1. A
  2. B
  3. C
  4. None of above
Question 13 Multiple Choice (Single Answer)

A decimal number has 25 digits. The number of bits needed for its equivalent binary representation is approx. _____.

  1. 50
  2. 60
  3. 75
  4. 80
Question 14 Multiple Choice (Single Answer)

A toggle operation cannot be performed using a single

  1. NOR gate
  2. AND gate
  3. NAND gate
  4. XOR gate
Question 15 Multiple Choice (Single Answer)

The number of canonical expressions that can be developed over a 3-valued Boolean algebra is

  1. 8
  2. 16
  3. 32
  4. 64
Question 16 Multiple Choice (Single Answer)

How many Boolean functions of three variables f (x, y, z) have the property f (x, y, z) = (f (x' , y' , z' ))?

  1. 8
  2. 16
  3. 64
  4. 256
Question 17 Multiple Choice (Single Answer)

Consider a set x = {a, b, c, d}. The number of binary operations that can be defined on x is

  1. 42
  2. 24
  3. 216
  4. 416
Question 18 Multiple Choice (Single Answer)

What is the form of the Boolean expression (A + B) (C + D) = x?

  1. Product of sums
  2. Sum of products
  3. Karnaugh Map
  4. Matrix
Question 19 Multiple Choice (Single Answer)

if x, y, z are Boolean variables, then

  1. x.x = 1
  2. x (y + z) = (x + y) (x + z)
  3. x + xz = x
  4. x + y = y + x
Question 20 Multiple Choice (Single Answer)

Which of the following input combinations is not allowed in a SR flip-flop?

  1. S = 0, R = 0
  2. S = 0, R = 1
  3. S = 1, R = 0
  4. S = 1, R = 1
Question 21 Multiple Choice (Single Answer)

When an inverter is placed between both inputs of an SR flip-flop, the resulting flip-flop is

  1. JK flip-flop
  2. D flip-flop
  3. T flip-flop
  4. Master slave JK flip-flop
Question 22 Multiple Choice (Single Answer)

A flip-flop can store _____ bit(s) of data.

  1. one
  2. two
  3. three
  4. none of these
Question 23 Multiple Choice (Single Answer)

How many flip-flops are needed to divide the input frequency by 64?

  1. 4
  2. 5
  3. 6
  4. 8
Question 24 Multiple Choice (Single Answer)

Which of the following devices selects one of several inputs & transmits it to a single output?

  1. Decoder
  2. Multiplexer
  3. Demultiplexer
  4. Counter
Question 25 Multiple Choice (Single Answer)

A Multiplexer is also known as

  1. coder
  2. decoder
  3. data selector
  4. multivibrator