Digital Electronics and Boolean Algebra

Quiz covering digital logic circuits, boolean algebra, K-maps, logic gates, and basic computer skills

17 Questions Published

Questions

Question 1 True/False

Alt+ = + = is shortcut for Auto sum?

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

if one of the input to _____ gate is inverted then it becomes an, inhibitor

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

(1101101.1011)2 = ()10

  1. 109.7865
  2. 109.6880
  3. 109.008
  4. 109.6875
Question 4 Multiple Choice (Multiple Answers)

which is the universal gate?

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

what is 9's complement of 33?

  1. 44
  2. 33
  3. 66
  4. 17
Question 6 Multiple Choice (Single Answer)

which of the operation is commutative but not associative?

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

what is associative law over OR gate?

  1. a.(b.c) =(a.b).c
  2. a.b.c=b.c.a
  3. a.b=b.c
  4. a.c=c.a
Question 8 Multiple Choice (Single Answer)

(p.q)'=? it ia a law

  1. 0
  2. p'.q'
  3. p.q
  4. p'+q'
Question 9 Multiple Choice (Single Answer)

1+p'+q.r+p.(r+q')=?

  1. 1
  2. 0
  3. p+q
  4. p+r
Question 10 Multiple Choice (Single Answer)

what is sequential circuit contains?

  1. combitional circuit and memory elements
  2. only combinational circuit with clock
  3. gate and clock pluse
  4. any of these
Question 11 Multiple Choice (Single Answer)

The NAND gate is equivalent to?

  1. bubbled AND
  2. bubbled OR
  3. bubbled XOR
  4. NONE OF THESE
Question 12 Multiple Choice (Multiple Answers)

what is DeMorgan's law?

  1. (p.q)'=p'+q'
  2. (p+q)'=p'.q'
  3. both
  4. none of the above
Question 13 Multiple Choice (Single Answer)

Which of the following is not functionaly complete set?

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

Karnaugh map (K-map) is used to?

  1. minimize the number of flip flop in a digital circuit
  2. minimize the number of gates only in digital circuit
  3. minimize the number of gates and fan in of a digital circuit
  4. design gates
Question 15 Multiple Choice (Single Answer)

Time required for a gate or inverter to change its state is defined as?

  1. rise time
  2. decay time
  3. charging time
  4. propagation time
Question 16 True/False

is combinational circuit having memory element?

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

Simply the boolean function f=A.B.C.D + A.C.D + A.D

  1. A.D
  2. B.C
  3. A.B+C
  4. NONE OF THESE